-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin Brown wrote: >> LINUX:~ # route -n >> Kernel IP routing table >> Destination Gateway Genmask Flags Metric Ref >> Use Iface >> 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 >> 0 eth1 >> 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 >> 0 eth1 >> 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 >> 0 lo > > > And we have a winner. There is no Gateway address in your route list. > I can tell because none of the routes you have are flagged as UG, just > U. This means you need to add a default route of the following: > > Destination 0.0.0.0 > Gateway 192.168.0.1 > Genmask 0.0.0.0 > > This can be done with the route command (don't recall the syntax). Not > sure why dhcp isn't doing it for you when it gets your IP address from > the router though. > # route add default gw 192.168.0.1 eth1 - -- KevinO -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFCSkgEI3MJ/OwKti0RAqGOAJ42C287qz1nr4bthtKLQ9xXXvLfawCeOCdJ Q2NYjyO2FiI7nZNtt+Oq2TY= =R+cX -----END PGP SIGNATURE----- --------------------------------------------------- PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us To subscribe, unsubscribe, or to change you mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss