How To
Summary
Similar to QRadar appliances on-premises, Data Gateways (DG) support various roles in its network interfaces to support architectures like DMZ or when certain events cannot leave a particular subnet, requiring a multi-homing setup.
This technote provides the steps to achieve these configurations on a QRadar on Cloud deployment (QRoC).
Environment
The administrators are advised to read in advance the QRadar on Cloud Support FAQ and the QRadar on Cloud documentation to familiarize themselves with these deployments to run the steps in this technote.
These steps are not meant to interact with the management interface. To change any network setting in the management interface, refer to "QRadar: Changing the Network Configuration of a QRoC deployment Data Gateway".
Steps
- Edit the virtual machine to add the extra interface.
- Select the virtual machine of the Data Gateway.
- Click Actions, then Edit Settings.
- Click "ADD NEW DEVICE", then Network adapter.
- Select the appropriate network.
Note: Without this setting, the network interface doesn't have access to the network. This setting needs to be provided by the Hypervisor Administrator. - Check the Connected box.
- Click OK.
- Verify the interface is listed in the operating system.
- Log in to the Data Gateway as the root user.
- Run the following command to obtain the summary list of the interfaces:
ip -br a
- Verify that a new interface appears.
Note: The interface name might vary depending on the hardware. See Red Hat's consistent network device naming for more details.
Output Example. The recently added interface is ens224.[root@qradar-datageway01 ~]# ip -br a lo UNKNOWN 127.0.0.1/8 ::1/128 ens192 UP <Management Interface IP>/30 fe80::250:56ff:fe9e:660c/64 ens224 UP
- Create a QRadar on Cloud support ticket and provide the following information:
- The role or purpose of the network interface. The administrator must choose between:
- Regular: When the network interface is used for Data (events) collection. This role requires an IP address.
- Monitor: When the network interface is used for Packet (flows) collection. This role does not require an IP address.
- The network information for the interface when the Regular role is required. The information must have:
- An IP address not in the range 192.168.x.x/16, nor in the same range as the management interface.
- Subnet Mask.
- A default gateway is not required.
- The role or purpose of the network interface. The administrator must choose between:
- Wait until QRoC DevOps confirms the configuration is done.
- Verify the network interface now contains the network settings by running the command in Step 2.
Output Example. The recently added interface is ens224.[root@qradar-datageway01 ~]# ip -br a lo UNKNOWN 127.0.0.1/8 ::1/128 ens192 UP <Management Interface IP>/30 fe80::250:56ff:fe9e:660c/64 ens224 UP <Collection Interface IP>/30 fe80::250:56ff:fe9e:660c/64
The multi-homing configuration is done and the Data gateway can use the recently configured interface for events or flows ingestion.
VMware, the VMware logo, VMware Cloud Foundation, VMware Cloud Foundation Service, VMware vCenter Server, and VMware vSphere are registered trademarks or trademarks of VMware, Inc. or its subsidiaries in the United States and/or other jurisdictions.
Related Information
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
28 March 2022
UID
ibm16561671