ARP Broadcast
Felipe Alfaro Solana
felipe.alfaro at gmail.com
Wed Sep 6 04:40:38 UTC 2006
> I have this nasty arp broadcast "who has 172.30.11.88 "
I think you mean "I have this nasty ARP entry". Broadcast is for
diffussion while entry is for storage. I think you have a storage
problem, not a difussion problem.
> made
> sudo arp -d 172.30.11.88
>
> still arp shows me:
>
> arp
> Adresse Hardware-Typ Hardware-Adresse Optionen Maske Schnittstelle
> 172.30.11.1 ether 00:0F:B5:AF:4F:46
> C eth1
> 172.30.11.26 ether 00:15:F2:51:14:0C
> C eth1
> 172.30.11.88
> (unvollständig) eth1
This usually means some local process is trying to connect to
172.30.11.88 but that host is down. Thus, the kernel initiates an ARP
resolution but, since the host is down, the entry is marked in the
table as pending. If the ARP request is received before the expiry
timer triggers, the ARP request will be accepted and the entry MAC
address will be stored along the IP.
More information about the ubuntu-users
mailing list