Date: Wed, 18 Feb 1998 09:35:50 -0600 (CST) From: "Paul T. Root" <proot@horton.iaces.com> To: lahrg@atlanta.ds.adp.com (Gary Lahr) Cc: freebsd-questions@FreeBSD.ORG Subject: Re: DHCP Message-ID: <199802181535.JAA05813@horton.iaces.com> In-Reply-To: <01bd3c7c$ca2956c0$7b547e8b@lahrg.atlanta.ds.adp.com> from Gary Lahr at "Feb 18, 98 09:52:09 am"
next in thread | previous in thread | raw e-mail | index | archive | help
In a previous message, Gary Lahr said: > I know this is not a piece of the freebsd project but I thought someone out > there might be running this software and can tell me what I have not > installed or what I am doing wrong. As you can see below I am running > FreeBSD 2.1.0 on a kernel I configured based on information from the web > site. I am trying to run the ISC DHPCD daemon but I get an error. Can anyone > tell me why the daemon can't find a free bpf (Berckley Packet Filter)? I > have read the man page and I can't figure out what I am doing wrong. > > Thanks for any help provided You need to rebuild your kernel and add: option bpfilter 2 After you install and reboot it, go to /dev and make the devices: sh MAKEDEV bpf0 sh MAKEDEV bpf1 > FreeBSD 2.1.0-RELEASE (DNSKERNEL) #0: Mon Feb 16 10:18:25 EST 1998 > Welcome to FreeBSD! > $ su - > Password: > erase ^H, kill ^U, intr ^C > # dhcpd > Internet Software Consortium DHCPD $Name: BETA_5_16 $ > Copyright 1995, 1996 The Internet Software Consortium. > All rights reserved. > # Can't find free bpf: Device not configured > dhcpd: exiting. > > -- > Have a great day... > -- > Gary Lahr (Regional Operations) - lahrg@atlanta.ds.adp.com > ADP Inc. - 6190 Powers Ferry Rd. STE 300 - Atlanta, Ga. 30339-2917 > 770.955.6080 Ext: 2147- Fax: 770.955.0587 - Pager: 770.764.9653 > Web Page: http://webserver.atlanta.ds.adp.com/lahrg/index.html > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- How do you know when a blonde has been using the computer? --by the whiteout on the computer screen. 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?199802181535.JAA05813>