EddyBin
(usa CentOS)
Enviado em 05/09/2013 - 16:34h
Também não rolou,
Veja o arquivo inteiro,
ddns-update-style interim;
ignore client-updates;
subnet 192.168.10.0 netmask 255.255.255.0 {
# --- default gateway
option routers 192.168.10.1;
option subnet-mask 255.255.255.0;
option domain-name "sorocaba.engefort.com.br";
option domain-name-servers 192.168.10.1;
option wpad-url "http://192.168.10.3/wpad.dat";
#option time-offset -3000; # Eastern Standard Time
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
# option netbios-node-type 2;
default-lease-time 216000;
max-lease-time 432000;
range 192.168.10.100 192.168.10.245;
#host ns {
# next-server marvin.redhat.com;
# hardware ethernet 12:34:56:78:AB:CD;
# fixed-address 207.175.42.254;
#}
}