OK. Your routing table shows the problem, it reads:
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
but should read:
192.168.2.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 192.168.2.1 0.0.0.0 UG 0 0 0 eth1
I think that the reason it did not get added is because there is an error in the command to add it, it should read:
route add default gw 192.168.2.1 eth1
Try it, see if it works.
R
|