From owner-freebsd-questions Tue Nov 2 13:38: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from watson.ficsgrp.com (watson.ficsgrp.com [194.74.111.3]) by hub.freebsd.org (Postfix) with ESMTP id 1F5B814C35; Tue, 2 Nov 1999 13:37:54 -0800 (PST) (envelope-from harry.woodward-clarke@ficsgrp.com) Received: from mail.au.ficsgrp.com ([194.74.111.35]) by watson.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id AAA1B29; Tue, 2 Nov 1999 22:37:51 +0100 Received: from ficsgrp.com ([172.16.48.219]) by mail.au.ficsgrp.com (Netscape Messaging Server 3.6) with ESMTP id 278; Wed, 3 Nov 1999 08:40:44 +1100 Message-ID: <381F5959.4621951D@ficsgrp.com> Date: Wed, 03 Nov 1999 08:36:25 +1100 From: Harry Woodward-Clarke X-Mailer: Mozilla 4.5 [en] (X11; I; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Charlie Root Cc: freebsd-questions@freebsd.org, freebsd-newbies@freebsd.org Subject: Re: can't use internet after recompiling kernel References: <381EE199.BE53BDE3@cinci.rr.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Jeremy, firstly - please don't send stuff as 'Charlie Root' - buggers up my mail-box rules :') > > Ok, for some reason unknown to me, I can't recompile a kernel that is > slimed down to only my network card drivers but still uses DHCP to > access the internet. Ok, let me try and nut this out. You've customised your kernel config file (as attached) and you want to use DHCP to pick up your ip address from your ISP? I think, trying hard to recall, that you need to have included in the kernel the Berkley Packet Filter stuff. So where you have the bpfilter line commented out, I think you need it in. > > # The `bpfilter' pseudo-device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > # The number of devices determines the maximum number of > # simultaneous BPF clients programs runnable. > #pseudo-device bpfilter 1 #Berkeley packet filter Also, I think you need to have a number in the order of '4' (not one), and you need to MAKEDEV the bpf* devices in the /dev directory. > > If you got down this far, thank you so very much for doing this. > > Jeremy > > P.S. Don't ask about the name :-) Ok, I won't :') hth, |-| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message