clon¥
(usa Debian)
Enviado em 04/07/2009 - 18:53h
Olá pessoal,
Preciso de uma ajuda urgente para resolver o problema abaixo, pois tenho que instalar um servidor com o debian 5 nessa segunda-feira. Vamuuu que dá tempo. :o)
Montei um servidor com duas placas de rede idênticas:
- Uma para servir a rede interna
- E outra para receber requisições FTP
Só que não consigo startar o DHCP.
Tenho o seguinte erro:
ERRO DHCPD.CONF:
Internet Systems Consortium DHCP Server V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit
http://www.isc.org/sw/dhcp/
Wrote 0 leases to leases file.
Multiple interfaces match the same subnet: eth0 eth1
Multiple interfaces match the same shared network: eth0 eth1
No subnet declaration for status (0.0.0.0).
** Ignoring requests on status. If this is not what
you want, please write a subnet declaration
in your dhcpd.conf file for the network segment
to which interface status is attached. **
Not configured to listen on any interfaces!
======================================================
ARQUIVO INTERFACES:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
# allow-hotplug eth0
# iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 10.1.1.100
netmask 255.0.0.0
network 10.1.0.0
broadcast 10.1.1.255
gateway 10.1.1.1
auto eth1
iface eth1 inet static
address 10.1.1.110
netmask 255.0.0.0
network 10.1.0.0
broadcast 10.1.1.255
gateway 10.1.1.1
======================================================
ARQUIVO DHCPD.CONF:
subnet 10.1.1.0 netmask 255.255.255.0 {
range 10.1.1.20 10.1.1.45;
option routers 10.1.1.1;
option domain-name-servers 200.175.182.139,200.175.89.139,10.1.1.100;
option broadcast-address 10.1.1.255;
}
======================================================
ARQUIVO /ETC/DEFAULT/DHCP3-SERVER
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp3-server by the maintainer scripts
#
# This is a POSIX shell fragment
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces, e.g. "eth0 eth1".
INTERFACES="eth0"
===========================================
Agradeço muito se a comunidade puder me ajudar.
Abraço.