Need help setting up dhcp server

mister moo moleque_da_rua at yahoo.com
Tue Mar 18 06:04:40 UTC 2008


I have edited and re-edited the configuration file for
the server and I am not able to start it on the
interface.

Here is a copy of the file:

ddns-update-style none;

option domain-name-servers 68.87.74.162, 68.87.68.162;

default-lease-time 86400;
max-lease-time 604800;

authoritative;

subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.50 192.168.0.229 
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.0.255;
        option routers 192.168.0.1;
        option interfaces eth1 
}

# Pooter
subnet 192.168.57.0 netmask 255.255.255.0 {
	range 192.168.57.0 192.168.57.255;
	}
# fingers
host fingers.com {
	hardware ethernet 1;Ethernet  HWaddr
00:15:F2:7A:DC:83
	fixed-address 192.168.57.0;
	}



      ____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs


More information about the dhcp-users mailing list