dhcpd.conf

I have intall a REdhat 9.0 as a server and Ive configure to act as a DHCP however Im having technical problems b/c the file /etc/dhcpd.conf does not exists. I went to the text edit and I created :

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

is that really what it contains or was that a typo? There is one too many 192's in there.