Can someone double check me?  I'm not sure why this isn't working.   I'm
setting up a Linux DHCP server using dhcpd (version 2.0).  All the clients will
be windows 98 machines. In Windows, I've selected the "obtain IP address
automatically" radio button.

In Linux, I've used:    route add -host 255.255.255.255 dev eth0
After I edit dchpd.conf, I restart it.  It does not give any errors but
the Windows machines are not getting their ips from the server.

Here is my dhcpd.conf file:

server-identifier servo;
default-lease-time 36000;
max-lease-time 100000;
option broadcast-address        192.168.1.255;
option domain-name      "mckinley";
option domain-name-servers      63.116.57.194;
option routers  192.168.1.1;
option subnet-mask      255.255.255.0;
subnet 192.168.1.0 netmask 255.255.255.0{
        range  192.168.1.50 192.168.1.255;
}


Anythoughts? Thanks :)

-Mjo

-- 
Martha Jo McCarthy 
[EMAIL PROTECTED]  (alternate: [EMAIL PROTECTED])  




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to