"coś" zeżarło mi dhcpd.conf
na takim configu, który skleciłem dhcpd v3.0.3 nie chce sie włączyć
ddns-update-style ad-hoc
subnet 192.168.5.0 netmask 255.255.255.0 {
range 192.168.5.201 192.168.5.220;
default-lease-time 86400;
max-lease-time 86400;
option routers 192.168.5.1;
option ip-forwarding off;
option broadcast-address 192.168.5.255;
option subnet-mask 255.255.255.0;
option domain-name-servers 194.204.159.1, 194.204.152.34;
option nntp-server 192.168.5.1;
#option netbios-name-servers 192.168.1.100;
}
host biuro {
hardware ethernet 00:10:5A:28:F3:45;
fixed-address 192.168.5.10;
}
1) co z tym konfigiem jest nie tak?
2) skąd mogę wziąć oryginalny konfig dhcp?