ARP广播响应与几个不同的MAC为相同的IP

我遇到了一个在我们的局域网上造成很多问题的问题。

我有一个单一的网卡,192.168.0.100的Windows服务器

我有服务器上运行的某些服务,我有连接问题,数据库是一个,SQL。

当我访问这个问题,我注意到,如果我发送广播ARP请求的IP 192.168.0.100它返回一堆不同的MAC地址,包括正确的MAC地址的服务器..我得到8个不同的地址在响应。

我认为这是造成连接问题。

我的问题是,我清除了所有交换机和路由器上的ARP表。 (我也重启了他们)。 我怎样才能找出这些存储的地方,以及他们为什么要响应这个IP。

提前致谢

从我的linux机器上:

rh@deb-967:~$ arping -b 192.168.0.100 ARPING 192.168.0.100 from 192.168.0.16 eth0 Unicast reply from 192.168.0.100 [xx:xx:xx:xx:BB:A9] 0.582ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:CR:23] 0.602ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:C8:76] 0.613ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:NH:K9] 0.623ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:HG:39] 0.632ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:CF:02] 0.643ms <<-- Correct Mac Unicast reply from 192.168.0.100 [xx:xx:xx:xx:E6:49] 0.652ms Unicast reply from 192.168.0.100 [xx:xx:xx:xx:DH:BU] 0.662ms ^CSent 1 probes (1 broadcast(s)) Received 8 response(s) 

当我执行相同的LAN服务器function正常,我得到…

 rh@deb-967:~$ arping -b 192.168.0.112 ARPING 192.168.0.112 from 192.168.0.16 eth0 Unicast reply from 192.168.0.112 [xx:xx:xx:xx:xx:32] 0.659ms <-- Correct MAC Unicast reply from 192.168.0.112 [xx:xx:xx:xx:xx:32] 0.801ms <-- Correct MAC Unicast reply from 192.168.0.112 [xx:xx:xx:xx:xx:32] 0.732ms <-- Correct MAC ^CSent 3 probes (3 broadcast(s)) Received 3 response(s) 

编辑….

追溯到一个有问题的MAC到局域网上的一台机器,这里是IPconfiguration详细信息…

 C:\Windows\system32>ipconfig /all Windows IP Configuration Host Name . . . . . . . . . . . . : pc5434 Primary Dns Suffix . . . . . . . : mydomain.local Node Type . . . . . . . . . . . . : Hybrid IP Routing Enabled. . . . . . . . : No WINS Proxy Enabled. . . . . . . . : No DNS Suffix Search List. . . . . . : mydomain.local Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : mydomain.local Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller Physical Address. . . . . . . . . : xx:xx:xx:xx:BB:A9 DHCP Enabled. . . . . . . . . . . : Yes Autoconfiguration Enabled . . . . : Yes Link-local IPv6 Address . . . . . : xxxx::11c:xxxx:30b:xxxx%11(Preferred) IPv4 Address. . . . . . . . . . . : 192.168.0.78(Preferred) Subnet Mask . . . . . . . . . . . : 255.255.255.0 Lease Obtained. . . . . . . . . . : 11 October 2016 17:45:01 Lease Expires . . . . . . . . . . : 19 October 2016 17:44:57 Default Gateway . . . . . . . . . : 192.168.0.1 DHCP Server . . . . . . . . . . . : 192.168.0.20 DHCPv6 IAID . . . . . . . . . . . : 230497568 DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1R-3D-65-58-xx:xx:xx:xx:BB:A9 DNS Servers . . . . . . . . . . . : 192.168.0.20 192.168.0.40 NetBIOS over Tcpip. . . . . . . . : Enabled 

我从来没有在Netgear上这样做,但是根据Web界面中的“ GS700TS智能交换机软件pipe理手册” ,您需要进入交换>地址表>基本>地址表。 select“按MAC地址search”。 input“违规”mac地址之一(例如xx:xx:xx:xx:BB:A9),然后单击Go。

这将告诉你哪个交换机端口这个MAC地址是学习的,那么你可以检查哪个设备连接在那里,并检查该设备的IP设置。

请注意,显示的端口也可以是连接到另一台交换机的端口,在这种情况下,您需要在该交换机上重复上述步骤。