how to set fixed address problem at dhcpd.conf

N. Raghavendra raghu at mri.ernet.in
Wed Apr 20 12:36:01 PDT 2005


At 2005-04-20T08:15:20+08:00, liu jiachang wrote:

> and another problem is still some words from dhcpd, as these: dhcpd:
> unable to create icmp socket: operation not permitled

One reason could be that the device bpf(4) is not built into the
kernel you are using.  (This device is part of the GENERIC kernel, so
if you have not compiled a custom kernel, the problem is due to
something else.)  See [Handbook, 23.5.7].

> dhcpd: can't open /var/db/dhcpd.leases for append

Perhaps the file does not exist.  `dhcpd' needs this file to start ---
see dhcpd.leases(5).  Do

        touch /var/db/dhcpd.leases

before the first run of `dhcpd'.

HTH,
Raghavendra.

-- 
N. Raghavendra <raghu at mri.ernet.in> | See mail headers for contact
Harish-Chandra Research Institute   | and OpenPGP details.



More information about the freebsd-questions mailing list