jeandias
(usa Debian)
Enviado em 22/01/2008 - 17:27h
bixo. seria uma solucao mesmo. mas ai ao adicionar no meu dhcpd.conf deu o seguinte problema:
srvnet:~# dhcpd eth0
Internet Software Consortium DHCP Server 2.0pl5
Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
All rights reserved.
Please contribute if you find this software useful.
For info, please visit
http://www.isc.org/dhcp-contrib.html
Address range 10.1.1.0 to 10.1.1.20 not on net 10.1.1.0/255.0.0.0!
exiting.
srvnet:~# vi /etc/dhcpd.conf
default-lease-time 2592000;
max-lease-time 36000;
option domain-name "servidor.sindcom";
subnet 192.168.254.0 netmask 255.255.255.0 {
range 192.168.254.10 192.168.254.100;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.254.255;
option routers 192.168.254.44;
option domain-name-servers 200.165.132.147,200.165.132.155;
option netbios-name-servers 192.168.254.44;
}
subnet 10.1.1.0 netmask 255.0.0.0 {
range 10.1.1.1 10.1.1.20;
option subnet-mask 255.0.0.0;
option broadcast-address 10.1.1.255;
option routers 10.1.1.44;
option domain-name-servers 200.165.132.147,200.165.132.155;
option netbios-name-servers 10.1.1.44;
}
as interfaces:
eth0 192.168.254.0
mascara 255.255.255.0
eth1 10.1.1.0
mascara 255.0.0.0