
acjantsch
(usa Debian)
Enviado em 14/02/2009 - 16:34h
Sim, tem.
Estou lhe enviando um exemplo do meu dhcpd.conf
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
#
ddns-update-style interim;
#ignore client-updates;
# lease de 60 dias
default-lease-time 5184000;
max-lease-time 5184000;
option domain-name-servers 200.204.0.10 , 200.204.0.138;
option netbios-name-servers 192.168.0.100;
option netbios-node-type 8;
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.1 192.168.0.240;
option subnet-mask 255.255.255.0;
option routers 192.168.0.241;
allow unknown-clients;
authoritative;
host netprint_1 {
hardware ethernet 00:15:99:2D:93:38;
fixed-address 192.168.0.101;
}