Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UTM Multiple VLAN Trunk

Hi,

i´m trying to figure out how to configure a multiple vlan trunk on a utm virtual appliance. The utm is running on a hyper-v Server 2012 r2.

I configured 1 untagged  vswitch on the hyper-v Server. On the physical  Switch i configured a trunk port for the the vlans 3,30,100 etc. The pvid of this trunk port is 250(untagged).

For the utm vm i configured 4 Interfaces.

eth0(Ethernet static) --> trunk vswitch tagged vlan 3 (for internal Network; Management Network)

eth1(Ethernet vlan) --> trunk vswitch untagged (for the vlans 3,30,100)

eth2(Ethernet static) --> tagged dmz vlan

eth3(Ethernet static) --> wan untagged Interface


I can Access and configure the utm over the vlan 3.
But when add a Client vm to the vlan 30 i can´t Access any device from the vlan 30 unless the gatway ip address of this vlan(ping error message: Destination host unreachable). At the Dashboard from the utm i can´t see any traffic over the Ethernet vlan Interfaces.

I hope anyone can help me. Thanks and best regards


This thread was automatically locked due to age.
Parents
  • Not sure if this will affect the vlan issue but the config on the eth0 interface doesn't look correct. Looks like the IP is 10.40.3.1 and you set the same IP to be the default gateway. Which interface is the WAN in this scenario?
  • Hi,

    I think your approach to configure the VLAN Interface inside the UTM is by Hyper-V design not possible. UTM VLAN Interfaces doesn't work with Hyper-V the way they are meant.

    You will have to configure multiple virtual NICs with different VLAN IDs of your trunk in the UTM VM Settings of the same physical NIC which is connected to the trunk port on your physical switch. In the UTM itself, you will have to configure basic ethernet adapters, not vlan adapters.


    Also it is possible to create Hyper-V Trunk ports by using the powershell:

    Set-VMNetworkAdapterVlan -VMName UTM -VMNetworkAdapterName InternetNIC -Trunk -AllowedVlanIdList 3-30-100 -NativeVlanId 1

    But I haven't testet it myself if mabe this will allow us to use VLAN interfaces inside the UTM, which would be the most satisfying.

    Here is a very same thread in the german forum about this problem:
    https://community.sophos.com/products/unified-threat-management/astaroorg/f/68/t/61378
Reply
  • Hi,

    I think your approach to configure the VLAN Interface inside the UTM is by Hyper-V design not possible. UTM VLAN Interfaces doesn't work with Hyper-V the way they are meant.

    You will have to configure multiple virtual NICs with different VLAN IDs of your trunk in the UTM VM Settings of the same physical NIC which is connected to the trunk port on your physical switch. In the UTM itself, you will have to configure basic ethernet adapters, not vlan adapters.


    Also it is possible to create Hyper-V Trunk ports by using the powershell:

    Set-VMNetworkAdapterVlan -VMName UTM -VMNetworkAdapterName InternetNIC -Trunk -AllowedVlanIdList 3-30-100 -NativeVlanId 1

    But I haven't testet it myself if mabe this will allow us to use VLAN interfaces inside the UTM, which would be the most satisfying.

    Here is a very same thread in the german forum about this problem:
    https://community.sophos.com/products/unified-threat-management/astaroorg/f/68/t/61378
Children
No Data