Brian Said....
I think you are right. Something doesn't look right here, but I'm not sure, and I don't know how to fix it. (netstat -r -n) returns:
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
162.xxx.xxx.0 0.0.0.0 255.255.255.128 U 40 0 0 eth1
192.168.100.0 0.0.0.0 255.255.255.0 U 40 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo
0.0.0.0 162.xxx.xxx.1 0.0.0.0 UG 40 0 0 eth1
The external Eth1 gateways seem to be messed. Am I right here? What do I do? BTW, thanks for all the reply's so far!
-----------
Brian,
I am assuming that you are correct in having the local address being 162.x.x.1 and the far end gateway being 162.x.x.0. What I suspect is that the MASK associated with the 162.x.x.1 should be 255.255.255.255.
To fix this you would need to play round with the route add and route del commands.
Hope this helps. Feel free to email me at darryl@radio-active.net.au if you want help off board.
Darryl
This thread was automatically locked due to age.