Quote:
Originally Posted by rg3
You should post the exact error message. Also, while we're at it, can you try "route add default gw 192.168.55.4", please?
|
Exact error message:
[root@lemna ~]# route add -net default netmask 0.0.0.0 Gw 192.168.55.4 eth1
Usage: inet_route [-vF] del {-host|-net} Target[/prefix] [gw Gw] [metric M] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [gw Gw] [metric M]
[netmask N] [mss Mss] [window W] [irtt I]
[mod] [dyn] [reinstate] [[dev] If]
inet_route [-vF] add {-host|-net} Target[/prefix] [metric M] reject
inet_route [-FC] flush NOT supported
Here are the routing tables:
[root@lemna ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.192 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default router1.appl-ec 0.0.0.0 UG 1 0 0 eth0
On wireless connection (eth1):
[root@lemna ~]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
localnet * 255.255.255.192 U 0 0 0 eth0
localnet * 255.255.255.0 U 0 0 0 eth1
loopback * 255.0.0.0 U 0 0 0 lo
default router1.appl-ec 0.0.0.0 UG 1 0 0 eth0
When I ran 'route add default Gw 192.168.55.4' a second default for eth0 was added. When I re-ran it appending eth1, a default for eth1 was added. But, I still cannot ping other hosts on the network, "network is unreachable."
Thanks,
Rich