File "dhcpd.conf"
Full path: /www/wwwroot/fabriciovc.eti.br/downloads/dhcp/dhcpd.conf
File size: 500 B
MIME-type: text/plain
Charset: utf-8
ddns-update-style none;
subnet 192.168.0.0 netmask 255.255.255.0 {
option subnet-mask 255.255.255.0;
option routers 192.168.0.1;
option domain-name "dominio.com.br";
option domain-name-servers 192.168.0.2;
range dynamic-bootp 192.168.0.20 192.168.0.200;
default-lease-time 36600;
max-lease-time 43200;
host nome_do_micro {
hardware ethernet 12:34:56:78:AB:CD;
fixed-address 192.168.0.250;
}
}