首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Centos网络在桥上随机上下行

Centos网络在桥上随机上下行
EN

Server Fault用户
提问于 2016-08-08 07:10:27
回答 1查看 108关注 0票数 -1

我在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:

代码语言:javascript
运行
复制
    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

代码语言:javascript
运行
复制
    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:

代码语言:javascript
运行
复制
    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安装或配置的问题吗?

EN

回答 1

Server Fault用户

发布于 2016-08-08 07:40:55

如何找到问题的根源?

检查所有日志中的相关条目。

使用科学方法帮助您跟踪问题。

..。很平常的事情。

票数 1
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/795431

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档