Glynn Clements <[EMAIL PROTECTED]> writes:
> b) configure the Linux box to perform proxy-ARP for the NT box, i.e.
>
> arp -i eth0 -Ds 129.240.186.y eth0 pub
It works! Almost. I can communicate with everyone that is not on the
186 net, in both directions. The NT box has IP 129.240.186.39, Netmask
255.255.254.0, default gw 10.0.0.1
Pinging from 129.240.186.32 gives on eth0:
14:15:24.858122 129.240.186.32 > 129.240.186.39: icmp: echo request
on eth1:
14:16:02.218759 129.240.186.32 > 129.240.186.39: icmp: echo request
14:16:02.219069 arp who-has 129.240.186.32 tell 129.240.186.39
This arp is not seen on eth0. Another wierdness is that pinging from
the linux box is shown as:
14:22:37.120064 0.0.0.0 > 129.240.186.39: icmp: echo request
These commands have been run on the linux box:
/sbin/ifconfig eth1 10.0.0.1 broadcast 10.0.0.255 netmask 255.0.0.0 up
/sbin/route add -host 129.240.186.39 metric 0 eth1
/sbin/arp -i eth0 -Ds 129.240.186.39 eth0 pub
echo "1" > /proc/sys/net/ipv4/ip_forward
--
Rune Frøysa
"Where do your encryption keys want to go today?" - Peter Gutmann
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]