auto loiface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 94.23.250.xxx
netmask 255.255.255.0
gateway 94.23.250.254
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto eth0:0
iface eth0:0 inet static
address 5.196.158.xxx
netmask 255.255.255.0
broadcast 5.196.158.xxx
gateway 94.23.250.254
Kernel IP routing tableDestination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 94.23.250.254 0.0.0.0 UG 0 0 0 vmbr0
5.196.158.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
94.23.250.0 0.0.0.0 255.255.255.0 U 0 0 0 vmbr0
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
and the container the nic is not set!
[/COLOR]arch: amd64cpulimit: 4
cpuunits: 1024
hostname: gamma
memory: 8192
net0: bridge=vmbr0,gw=94.23.250.xxx,hwaddr=E6:5B:AB:46:B2:97,ip=5.196.158.196/24,name=eth0,type=veth
ostype: debian
rootfs: local:100/vm-100-disk-1.raw,size=128849018880
swap: 512[COLOR=#333333]
auto eth0
iface eth0 inet static
address 198.50.234.20
netmask 255.255.255.255
broadcast 198.50.234.20
post-up route add 192.99.18.254 dev eth0
post-up route add default gw 192.99.18.254
pre-down route del 192.99.18.254 dev eth0
pre-down route del default gw 192.99.18.254