pipous
(usa RedHat)
Enviado em 16/01/2008 - 11:13h
Este e meu modelo de dhcp.conf
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
#
#
www.brasilnets.com.br
server-identifier BRASILNETS_SERVER;
ddns-update-style ad-hoc;
authoritative;
max-lease-time 2400;
option domain-name "brasilnets.net";
option domain-name-servers 200.175.5.139, 200.175.182.139;
option host-name "BN";
option routers 192.168.1.255;
subnet 192.168.1.0 netmask 255.255.255.0 {
range 192.168.1.15 192.168.1.200;
}
subnet 192.168.5.0 netmask 255.255.255.0{
range 192.168.5.1 192.168.5.15;
option routers 192.168.5.1;
option subnet-mask 255.255.255.0;
option domain-name "brasilnets.net";
option domain-name-servers 200.184.56.3, 200.184.26.4;
option host-name "BN";
host posto1{
hardware ethernet 00:16:76:d3:10:c1;
fixed-address 192.168.5.2;
}
host posto2{
hardware ethernet 00:13:a9:40:e8:fe;
fixed-address 192.168.5.3;
}
host posto3{
hardware ethernet 00:19:d2:45:e7:31;
fixed-address 192.168.5.4;
}
host posto4{
hardware ethernet 00:19:d1:44:e7:33;
fixed-address 192.168.5.5;
}
host posto5{
hardware ethernet 00:0a:e6:c1:bf:32;
fixed-address 192.168.5.6;
}
}
subnet 192.168.6.0 netmask 255.255.255.252{
option routers 192.168.6.1;
option subnet-mask 255.255.255.252;
option domain-name "brasilnets.net";
option domain-name-servers 200.175.5.139, 200.175.182.139;
option host-name "BN";
host anderson{
hardware ethernet 00:18:f3:41:17:bc;
fixed-address 192.168.6.2;
}
}
subnet 192.168.7.0 netmask 255.255.255.252{
option routers 192.168.7.1;
option subnet-mask 255.255.255.252;
option domain-name "brasilnets.net";
option domain-name-servers 200.184.56.3, 200.184.26.4;
option host-name "BN";
host douglas{
hardware ethernet 00:18:e7:26:f8:a3;
fixed-address 192.168.7.2;
}
}
subnet 192.168.8.0 netmask 255.255.255.0{
option routers 192.168.8.1;
option subnet-mask 255.255.255.0;
option domain-name "brasilnets.net";
option domain-name-servers 200.184.56.3, 200.184.26.4;
option host-name "BN";
host mayara{
hardware ethernet 00:18:e7:1c:38:cb;
fixed-address 192.168.8.2;
}
}
subnet 192.168.9.0 netmask 255.255.255.252{
option routers 192.168.9.1;
option subnet-mask 255.255.255.252;
option domain-name "brasilnets.net";
option domain-name-servers 200.184.56.3, 200.184.26.4;
option host-name "BN";
host zailton{
hardware ethernet 00:0c:76:b1:01:9c;
fixed-address 192.168.9.2;
}
}
subnet 192.168.10.0 netmask 255.255.255.252{
option routers 192.168.10.1;
option subnet-mask 255.255.255.252;
option domain-name "brasilnets.net";
option domain-name-servers 200.175.5.139, 200.175.182.139;
option host-name "BN";
host tiago{
hardware ethernet 00:08:54:2f:92:cb;
fixed-address 192.168.10.2;
}
}
subnet 192.168.11.0 netmask 255.255.255.252{
option routers 192.168.11.1;
option subnet-mask 255.255.255.252;
option domain-name "brasilnets.net";
option domain-name-servers 200.184.56.3, 200.184.26.4;
option host-name "BN";
host jackson{
hardware ethernet 00:50:2c:a6:fe:2f;
fixed-address 192.168.11.2;
}
}
E esta e a mensagem de erro ...
Erro ao reiniciar o servidor dhcpd :
Internet Systems Consortium DHCP Server V3.0.3
Copyright 2004-2005 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 2 leases to leases file.
Interface eth1 matches multiple shared networks
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.
Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.
exiting.
Alguem sabe me diser onde pode estar o ERRO ?