gateway not set by dhcp

sean seandarcy2 at gmail.com
Sat Nov 19 02:09:34 UTC 2005


sean wrote:
> I'm booting with dhcp. I get assigned the ip address and netmask, but 
> the default route to the gateway isn't set.
> 
> I can do it manually, but...
> 
> FWIW, xp is able to get the gateway info.
> 
> any suggestions?
> 
> sean
> 

Also, I've upgraded to dhclient 3.0.3-10

And /var/lib/dhcp/dhclient-eth0.leases shows the gatway router:

lease {
   interface "eth0";
   fixed-address 192.168.2.3;
   option subnet-mask 255.255.255.0;
   option dhcp-lease-time 4294967295;
   option routers 192.168.2.1;
   option dhcp-message-type 5;
   option dhcp-server-identifier 192.168.2.1;
   option domain-name-servers 192.168.2.1;
.......


sean




More information about the fedora-list mailing list