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.
--
To UNSUBSCRIBE, email to
debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org