Re: DHCPD doesn't want to bind to any interface

2002-09-20 Thread chojin

Selon dfolkins [EMAIL PROTECTED]:
 From: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Thursday, September 19, 2002 1:07 PM
 Subject: Re: DHCPD doesn't want to bind to any interface
 
 
  Selon Lowell Gilbert [EMAIL PROTECTED]:
   [EMAIL PROTECTED] writes:
  
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.
  
   dhcpd isn't part of the FreeBSD base system.  Do you perhaps need to
   update your dhcpd as well?
  
   What happens when you try to start dhcpd by hand?
 
  it says rl0: not found
 
 are you running dhcpd as follows?:
 path to dhcpd/dhcpd rl0
 
 or are you using some other command line arguments for it?
 
 in other words, what is the exact command line that you use to run dhcpd
 (when you run it by hand).

I use /usr/local/sbin/dhcpd -cf /usr/local/etc/dhcpd.conf rl0

-- 
Chojin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



DHCPD doesn't want to bind to any interface

2002-09-17 Thread chojin

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 [EMAIL PROTECTED]
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=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
inet 192.168.1.2 netmask 0xff00 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 [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message