mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Dmytro Bablinyuk <dmytro.bablinyuk@tait.co.nz>
To: linux-kernel@vger.kernel.org
Subject: How to publish arp info correctly?
Date: Thu, 11 Dec 2003 15:24:40 +1300	[thread overview]
Message-ID: <3FD7D568.3050406@tait.co.nz> (raw)

If we declare an IP address to be published ie. arp -v -i eth0 -Ds 
172.25.207.1 eth0 pub
And if we do the ping 172.25.207.1 the tcpdump showing that arp request 
arrives but the box happily ignores it.
There is not publishing occurs, though arp cache has:

/ # arp
Address                 HWtype  HWaddress           Flags 
Mask            Iface
tuna                    ether   00:04:75:E7:1B:93   
C                     eth0
172.25.140.1            ether   08:00:20:7D:4D:9A   
C                     eth0
172.25.207.1            *       *                   
MP                    eth0

/ # cat /proc/net/arp
IP address       HW type     Flags       HW address            Mask     
Device
172.25.140.8     0x1         0x2         00:04:75:E7:1B:93     *        eth0
172.25.207.1     0x1         0xc         00:00:00:00:00:00     *        eth0

Could anybody please tell me is this the problem with the kernel we are 
using - 2.4.22 or something else.

Thank you


                 reply	other threads:[~2003-12-11  2:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FD7D568.3050406@tait.co.nz \
    --to=dmytro.bablinyuk@tait.co.nz \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome