What Would Cause a Lot of ARP Broadcasts From One System / Machine
Q. I'm experiencing decreased network performance due to ARP broadcasts coming from one system. What would cause a lot of ARP broadcasts from one server / computer?
A. ARP convers a 32 bit IP address into a 48-bit Ethernet address. The Address Resolution Protocol (ARP), is used to do this under FDDI or Ethernet. ARP works by broadcasting a packet to all hosts attached to an Ethernet. The packet contains the IP address the sender is interested in communicating with. Most hosts ignore the packet. The target machine, recognizing that the IP address in the packet matches its own, returns an answer.
Reasons For Excessive ARP Broadcasts Requests
[a] Duplicate IP addresses - Make sure IPs are correctly assigned. Use arpping command to detect all duplicate IP address.
[b] Make sure subnet masks are valid for entire network.
[c] Disable IPMI-LAN connection if not used via BIOS or motherboard / server setup utility
[d] Replace NIC as it may be soon going out of service (failing NIC)
I recommend running Ethereal software - a network protocol analyzer for Unix and Windows to troubleshoot problem further.
Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
Related Linux / UNIX FAQ:
- Linux SATA controllers not recognize my attached hard disk devices
- What do I do if my Linux Server / Workstation does not boot?
- Fedora core Linux sound card configuration
- Linux passive ftp not working problem and solution
- Linux LILO boot procedure freezes with LI characters (Lilo boot loader LI error)
Discussion on This FAQ
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Please do not use the comment form to ask for help / question. Ask your question on the excellent Linux tech support forum. Thank you very much for stopping by our site!
Tags: address resolution protocol, arp, ARP Broadcasts, arpping command, bios, broadcasts, entire network, Ethereal, fddi, hosts, ip addresses, lan connection, network performance, network protocol analyzer, server computer, server setup, subnet masks, target machine, UNIX ~ Last updated on: March 27, 2008



April 11th, 2008 (4 weeks ago) at 3:04 pm
Just to tell you that Ethereal got replaced by Wireshark
http://www.wireshark.org/