我在CentOS 7上有物理服务器,有LXC容器和bridget网络。另有3个IP地址:
*.202: on bridget network of host
*.213: on bridget network of first big LXC
*.214: on bridget network of second big LXC
*.202上下随机,没有配置变化,它只是从某个时刻开始向上/向下。
服务器密度监视今晚在主IP上检测到丢失,在以下位置:
1:02 - 1-5分钟停机时间
4:39 - 1-5分钟停机时间
7:10-1-5分钟停机时间
7:42 - 1-5分钟停机时间
8:48 - 1-5分钟停机时间
时间是GMT+3
在第二和第三个IP上没有损失,它正常工作。
这一次与本地主机所报告的监测相同:监测图。
从主机路由-n:
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 88.198.61.193 0.0.0.0 UG 425 0 0 bridge0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
10.8.0.2 0.0.0.0 255.255.255.255 UH 0 0 0 tun0
10.20.0.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr2
88.198.61.192 0.0.0.0 255.255.255.224 U 425 0 0 bridge0
192.168.100.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr1
从*.213路由-n
route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 88.198.61.193 0.0.0.0 UG 0 0 0 eth0
88.198.61.192 0.0.0.0 255.255.255.224 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1035 0 0 eth0
来自宿主的brctl:
bridge name bridge id STP enabled interfaces
bridge0 8000.32a853223b87 no enp4s0
vnet1
vnet2
virbr1 8000.169641375908 yes virbr1-nic
vnet0
vnet4
vnet5
vnet6
vnet7
vnet8
virbr2 8000.226f586158a8 yes virbr2-nic
vnet3
vnet9
*.202 is on: bridge0 (down some time)
*.213 is on: vnet1 (work well)
*.214 is on: vnet2 (work well)
来自主机的ifconfig和netstat:http://paste.ubuntu.com/22669410/
如何找到问题的根源?这可能是CentOS安装或配置的问题吗?
发布于 2016-08-08 07:40:55
https://serverfault.com/questions/795431
复制相似问题