Hi guys,
A little puzzled by what else to try here so I thought I'd reach out to this awesome community for some ideas.
I configured a bond interface to have 5 different vlans.
auto bond0
iface bond0 inet manual
bond-slaves enp3s0
bond-miimon 100
bond-mode active-backup
auto bond0.100
iface bond0.100 inet manual
vlan-raw-device bond0
auto bond0.213
iface bond0.213 inet manual
vlan-raw-device bond0
-- bond0.100 is management vlan -- bond0.213 is Server 2019 vlan.
auto vmbr0
iface vmbr0 inet static
address 10.100.0.15
netmask 255.255.255.0
gateway 10.100.0.1
bridge-ports bond0.100
bridge-stp off
bridge-fd 0
auto vmbr213
iface vmbr213 inet manual
bridge-ports bond0.213
bridge-stp off
bridge-fd 0
The gateway for vlan 213 is 10.213.0.1 -- I can ping this from the host machine no problems.
I assign vmbr213 as the network interface to my Server 2019 VM, configure it with a staic ip of 10.213.0.210 same gateway as mentioned above, and get "Destination host unreachable" ...
I've tried everything I could think of with no success...
If I change the VMs bridge to vmbr0 and just give it an ip of 10.100.0.123 ... everything works fine... for some strange reason just the vlan 213 is going dead...
Thanks guys!
Pasha
A little puzzled by what else to try here so I thought I'd reach out to this awesome community for some ideas.
I configured a bond interface to have 5 different vlans.
auto bond0
iface bond0 inet manual
bond-slaves enp3s0
bond-miimon 100
bond-mode active-backup
auto bond0.100
iface bond0.100 inet manual
vlan-raw-device bond0
auto bond0.213
iface bond0.213 inet manual
vlan-raw-device bond0
-- bond0.100 is management vlan -- bond0.213 is Server 2019 vlan.
auto vmbr0
iface vmbr0 inet static
address 10.100.0.15
netmask 255.255.255.0
gateway 10.100.0.1
bridge-ports bond0.100
bridge-stp off
bridge-fd 0
auto vmbr213
iface vmbr213 inet manual
bridge-ports bond0.213
bridge-stp off
bridge-fd 0
The gateway for vlan 213 is 10.213.0.1 -- I can ping this from the host machine no problems.
I assign vmbr213 as the network interface to my Server 2019 VM, configure it with a staic ip of 10.213.0.210 same gateway as mentioned above, and get "Destination host unreachable" ...
I've tried everything I could think of with no success...
If I change the VMs bridge to vmbr0 and just give it an ip of 10.100.0.123 ... everything works fine... for some strange reason just the vlan 213 is going dead...
Thanks guys!
Pasha