I'm trying Slackware 10.0 to act as my DHCP on my home network. I'm having some issues getting it configured. When I try to start it, it gives the following errors about the dhcpd.conf file.
Quote:
/etc/dhcpd.conf line 8: semicolon expected.
subnet
^
/etc/dhcpd.conf line 68: expecting a parameter or declaration
^
Configuration file errors encountered -- exiting
|
Line 8 is:
subnet 192.168.47.0 netmask 255.255.255.0 {
Line 68 is:
}
Since line 68 is the closing bracket for the subnet, I'm thinking that these are actually 2 errors pointing to the same error. Any suggestions?
This will be performing DHCP for Linux and Windoze machines.
F_M