First, your cross posting is offensive. Don't do that. Limited to linux-net.
On Wed, Apr 19, 2000 at 06:22:17PM +0530, A.Ramasamy wrote:
> Hello,
>
> We did the following for using proxy-arp in a machine
>
> 1. Set /proc/sys/net/ipv4/conf/*/proxy_arp to 1 ( using echo )
> 2. published arp entry for w.x.y.z ( using the command
> arp -H ether -i eth0 -Ds w.x.y.z eth0 pub
>
> The system responds for arp request for this address. But also responds
> for other unpublished addresses
> We tried with RedHat6.0 system on a pentium with two NE2000 compatible
> cards. We tried a newer kernel ( 2.2.14 ) when we had this problem but it
> still remains. Any help will be appreciated.
2.2 does automagic proxy arp -- it'll answer for all addresses that it
forwards too on another address. Try
echo 0 > /proc/sys/net/ipv4/conf/*/proxy_arp
after you added the pub ARP entries (arp will automatically enable it).
The public arp entry should still work with proxy_arp turned off
(strange, isn't it? it should be really named auto_proxy_arp and not changed
by arp settings)
-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]