<div dir="ltr"><div><div><div><div><div>Hi,<br><br></div>I have modified my VM network to have multiple tagged networks. It used to be an untagged network and it worked fine, but I needed to add more networks on the host. The switch it is connected to has the port configured as a trunk port with these VLANs. When a VM sends traffic out (to get a DHCP address for instance), it reaches the server but does not get the DHCP offer that the server sends. I did a tcpdump on the node that hosts the VM and the packets going out do not have a VLAN tag. I assume the VM host interface would should not have the tag present, but that the  p2p1.91 interface should put the VLAN tag on.<br><br>The relevant interface configuration on the node that the VM host is on looks like:<br><br>27: sohonet_DMZ: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP <br>    link/ether a0:36:9f:2a:63:20 brd ff:ff:ff:ff:ff:ff<br>29: p2p1.91@p2p1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue master vmnet state UP <br>    link/ether a0:36:9f:2a:63:20 brd ff:ff:ff:ff:ff:ff<br>30: vmnet: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue state UP <br>    link/ether a0:36:9f:2a:63:20 brd ff:ff:ff:ff:ff:ff<br>    inet6 fe80::a236:9fff:fe2a:6320/64 scope link <br>       valid_lft forever preferred_lft forever<br>31: vnet0: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master vmnet state UNKNOWN qlen 500<br>    link/ether fe:1a:4a:16:01:58 brd ff:ff:ff:ff:ff:ff<br>    inet6 fe80::fc1a:4aff:fe16:158/64 scope link <br>       valid_lft forever preferred_lft forever<br>32: vnet1: &lt;BROADCAST,MULTICAST,UP,LOWER_UP&gt; mtu 1500 qdisc pfifo_fast master vmnet state UNKNOWN qlen 500<br>    link/ether fe:1a:4a:16:01:5c brd ff:ff:ff:ff:ff:ff<br>    inet6 fe80::fc1a:4aff:fe16:15c/64 scope link <br>       valid_lft forever preferred_lft forever<br><br></div>where vnet1 is the VM interface, and p2p1.91 is the VLAN&#39;d interface for the network. The network the VM nic is on is vmnet, and the physical interface is p2p1<br><br></div>Configuring an address manually does not help, nor does dropping the firewall on the host.<br></div><div>I&#39;ve run the vmnet interface in promiscuous mode to see if I can see anything coming back, but the return traffic does not appear.<br></div><div><br>Any ideas as to why the network is not working?<br><br></div>Thanks for any help.<br><br></div>-Cam<br><div><div><div><br><br></div></div></div></div>