quote("Voytek Eymont");
>kernel ip routing table
>dest gw mask flag metric ref use iface
>10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0  eth0
>127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0  lo

In that case you'll have to set a default gateway, you can do this on a
one-time basis with route:
        route add default gw router.ip.address

...or set it up by modifying /etc/sysconfig/network:
        GATEWAY=router.ip.address

Cheers,
-Chris.

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to