Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 19:46:28 +0200
From:      chojin@chojin.info
To:        freebsd-questions@freebsd.org
Subject:   DHCPD doesn't want to bind to any interface
Message-ID:  <1032284788.3d876a743e008@webmail.tarakan-network.com>

next in thread | raw e-mail | index | archive | help
Hello,

recently I rebooted my box (FreeBSD 4.6-STABLE) and since this reboot, dhcpd 
cannot bind to any interface. I upgraded to FreeBSD 4.7-PRERELEASE then 
rebooted, same thing. The configuration file is ok and untouched for many 
months.
I use isc-dhcp provided with FreeBSD.

Log:
---
Internet Software Consortium DHCP Server V3.0.1rc9
Copyright 1995-2001 Internet Software Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
Wrote 0 deleted host decls to leases file.
Wrote 0 new dynamic host decls to leases file.
Wrote 0 leases to leases file.
rl0: not found

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.
---

The configuration file is:
---
option domain-name "tarakan";
option domain-name-servers 192.168.1.2, 62.4.17.109, 62.4.16.70;
max-lease-time 172800;
default-lease-time 172800;

subnet 192.168.1.0 netmask 255.255.255.0 {
        allow unknown-clients;
        range 192.168.1.100 192.168.1.200;
        option subnet-mask 255.255.255.0;
        option broadcast-address 192.168.1.255;
        option routers 192.168.1.2;
        option domain-name-servers 192.168.1.2, 62.4.17.109, 62.4.16.70;
#                          172800 secondes = 2 jours
        option netbios-name-servers 192.168.1.2;
        option netbios-dd-server 192.168.1.2;
        option netbios-node-type 8;
        }
allow booting;
---

#ifconfig rl0
rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 192.168.1.2 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::2d0:70ff:fe02:61f3%rl0 prefixlen 64 scopeid 0x2 
        ether 00:d0:70:02:61:f3
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active

rl0 is up and working very well.

How can I fix my problem ?

Regards,

--
Chojin


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1032284788.3d876a743e008>