> Your second subnet section is wrong. Is it in there for a reasion?
> This may be where your error is comming from. You do not want the
> subnet from your public IP in the file. Chop out the last two lines,
> and it should work. I use a different format, but it looks close.
>
> Mikkel
I tried that.. didn't work..
Here's what I have now, I moved some things around.. real time changes and
testing!
# DHCPD conf file
default-lease-time 600;
max-lease-time 7200;
option subnet-mask 255.0.0.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.1;
option domain-name-servers 10.1.1.1;
option domain-name "e-harvey.com";
subnet 10.1.1.0 netmask 255.255.255.0 {
range 10.1.1.2 10.1.1.5;
}
#subnet 208.45.64.0 netmask 255.255.254.0 {
#}
To answer Mikes question, the dhcpd daemon isn't even starting due to the
error, so I can't kill it!
Chris
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list