Duplicated IP address detected

背景信息

一次例行的流量监控抓包,让我在wireshark的专家信息中看到了很多Duplicate IP Address configured (IP XXXXX) ,这个信息出现的机器很有规律。机器基本都是一些R710的老机器,然后都是2008 r2 的系统,而且都是使用BroadCom Advanced control suite 做了Team,Team的模式是(smart,LiveLink 没有启用)

实际症状

  • wireshark 中的arp 包,可以看出是一个team 中的多个网卡,都是声明自己的MAC地址对应群集IP,而且这个ARP包的时间间隔很小。

  • Broadcom 网卡team 软件()

  • 使用R710的机器但是使用windows server 2012 的系统内置的Team功能的机器没有表现出该症状。

Try to fix

大概可以确定应当是软件的BUG,所以我们找找看有没有人有类似的症状,或者已经有解决办法。

  • 我找到了下面相关的文章和链接,官方指示是Broadcom网卡team版本较旧,更新到特定版本以后就OK了。

  • 虽然Broadcom 被收购后,官方网站的驱动非常难找,但是我在dell的驱动页面找到了对应的网卡的新驱动和应用。
  • 更新了Qlogic Network Adapter windows 64 bit drivers 以及firmware,中间可能导致网络断开,或者群集IP丢失,反正周折了后,感觉问题要解决了,结果更新后重新抓包,问题依旧

    更新后的网卡team 管理软件。

验证后发现未解决问题

  • 我在多个服务器上更新了网卡固件还有Team软件后,重启进行了验证,抓包工具使用的是windows 自带的netsh trace 命令,由于机器大部分都是windows server 2008 r2,所以我用下面命令来抓包netsh trace start capture=yes tracefile=c:\computername.etl 等待一段时间后,用netsh trace stop 来停止抓取。etl的文件可以使用windows message analyzer 来转成cap包,然后使用wireshark 来进行分析。
  • 可以证明的解决办法是,如果你有两个网卡,仍然使用smart 模式,可以设置其中一个网卡为备用模式。不要都是Active。
  • 问题提交给DELL后,dell回复说服务器已过保。。。也确实,按照KB照做升级都没有解决,也只能拿过保的问题来推脱BUG了,好在知道问题出在哪里,大不了升级下OS使用内置Team或者改成还用这个team软件,但是Team模式改成主备模式。超过2张网卡的Active,active模式估计也没法做到吞吐量翻倍,因为OS自带的Team模式也最多也只能单向的双倍。

原文地址:http://blog.51cto.com/yoke88/2069816

时间: 2024-10-11 03:42:58

Duplicated IP address detected的相关文章

Genymotion虚拟机启动时get no IP address的解决方法汇总

"Genymotion虚拟机启动时get no IP address"这个问题一直困扰了我很多天,我在网上也试了不少方法,今天终于成功打开了,太兴奋了. 鉴于网上各种方法比较分散,今天就来个"大集合". 方法一:1.启动已经新增好的设备时,提示:the virtual device got no ip address,于是在网上搜索该问题,便得到提示,先启动virtual box中的该模拟设备,于是便启动,出现了另外一个问题: 2.提示:This kernel re

在windows下运行docker的问题【Error getting IP address: ***】

环境配置系统:windows 10docker:Docker Toolbox https://www.docker.com/products/docker-toolbox 问题描述windows下安装完Docker Toolbox后运行Docker Quickstart Terminal可能会看到如下错误 Creating Machine default... Running pre-create checks... Creating machine... Error creating mach

Java Regex match IP address

Reference: [1] https://www.mkyong.com/regular-expressions/how-to-validate-ip-address-with-regular-expression/ import java.util.regex.Matcher; import java.util.regex.Pattern; public class IPAddressValidator{ private Pattern pattern; private Matcher ma

router 分配ip address(dhcp)和dhcp中继

路由器的主要功能是网络寻址,有时候也需要用来分配ip地址.但用路由器分配地址又会加大路由器的负载,所以,有的时候我们可以把分配地址的工作交给一台PC. 1.使用router分配ip address: Router>en Router#conf t Enter configuration commands, one per line.  End with CNTL/Z. Router(config)#int vlan 1 Router(config-if)#ip dhcp pool vlan1  

poj2105 IP Address(简单题)

题目链接:http://poj.org/problem?id=2105 Description Suppose you are reading byte streams from any device, representing IP addresses. Your task is to convert a 32 characters long sequence of '1s' and '0s' (bits) to a dotted decimal format. A dotted decima

Debian static ip address

1 // /etc/network/interfaces 2 auto eth0 3 iface eth0 inet static 4 address <Your ip address> 5 netmask <Your netmask> 6 gateway <Your gateway address> 7 broadcast <Your broadcast address> 8 9 // /etc/resolv.conf 10 nameserver <

If application data needs to be sent to IP address xx.xx.xx.xx, how does it work in underneath network?

This is to illustrate the communication between two separate machines which don't have a direct physical connection. Application data is generated and passed to layer 3 (network layer) which wrapps up the data with the destination IP address. Then ha

Bringing up interface eth0: Determining if ip address 10.109.67.81 is already in use for device eth0...

重启网卡出现提示: Bringing up interface eth0:  Determining if ip address 10.109.67.81 is already in use for device eth0...                                                            [  OK  ] Bringing up interface eth1:  Determining if ip address 10.109.67.83

oracle 11g RAC安装节点二执行结果错误CRS-5005: IP Address: 192.168.1.24 is already in use in the network

[[email protected] ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory. Adding read,write permissions for group. Removing read,write,execute permissions for world. Changing groupname of /u01/app/oraInventory to oins