Hejsan.
Har installerat dhcpd och när jag startat får jag följande fel.
/etc/dhcpd.conf line 1: subnet 172.23.2.0: bad subnet number/mask combination.
subnet 172.23.2.0 netmask 255.255.0.0
^
Min dhcpd.conf ser ut så här:
subnet 172.23.2.0 netmask 255.255.0.0 {
range 172.23.2.100 172.23.2.150;
default-lease-time 86400;
max-lease-time 172800;
option subnet-mask 255.255.0.0;
option broadcast-address 172.23.200.255;
option domain-name-servers 172.23.2.245;
option domain-name "lhlan.local";
}
------------------
- Per