Re: arp problems with 2.1.21

A.N.Kuznetsov (kuznet@ms2.inr.ac.ru)
Thu, 16 Jan 1997 20:14:10 +0300 (MSK)


Hello!

>
> If the required parameters for a single address added to the arp cache
> has now been changed to a netmask of 255.255.255.255, I haven't a clue
> what that netmask is supposed to do. If this is now correct, it's
> an easy fix.
>

Certainly, 255.255.255.255 (or no ATF_NETMASK) will work.
As I understnad, you specified netmask 255.255.255.0
just as a random guess, does not it? 8)
I am glad, fool-proof check introduced in 2.1.16 worked!

Another variant.
As I remember I've already proposed you not to mess with proxy arp.
Just make "default" proxy arp entry:
arp_req = {
arp_ha = no mattter what
arp_pa = 0
arp_flags = ATF_PUBL|ATF_NETMASK
arp_netmask = 0
arp_dev = zeros
}

That's all. No more fiddling with proxy arp is necessary.

Alexey Kuznetsov.