Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to publish arp info correctly?

Reply
Thread Tools Display Modes

How to publish arp info correctly?

 
 
Dmytro Bablinyuk
Guest
Posts: n/a

 
      12-11-2003, 01:26 AM
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 With Quote
 
 
 
 
Neil Horman
Guest
Posts: n/a

 
      12-11-2003, 01:08 PM
Dmytro Bablinyuk wrote:
> 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

Is proxy_arp turned on? If its not on, I don't believe you will respond
to arp requests for addresses your host doesn't own. To enable proxy arp:
echo 1 > /proc/sys/net/conf/all/proxy_arp

HTH
Neil


--
Neil Horman
Red Hat, Inc., http://people.redhat.com/nhorman
gpg keyid: 1024D / 0x92A74FA1, http://www.keyserver.net

 
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
How to publish Citrix apps in DMZ in conjuction with DC authentica Scott N. Windows Networking 0 05-22-2007 04:42 PM
How to publish a new TCP congestion control module ? hswong3i@gmail.com Linux Networking 2 04-29-2006 10:45 AM
Publish XML files made by WPS authoring tool Rens Wireless Networks 0 04-04-2006 12:13 PM
Publish XML files made by the WPS Authoring Tool Rens Windows Networking 0 04-04-2006 08:31 AM
BT publish usage based charges for ADSL lines Sunil Sood Broadband 4 03-22-2005 07:36 PM



1 2 3 4 5 6 7 8 9 10 11