Hello -
I changed my hosts network from a single 1GB interface to bonded 10GbE interfaces. I then used the same adapted config to run my systems. Since then, VMs work great but containers are unable to reach the network. Rebooted all nodes and running Virtual Environment 6.2-12
I simply use vmbr0 for everything since I've got a fairly simple configuration. Any idea why my LXCs won't reach the network? (even newly created ones)
and the interfaces for a host are shown as
I changed my hosts network from a single 1GB interface to bonded 10GbE interfaces. I then used the same adapted config to run my systems. Since then, VMs work great but containers are unable to reach the network. Rebooted all nodes and running Virtual Environment 6.2-12
I simply use vmbr0 for everything since I've got a fairly simple configuration. Any idea why my LXCs won't reach the network? (even newly created ones)
auto lo
iface lo inet loopback
iface eno1 inet manual
auto enp65s0f0
iface enp65s0f0 inet manual
auto enp65s0f1
iface enp65s0f1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp65s0f0 enp65s0f1
bond-miimon 100
bond-mode balance-rr
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 10.0.0.233/24
gateway 10.0.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
mtu 9000
and the interfaces for a host are shown as
6: enp65s0f0: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9000 qdisc mq master bond0 state UP group default qlen 1000
link/ether a0:36:9f:47:ba:e0 brd ff:ff:ff:ff:ff:ff
7: enp65s0f1: <BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP> mtu 9000 qdisc mq master bond0 state UP group default qlen 1000
link/ether a0:36:9f:47:ba:e0 brd ff:ff:ff:ff:ff:ff
8: bond0: <BROADCAST,MULTICAST,MASTER,UP,LOWER_UP> mtu 9000 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether a0:36:9f:47:ba:e0 brd ff:ff:ff:ff:ff:ff
9: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default qlen 1000
link/ether a0:36:9f:47:ba:e0 brd ff:ff:ff:ff:ff:ff
inet 10.0.0.233/24 brd 10.0.0.255 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 2601:347:4200:4c10:a236:9fff:fe47:bae0/64 scope global dynamic mngtmpaddr
valid_lft 299sec preferred_lft 299sec
inet6 fe80::a236:9fff:fe47:bae0/64 scope link
valid_lft forever preferred_lft forever
10: tap106i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master vmbr0 state UNKNOWN group default qlen 1000
link/ether aa:2d:b0:da:ef:0a brd ff:ff:ff:ff:ff:ff
11: tap105i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master fwbr105i0 state UNKNOWN group default qlen 1000
link/ether 7e:fe:c2:e6:9c:54 brd ff:ff:ff:ff:ff:ff
12: fwbr105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default qlen 1000
link/ether 16:59:d6:ee:40:20 brd ff:ff:ff:ff:ff:ff
13: fwpr105p0@fwln105i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether f6:e9:b9:c8:6b:fa brd ff:ff:ff:ff:ff:ff
14: fwln105i0@fwpr105p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master fwbr105i0 state UP group default qlen 1000
link/ether 16:59:d6:ee:40:20 brd ff:ff:ff:ff:ff:ff
15: tap103i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 9000 qdisc pfifo_fast master fwbr103i0 state UNKNOWN group default qlen 1000
link/ether e6:69:f7:da:6c:59 brd ff:ff:ff:ff:ff:ff
16: fwbr103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue state UP group default qlen 1000
link/ether 66:dd:d1:f5:8c:cf brd ff:ff:ff:ff:ff:ff
17: fwpr103p0@fwln103i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether 26:c6:6e:85:b0:39 brd ff:ff:ff:ff:ff:ff
18: fwln103i0@fwpr103p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9000 qdisc noqueue master fwbr103i0 state UP group default qlen 1000
link/ether 66:dd:d1:f5:8c:cf brd ff:ff:ff:ff:ff:ff