Configuring a virtual Network Security, File Protect, or Central Management network

Prev Next

After you create a virtual appliance, by default, all its virtual ports are connected to vSwitch0 on the ESXi host. The vSwitch0 virtual switch should include:

  • The Management Network, which includes the physical management interface for the ESXi host (VMkernel Port)

  • The Virtual Machine (VM Network) port group, which includes the virtual appliances

In the following example, the VM Network port group in vSwitch0 includes one Network Security sensor.

DG_ESXi_vSwitch0_scap.PNG

Network Security networking

The number of virtual and physical adapters you need for a virtual Network Security sensor depends on the virtual Network Security model and the deployment mode. An Network Security sensor deployed in an inline deployment mode uses both ports of each monitoring interface pair. A sensor deployed in an out-of-band mode uses one port of a monitoring port pair for each connection to the external network. To configure virtual networking for an Network Security sensor, you must do the following:

  1. For each monitoring port, create a virtual port group on a vSphere standard switch that is bound to a physical adapter on the ESXi server.

    Important

    If the Network Security sensor will be deployed in inline operational mode, a separate switch must be created for each monitoring port pair, and the switch cannot be on the management network.

  2. If the default layer 2 forwarding is enabled: Enable "promiscuous" security on each of the virtual switches described in the previous step. This allows all traffic from the external network to reach the monitoring interfaces on the Network Security sensor. This is required for both inline and out-of-band deployment modes. (If layer 3 forwarding is enabled, promiscuous security is disabled not required. For details, see the "Layer 3 Forwarding Using VRF Instances" information in the Network Security System Administration Guide.

  3. Move the adapters on the virtual sensor from the VM Network port group to the associated virtual port groups you created in this procedure.

Important

To prevent broadcast storms, enable inline operational mode after the virtual network is configured.

The procedures in the following sections use VMware ESXi version 6.0.0 (build 3568940) and vSphere Client version 6.0.0 (build 3562874) on VMware vCenter Server version 6.0.0 (build 3018524). The navigation instructions and user interface may vary based on your version of these products.

Note

You can create sub-interfaces of the monitoring ports of a virtual Network Security sensor based on VLAN or CIDR. However, this is beyond the scope of this document.

Creating a port group for a monitoring interface
To create a port group:
  1. Log in to vSphere Client.

  2. In the left pane, select the ESXi server IP address.

  3. Click the Configuration tab.

  4. In the Hardware section, click Networking.

  5. Click Add Networking to open the Add Network Wizard.

    DG_ESXi_addNetworking_scap.png
  6. On the Connection Type screen, select Virtual Machine. Click Next.

    DG_ESXi_networkConnType_scap.png
  7. On the Network Access screen, select a virtual switch that is attached to a physical adapter, and then click Next. This selects the physical adapter that provides external network connectivity.

    DG_ESXi_networkAccess_scap.png
  8. On the Connection Settings screen, enter a unique and descriptive name for the port group. In this example, the label indicates that the port group is for the pether3 interface on the virtual sensor. Click Next.

    DG_ESXi_networkSettings_scap.png
  9. On the Summary screen, click Finish.

    DG_ESXi_networkSummary_scap.png
Enabling promiscuous security

Note

Do not perform this procedure if layer 3 forwarding is enabled. Use the show policymgr layer3-mode status command to determine whether it is enabled.

To enable promiscuous security:
  1. Select the ESXi server IP address in the left navigation pane.

  2. Click the Configuration tab.

  3. Select Networking.

  4. Locate the virtual switch with the new port group and then click Properties.

    DG_ESXi_vSwitch1_scap.png
  5. Click Edit.

    DG_ESXi_vSwitchProps_scap.PNG
  6. Click the Security tab.

  7. Select Accept in the Promiscuous Mode drop-down list.

    DG_ESXi_networkSecurity_scap.PNG
  8. Click OK.

Moving the monitoring port to the new port group

The network adapter number on the Hardware tab maps to the number of the interface on the virtual appliance. For example, Network adapter 1 maps to the ether1 interface, Network adapter 3 maps to the pether3 interface, and so on.

To move the monitoring port:
  1. Right-click the virtual Network Security sensor in the left pane and then select Edit Settings.

  2. If a Restricted Virtual Machine Settings message opens, click OK.

  3. In the Virtual Machine Properties dialog box, click the Hardware tab, if it is not already selected.

  4. In the Network Connection section, select the new port group you created on the virtual switch.

    DG_ESXi_adapterMapping_scap.png
  5. Click OK.

  6. Verify the configuration:

    1. Click the ESXi server IP address in the left pane of vSphere Client.

    2. Click the Configuration tab.

    3. In the Hardware section, click Networking.

    4. Examine the diagram to verify the configuration.

Example

This example shows a virtual network with two virtual Network Security sensors that are deployed in inline mode. The pether3 monitoring interface is mapped to vSwitch1, which is bound to the vmnic1 physical adapter, and the pether4 monitoring interface is mapped to vSwitch2, which is bound to the vmnic3 physical adapter.

DG_ESXi_fullConfig_scap.png

Central Management System networking

A virtual Central Management System appliance requires no additional virtual network configuration.

File Protect networking

A virtual File Protect appliance requires no additional virtual network configuration. However, if you are using the ether2 interface to access storage, the ether1 and ether2 interfaces must be on different networks. You can use the following CLI command to configure a non-default gateway to reach the storage server from the ether2 interface:

hostname (config) # ip route <networkPrefix> {<netmask>} | <maskLength>} {<nextHopIPAddress> | <interfaceName>} <interface name>