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