[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Etch dhcp3-server "no interfaces" problem



On Fri, 1 Jun 2007, Michael Lueck wrote:

On our first install of Etch, we are having difficulty getting the dhcp server running. It keeps complaining in syslog that it does not have an interface to listen on.

The "stock" file we base on works fine with Sarge. It is as follows:

ddns-update-style none;
authoritative;
DHCP_INTERFACE = "eth0";

option domain-name "lds-smb.lueckdatasystems.com";
option domain-name-servers 10.10.10.10;
option netbios-name-servers 10.10.10.10;
option netbios-node-type 8;

default-lease-time 1209600;
max-lease-time 1814400;

log-facility local7;

subnet 10.10.10.0 netmask 255.255.255.0 {
  range 10.10.10.200 10.10.10.220;
  option routers 10.10.10.2;
}

eth0 is the correct interface for the Etch machine in question.

Suggestions?

--
Michael Lueck
Lueck Data Systems
http://www.lueckdatasystems.com/


do you have the interface listed in /etc/default/dhcp3-server ?


-+-
8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno.



Reply to: