From owner-freebsd-stable@FreeBSD.ORG Thu Dec 9 06:02:01 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 332C616A4CE for ; Thu, 9 Dec 2004 06:02:01 +0000 (GMT) Received: from hotmail.com (bay2-dav5.bay2.hotmail.com [65.54.246.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19FBA43D48 for ; Thu, 9 Dec 2004 06:02:01 +0000 (GMT) (envelope-from whitevamp47@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 8 Dec 2004 22:02:00 -0800 Message-ID: Received: from 65.102.125.195 by BAY2-DAV5.phx.gbl with DAV; Thu, 09 Dec 2004 06:01:52 +0000 X-Originating-IP: [65.102.125.195] X-Originating-Email: [whitevamp47@hotmail.com] X-Sender: whitevamp47@hotmail.com From: "whitevamp" To: References: <62458.209.166.186.121.1102553029.squirrel@atomic.burghcom.com> Date: Wed, 8 Dec 2004 22:01:10 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-OriginalArrivalTime: 09 Dec 2004 06:02:00.0620 (UTC) FILETIME=[9921D6C0:01C4DDB4] cc: freebsd-stable@freebsd.org Subject: Re: no internet after build world-kern install X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2004 06:02:01 -0000 ----- Original Message ----- From: To: "whitevamp" Cc: Sent: Wednesday, December 08, 2004 4:43 PM Subject: Re: no internet after build world-kern install > > I have done a buildworld from 4.9 to 5.3 and also installed a new custom kernel and > > after all whent ok i rebooted the box and goto ping yahoo.com and i cant get out , > > and i also tryed pinging my outhere ip address and nothing on eathere one it just > > say destination unreachable. so i whent back and rebuilt a new kern with all > > defaults execpt i added > > options IPFIREWALL_DEFAULT_TO_ACCEPT > > and i still cant ping out . i have checked to see if the net card was up , if i do a > > ifconfig it shows it as active there, i have whent into rc.conf and removed out my > > firewal script that i did have running , still nuthilg, and durring boot its showing > > my net card there > > so what would be causeing this? if you need more info just let me know > > ohh and yea i do have a ip assigned to my net card IE:65.102.x.x > > and thanks inadvance for any help that you can give me on this. > > > > I had the same problem going from 5.2 to 5.3 > Make sure you have: > device ether > in your kernel. > > While you're at it, be sure to add: > device random > device mem > to your kernel also. > > Jeff Love > Burgh Gaming > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > i recompiled the kern with the sugestions you mad . but they didnt work..