Hi all, I'm trying to setup DHCP on my server here at home. I keep getting
this error:
/etc/dhcpd.conf line 2: subnet 192.168.1.1: bad subnet number/mask
combination.
Subnet 192.168.1.1 netmask 255.255.255.0

I'm kinda lost, I'm sure I have the dhcpd.conf file correct as follows:

# evil.local
Subnet 192.168.1.1 netmask 255.255.255.0 {
        Range dynamic-bootp 192.168.1.10 192.168.1.50;
        }

I'm running the dhcp server without an internet connection currently as it's
going to be the ftp/intranet/dhcp at the next LAN I hold.

If someone could also give me some pointers perhaps or a link to a website
they know of that would have a simple method of setting up this DHCP server.

Any help appreciated.

Cheers

Nathan

Reply via email to