On Fri, Apr 17, 2009 at 10:27 AM, Kenneth Gonsalves
<[email protected]> wrote:
> I use my laptop with whatever LAN connection is available.
...
>Now ethernet gets detected, but there is no default route - I have
> to manually add the default route to the gateway. Any idea why this should
> happen?
Is your office DHCP server configured correctly?
The subnet declaration needs a "option routers" block.
My ISC dhcpd.conf file has these lines:
subnet 10.10.10.0 netmask 255.255.255.0 {
option routers 10.10.10.1;
pool { range 10.10.10.100 10.10.10.150; }
}
To debug, you can run tcpdump on your lan interface and watch
the dhcp traffic for anomalies.
- Raja
_______________________________________________
To unsubscribe, email [email protected] with
"unsubscribe <password> <address>"
in the subject or body of the message.
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc