El mio esta así y funciona sin problemas:
subnet xxx netmask xxxx {
option routers xxxx;
range xxxxx xxxxxx;
default-lease-time 600;
max-lease-time 14400;
}
espero te sirva.
Saludos
/Humberto Vergara Aguirre/
Centro Costadigital
Pontificia Universidad Católica de Valparaíso
Fono: 56-32-2274704
http://www.costadigital.cl
El 07-05-2012 10:36, Jorge O. Ponce Toloza escribió:
Hola,
ok aquí va parte de el....
#
server-identifier xx.xxx.xx;
ddns-update-style none;
ignore client-updates;
authoritative;
default-lease-time 9000;
max-lease-time 9000;
#option ip-forwarding off;
option domain-name "xxx.xx";
one-lease-per-client on;
option routers 192.168.1.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 192.168.1.1;
# IP FIJAS
host xxx {
hardware ethernet 00:00:74:xx:xx:xx;
fixed-address 192.168.1.65;
}
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.50 192.168.1.55;
}
Salu2.
Jpt.