Hello All,
I have a single host with 2 VM's
The VM on VLAN 11 has Internet access and no issues.
The VM on VLAN 3 cannot even ping its Gateway at 192.168.3.254
Both VLANS are on the same physical NIC and I have the Proxmox management network on a dedicated NIC (vmbr0).
Below is my network config. TIA.
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.6.110/24
gateway 192.168.6.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
auto vmbr3
iface vmbr3 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr3.3
iface vmbr3.3 inet static
address 192.168.3.1/24
gateway 192.168.3.254
auto vmbr11
iface vmbr11 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr11.11
iface vmbr11.11 inet static
address 192.168.11.1/24
gateway 192.168.11.254
I have a single host with 2 VM's
The VM on VLAN 11 has Internet access and no issues.
The VM on VLAN 3 cannot even ping its Gateway at 192.168.3.254
Both VLANS are on the same physical NIC and I have the Proxmox management network on a dedicated NIC (vmbr0).
Below is my network config. TIA.
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.6.110/24
gateway 192.168.6.254
bridge-ports eno1
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
auto vmbr3
iface vmbr3 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr3.3
iface vmbr3.3 inet static
address 192.168.3.1/24
gateway 192.168.3.254
auto vmbr11
iface vmbr11 inet manual
bridge-ports eno3
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr11.11
iface vmbr11.11 inet static
address 192.168.11.1/24
gateway 192.168.11.254