我正在使用 proxmox 4.1。
如果我向我的容器添加 IP 地址,则CentOS-7-LXC
只有当该 IP 来自同一子网时,我才能这样做。如果我使用另一个子网和另一个网关,容器就无法再 ping 通了 - 我必须从另一个子网中删除 IP,然后重新启动容器。
主机节点的接口配置是:
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
更详细的例子:
84.xxx.xx1.x4
有gateway 84.xxx.xx1.x1
-> 一切都很好
如果我添加
84.xxx.xx1.x6
有gateway 84.xxx.xx1.x1
-> 一切都很好
如果我添加
84.xxx.xx2.x4
- gateway 84.xxx.xx2.x1
> 容器的所有 IP 均未响应传入的 PING。传出的 PING 也不起作用。
这个问题与 CentOS 无关。debian-lxc-template 也有同样的问题。