Re: Proxy ARP on 2.1.124

Brian Candler (B.Candler@pobox.com)
Thu, 8 Oct 1998 13:54:09 +0100


On Thu, Oct 08, 1998 at 10:52:21AM +0100, Richard Titmuss wrote:
> x.x.109.128 * 255.255.255.128 U 0 0 0 eth0
> x.x.109.128 * 255.255.255.128 U 0 0 0 eth0

You have two routes to this network - I don't know if this would be a
problem though.

> [root]# arp -Ds x.x.109.156 eth0 pub
> [root]#
> [root]# cat /proc/net/arp
> IP address HW type Flags HW address Mask
> Device
> x.x.109.129 0x1 0x2 00:60:83:7C:A1:00
> * eth0
> x.x.109.156 0x1 0xc 00:00:00:00:00:00
> * eth0

These are symptoms rather than causes, but
- It hasn't picked up the eth0 hardware address. You could try doing it
manually, i.e. arp -s x.x.109.156 00:47:43:33:02:09 pub
- Flags should be 0xe for published address (on a 2.0.x kernel anyway)
It seems the "Complete" flag is missing.
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu