Dear *,
I recently added an additional Linux Bridge vmbr1 and a VM with VLAN 10. The Uplink to the Ubiquiti Switch is eno3. My configuration is as follows (really simple):
But the Ubiquiti DHCP Server in VLAN 10 is not responding for the VM so I did tcpdump -i vmbr1 -ne:
Is there anything wrong or why is it not reaching the network on the switch? Just for verification I also attached a screenshot of the switch port configuration (Verwaltung is vlan 10 so should be allowed).
Regards
I recently added an additional Linux Bridge vmbr1 and a VM with VLAN 10. The Uplink to the Ubiquiti Switch is eno3. My configuration is as follows (really simple):
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto eno3
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.10.0.5/21
gateway 10.10.0.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
But the Ubiquiti DHCP Server in VLAN 10 is not responding for the VM so I did tcpdump -i vmbr1 -ne:
Code:
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vmbr1, link-type EN10MB (Ethernet), snapshot length 262144 bytes
11:54:36.306067 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
11:54:44.415825 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
11:55:00.384952 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
11:55:32.730023 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
11:55:35.964081 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
11:55:43.901671 46:ce:86:8d:15:8f > ff:ff:ff:ff:ff:ff, ethertype 802.1Q (0x8100), length 346: vlan 10, p 0, ethertype IPv4 (0x0800), 0.0.0.0.68 > 255.255.255.255.67: BOOTP/DHCP, Request from 46:ce:86:8d:15:8f, length 300
Is there anything wrong or why is it not reaching the network on the switch? Just for verification I also attached a screenshot of the switch port configuration (Verwaltung is vlan 10 so should be allowed).
Regards