I have intall a REdhat 9.0 as a server and Ive configure to act as a DHCP server however Im having technical problems b/c the file /etc/dhcpd.conf does not exists. I went to the text edit and I created /etc/dhcpd.conf :
subnet 192.192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.10 192.168.100.150;
default-lease-time 600;
max-lease-time 7200
}
Then when I run dhclient on my desktop I receive:
no DHCPOFFERS received
no working leases in the persistent database -sleeping