danilo.mattos
(usa Debian)
Enviado em 23/08/2012 - 19:31h
Boa noite !!!
Vou postar meu dhcpd.conf se ajudar
subnet 192.168.1.0 netmask 255.255.255.0 {
authoritative;
range 192.168.1.50 192.168.1.150;
default-lease-time 86400;
max-lease-time 259200;
option subnet-mask 255.255.255.0;
option routers 192.168.1.1;
option domain-name-servers 192.168.1.1;
option domain-name "goiasec.com.br";
}
#HOSTS COM IPS FIXOS
######## SERVIDORES #####
host proxy-fw {
hardware ethernet 00:02:B3:38:79:F5;
fixed-address 192.168.1.1;
}
host srvbdlinux-totvs {
hardware ethernet 00:11:43:FC:C2:BA;
fixed-address 192.168.1.2;