I get an error from dhcpd running Fedora 12 and dhcpd 4.1.1.
"No Subnet Declaration for 10.0.1.1"
I have the following in dhcpd.conf
subnet 10.0.1.1 netmask 255.255.255.0 {
authoritative;
range 10.0.1.100 10.0.1.200;
pool {
range 10.0.1.100 10.0.1.200;
}
}
Which to me appears to be correct. It has to be reading the file or it would not show the correct IP for the subnet I am trying to start.
Any ideas?
This is my first try at dhcp so if it is a rookie mistake feel free to say so.
"No Subnet Declaration for 10.0.1.1"
I have the following in dhcpd.conf
subnet 10.0.1.1 netmask 255.255.255.0 {
authoritative;
range 10.0.1.100 10.0.1.200;
pool {
range 10.0.1.100 10.0.1.200;
}
}
Which to me appears to be correct. It has to be reading the file or it would not show the correct IP for the subnet I am trying to start.
Any ideas?
This is my first try at dhcp so if it is a rookie mistake feel free to say so.