Hello,
If I add IP-addresses to my CentOS-7-LXC I can only do that if this IP is from the same subnet. If I'm using another subnet with another gateway the container is not pingable anymore - I have to remove the IP from the other subnet and reboot the container after that.
The interfaces-configuration of the host node is:
Any ideas?
If I add IP-addresses to my CentOS-7-LXC I can only do that if this IP is from the same subnet. If I'm using another subnet with another gateway the container is not pingable anymore - I have to remove the IP from the other subnet and reboot the container after that.
The interfaces-configuration of the host node is:
Code:
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 84.xxx.xxx.x4
netmask 255.255.255.240
gateway 84.xxx.xxx.x1
bridge_ports eth0
bridge_stp off
bridge_fd 0
Any ideas?