From owner-freebsd-hackers Thu Aug 14 13:43:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA12381 for hackers-outgoing; Thu, 14 Aug 1997 13:43:11 -0700 (PDT) Received: from toccata.fugue.com (toccata.fugue.com [192.5.5.210]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA12373 for ; Thu, 14 Aug 1997 13:43:02 -0700 (PDT) Received: from andare.fugue.com (andare.rc.vix.com [204.152.187.10]) by toccata.fugue.com (8.8.5/8.6.11) with ESMTP id NAA07744; Thu, 14 Aug 1997 13:42:29 -0700 (PDT) Received: from [[UNIX: localhost]] ([[UNIX: localhost]]) by andare.fugue.com (8.8.5/8.6.11) with SMTP id NAA26807; Thu, 14 Aug 1997 13:42:27 -0700 (PDT) Message-Id: <199708142042.NAA26807@andare.fugue.com> To: John Woodruff cc: dhcpd-users@fugue.com, freebsd-hackers@freebsd.org Subject: Re: isc-dhcpd, FreeBSD, USE_RAW_SEND In-reply-to: Your message of "Thu, 14 Aug 1997 09:55:58 EDT." <33F30E6E.2781E494@us.net> Date: Thu, 14 Aug 1997 13:42:27 -0700 From: Ted Lemon Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I'm trying to get isc-dhcpd-5.16 to work on a FreeBSD 2.2.2 > system with USE_RAW_SEND (for other reasons, I can't put BPF > into the kernel, so the "standard" build won't work; and the > there's only one broadcast ifc so I *think* it should work). This won't work. I should take that code out. If you want to run dhcpd on FreeBSD with one interface, just compile it with USE_SOCKETS instead of USE_BPF and set up a route to 255.255.255.255 pointing out the ethernet port. In NetBSD 1.0, USE_RAW_SEND would reliably crash the system, although I'm pretty sure that's fixed now. The kernel just doesn't know how to do what I was trying to get it to do. Sigh. _MelloN_