ARP在SUSE Linux中发布

我正在处理一个非常奇怪的问题。 我有一个在VMware环境中运行SLES 11 SP4的虚拟机。 机器有两个网卡。 突然第二个NIC停止工作。 它甚至不能ping通网关。

networkingconfiguration似乎没有改变,而且与环境中的另一台服务器完全相似。 所以我现在有点失落,需要帮助解决这个问题

第二个NIC使用10.183.22.x系列进行configuration。 它应该ping网关10.183.22.1

我尝试从vmware中删除第二块网卡 – 重新连接了几次 – 重新configuration了IP地址 – 使用了另一个IP地址范围 – 多次closures了第二块网卡 – 停止了SUSE防火墙服务 – 重新启动了networking服务

但似乎没有任何工作。 OS可以检测networking适配器上的链接。 Ifconfig也显示RX / TX数据包。 所以我不认为这是一个VMware的问题。 这是更多的操作系统相关的问题。

这里是ethtool的输出

ethtool eth3 Settings for eth3: Supported ports: [ TP ] Supported link modes: 1000baseT/Full 10000baseT/Full Supports auto-negotiation: No Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: No Speed: 10000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: off MDI-X: Unknown Supports Wake-on: uag Wake-on: d Link detected: yes 

这是路由

 route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.10.1 0.0.0.0 UG 0 0 0 eth0 10.183.22.0 0.0.0.0 255.255.255.0 U 0 0 0 eth3 172.16.32.0 10.183.22.1 255.255.255.224 UG 0 0 0 eth3 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 

Ifconfig输出

 ifconfig eth3 eth3 Link encap:Ethernet HWaddr 00:50:56:84:39:32 inet addr:10.183.22.77 Bcast:10.183.22.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:110933 errors:0 dropped:113 overruns:0 frame:0 TX packets:7219 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:8488881 (8.0 Mb) TX bytes:316982 (309.5 Kb) 

ping输出

 ping 10.183.22.1 PING 10.183.22.1 (10.183.22.1) 56(84) bytes of data. From 10.183.22.77: icmp_seq=1 Destination Host Unreachable From 10.183.22.77 icmp_seq=1 Destination Host Unreachable From 10.183.22.77 icmp_seq=2 Destination Host Unreachable From 10.183.22.77 icmp_seq=3 Destination Host Unreachable