Configuring a virtual Email Security 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 Email Security — Server sensor.

DG_ESXi_virtualNetworkvSwitch0InitialEX_scap.PNG

The number of virtual and physical adapters you need for a virtual Email Security — Server sensor depends on whether you want to deploy the network interfaces on separate networks or physical adapters. All network interfaces can use the same physical adapter.

Trellix recommends that you keep the URL Dynamic Analysis interface (ether 2) logically separate from the main network traffic so the ether1 management interface resides on a different subnet from the ether2 interface. In SPAN/TAP mode, you must keep the SMTP interface (pether3) separate from the main network traffic. This enables you to enable promiscuous security on that interface only to allow all SMTP traffic from the external network to reach the Email Security — Server sensor.

Note

For details about deployment options, see the Email Security — Server System Administration Guide. For details about URL Dynamic Analysis, see the Email Security — Server User Guide.

Task List for the Virtual EX Network

The following table lists tasks to perform if one or both of the scenarios pertain to your deployment.

Scenario

Tasks

URL Dynamic Analysis is implemented.

1. Create a new virtual port group on a vSphere standard switch that is bound to a physical adapter on the ESXi server. See Creating a port group for a network interface.

2. Move the adapter on the virtual sensor that is associated with the URL Dynamic Analysis interface from the VM Network port group to the new virtual port group. See Moving an interface to the new port group.

SPAN/TAP is the deployment mode.

1. Create a new virtual port group on a vSphere standard switch that is bound to a physical adapter on the ESXi server. See Creating a port group for a network interface.

2. Move the adapter on the virtual sensor that is associated with the pether3 interface from the VM Network port group to the new virtual port group. See Moving an interface to the new port group.

3. Enable "promiscuous" security on the new port group to allow all SMTP traffic from the external network to reach the Email Security — Server sensor. See Enabling promiscuous security.

Note

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

Important

This procedure uses VMware ESXi version 6.5.0 (build 8294253) and vSphere Web Client version 6.5.0.13000 (build 7515524) on VMware vCenter Server version 6.5.0 (build 7515524). The navigation instructions and user interface may vary based on your version of these products.

Creating a port group for a network interface

This procedure shows how to create a port group for the ether2 interface. Follow the same steps to create a port group for a different interface.

To create a port group:
  1. Log in to vSphere Web Client.

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

  3. Click the Configure tab.

  4. In the Networking section, click Virtual switches.

  5. Click the Add host networking icon to open the Add Networking wizard.

    DG_ESXi_addHostNetworking_client_web_scap.png
  6. On the Select connection type screen, select Virtual Machine Port Group for a Standard Switch. Click Next.

    DG_ESXi_networkWiz1_client_web_scap.PNG
  7. On the Select target device screen, select Select an existing standard switch. Click Browse.

    DG_ESXi_networkWiz2_client_web_scap.PNG
  8. In the Select Switch dialog box, select a virtual switch that is attached to a physical adapter, and then click OK. This selects the physical adapter that provides external network connectivity. Click Next on the Select target device screen to advance to the next screen.

    DG_ESXi_networkWiz3_client_web_scap.png
  9. On the Connection settings screen, enter a unique and descriptive name for the port group (ether2 is used in this example). Click Next.

    DG_ESXi_networkWiz4_client_web_scap.png
  10. On the Ready to complete screen, click Finish.

    DG_ESXi_networkWiz5_web_client_scap.png

Moving an interface 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 an interface:
  1. Select the virtual Email Security — Server sensor in the left pane.

  2. Select the Configure tab and then select VM Hardware. Click Edit.

    DG_ESXi_virtualNetworkMovePort1_client_web_scap.png
  3. Click the VM Network menu next to the network adapter mapped to the interface. This procedure uses ether2 as an example, so Network adapter 2 is selected. If you need to move the pether3 interface, click the menu next to Network adapter 3.

    DG_ESXi_virtualNetworkMovePort2_client_web_scap.png
  4. Select the new port group you created on the virtual switch, and click OK. The new port group is displayed.

    DG_ESXi_virtualNetworkMovePort3_client_web_scap.png
  5. Verify the configuration:

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

    2. Click the Configure tab.

    3. In the Networking section, click Virtual switches.

    4. Select the virtual switch and examine the diagram to verify the configuration.

Enabling promiscuous security

In SPAN/TAP mode, you must enable promiscuous security on the port group used by the pether3 interface. This allows all SMTP traffic from the external network to reach Email Security — Server sensors.

Important

Do not perform this procedure if your Email Security — Server sensors are deployed in Message Transfer Agent (MTA) or BCC mode.

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

  2. Click the Configure tab.

  3. Select Networking > Virtual Switches.

  4. Locate the virtual switch and select the port group you created for the pether3 interface. Click the Edit settings icon.

    DG_ESXi_virtualNetworkPromiscious1_client_web_scap.png
  5. Select the Security tab.

  6. Select the Override checkbox and then select Accept in the Promiscuous mode drop-down list.

    DG_ESXi_virtualNetworkPromiscious2_client_web_scap.png
  7. Click OK.

Examples

In this example, three network interfaces are in the VM Network port group, and the ether2 interface is in a new port group (ether2). All port groups are on the vSwitch0, which is bound to the vmnic0 physical adapter on the ESXi server.

DG_ESXi_virtualNetworkvSwitch0FinalEX_scap.png

In this example for a SPAN/TAP mode deployment, two interfaces are in the VM Network port group, the ether2 interface is in a new port group (ether2), and the pether3 interface is in another new port group (pether3) and is configured in promiscious mode, which allows all SMTP traffic from the external network to reach the pether3 interface. All port groups are on the vSwitch0, which is bound to the vmnic0 physical adapter on the ESXi server.

DG_ESXi_virtualNetworkvSwitch0FinalTAP_EX_scap.PNG