Networking Forums

Networking Forums > Computer Networking > Linux Networking > Excess ARP requests

Reply
Thread Tools Display Modes

Excess ARP requests

 
 
Bill
Guest
Posts: n/a

 
      06-09-2008, 06:29 AM
I am noticing ARP requests for a destination being sent about every 30
seconds while I have a continuous ping going to that destination. To
suppress them I have tried a few things to no avail.

1. I set static a ARP entry for the destination and it still sent out
the ARP requests, behaving as if it did not read the static ARP entry.

2. I tried setting a static ARP entry and then turning off ARP. In
that case it just hung. It was again behaving as if it did not read
the static ARP entry.

3. I tried increasing the base_reachable_time in the proc file
system, which had no effect. Does it have to be changed in a config
file somewhere to have an effect?

Any ideas? I am running Linux 2.6.10 on PPC.

 
Reply With Quote
 
 
 
 
habibielwa7id
Guest
Posts: n/a

 
      06-10-2008, 12:27 AM
On Jun 9, 9:29 am, Bill <jobhunt...@aol.com> wrote:
> I am noticing ARP requests for a destination being sent about every 30
> seconds while I have a continuous ping going to that destination. To
> suppress them I have tried a few things to no avail.
>
> 1. I set static a ARP entry for the destination and it still sent out
> the ARP requests, behaving as if it did not read the static ARP entry.
>
> 2. I tried setting a static ARP entry and then turning off ARP. In
> that case it just hung. It was again behaving as if it did not read
> the static ARP entry.
>
> 3. I tried increasing the base_reachable_time in the proc file
> system, which had no effect. Does it have to be changed in a config
> file somewhere to have an effect?
>
> Any ideas? I am running Linux 2.6.10 on PPC.


Strange a little, The machine should not send ARP request if it has
the MAC address of the machine it wishes to contact statically added
even if you added a wrong MAC address, The connection should fail.
May you have any other application that delete this static entry as
some applications do? so make sure that the entry still there after
you added it with a command like "arp -a" on Windows or a Linux
machine,
if it's statically added you should see it's like this
arp -a
192.168.1.1 00-14-16-17-2a-84 static
192.168.1.92 00-15-f2-5f-40-6b dynamic
Notice the static word?
And on our dear Linux it should appears like
? (192.168.1.35) at 00:118:B4C:C9 [ether] PERM on eth1
? (192.168.1.245) at 00:C0:26:82:C0:E6 [ether] on eth1
"PERM" means statically added and "on" means it's dynamic or you may
try the arp command without options on Linux
arp
192.168.1.245 ether 00:C0:26:82:C0:E6
C eth1
192.168.1.18 ether 00:15:F2:5E:1C5
CM eth1
"C" means dynamic entry and "CM" means static entry.
Regards,
 
Reply With Quote
 
Rick Jones
Guest
Posts: n/a

 
      06-10-2008, 12:39 AM
habibielwa7id <(E-Mail Removed)> wrote:

> And on our dear Linux it should appears like
> ? (192.168.1.35) at 00:118:B4C:C9 [ether] PERM on eth1
> ? (192.168.1.245) at 00:C0:26:82:C0:E6 [ether] on eth1
> "PERM" means statically added and "on" means it's dynamic or you may
> try the arp command without options on Linux


Just a wild guess, but any chance the OP has more than one interface
on the system and perhaps the system decided to go out the interface
other than the one with the static entry?

rick jones
--
a wide gulf separates "what if" from "if only"
these opinions are mine, all mine; HP might not want them anyway...
feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...
 
Reply With Quote
 
Bill
Guest
Posts: n/a

 
      06-17-2008, 09:07 AM
On Jun 9, 5:39 pm, Rick Jones <rick.jon...@hp.com> wrote:
> habibielwa7id <fouad...@gmail.com> wrote:
> > And on our dear Linux it should appears like
> > ? (192.168.1.35) at 00:118:B4C:C9 [ether] PERM on eth1
> > ? (192.168.1.245) at 00:C0:26:82:C0:E6 [ether] on eth1
> > "PERM" means statically added and "on" means it's dynamic or you may
> > try the arp command without options on Linux

>
> Just a wild guess, but any chance the OP has more than one interface
> on the system and perhaps the system decided to go out the interface
> other than the one with the static entry?
>
> rick jones
> --
> a wide gulf separates "what if" from "if only"
> these opinions are mine, all mine; HP might not want them anyway...
> feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH...


I set the static ARP entries on both interfaces in the system.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
IPv6 Connection Tracking Excess CPU usage Washington Ratso Linux Networking 5 08-24-2011 12:02 PM
DNS requests filtering Augustus SFX van Dusen Linux Networking 6 07-28-2006 08:35 AM
Which process does dns requests? choowie Linux Networking 2 05-31-2006 06:58 PM
Slow DNS requests? Jim R Linux Networking 3 03-14-2006 11:55 PM
how to excess shared win2000 folder of ntfs partition from win98 system on LAN Windows Networking 1 01-08-2004 02:54 PM



1 2 3 4 5 6 7 8 9 10 11