On Thu, 2004-03-25 at 15:32, Roger Salisbury wrote: > When I install dhcpd for dynamic IP's it works fine except for > connecting to the NET. > > On the linux client if you ping the outside world an error "Network is > unreachable".
Sounds like your DHCP server isn't setting a default route. Check on the linux client with "ip route" and the last line should look something like: default via 10.0.0.1 dev eth0 It should be set with "options routers 10.0.0.1;" in your dhcpd.conf - but check the documentation for your dhcp server to make sure. :-) -- Pete -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
