[Lxc-users] appropriate architecture for two sets of containers on one host

Mike sourceforge at good-with-numbers.com
Thu Mar 14 06:15:50 UTC 2013


> iface eth1.17 inet static
>         address 0.0.0.0
>         netmask 0.0.0.0
> 
> auto br1.17
> iface br1.17 inet manual
>         bridge_ports eth1.17

Doing that (on br1.18), the second gateway goes away:

---------------------------------------------
host$ ip route show
192.168.17.0/24 dev br1.17  proto kernel  scope link  src 192.168.17.2
default via 192.168.17.1 dev br1.17
---------------------------------------------

But the line

192.168.18.0/24 dev br1.18  proto kernel  scope link  src 192.168.18.2

is gone too.  That disturbs me, but I don't have traffic on that bridge 
to test with yet.




More information about the lxc-users mailing list