From owner-freebsd-questions@FreeBSD.ORG Wed Jun 15 02:04:32 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8990516A41C for ; Wed, 15 Jun 2005 02:04:32 +0000 (GMT) (envelope-from jmartin37@speakeasy.net) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6392543D4C for ; Wed, 15 Jun 2005 02:04:32 +0000 (GMT) (envelope-from jmartin37@speakeasy.net) Received: (qmail 32545 invoked from network); 15 Jun 2005 02:04:32 -0000 Received: from dsl027-163-157.atl1.dsl.speakeasy.net (HELO [192.168.0.200]) (moonlightcheese@[216.27.163.157]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Jun 2005 02:04:31 -0000 Message-ID: <42AF8CAA.5030503@speakeasy.net> Date: Tue, 14 Jun 2005 22:04:26 -0400 From: Jarrod Martin User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joe References: <20050615015804.80932.qmail@web41001.mail.yahoo.com> In-Reply-To: <20050615015804.80932.qmail@web41001.mail.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Dmitry Mityugov Subject: Re: SMP and networking under FreeBSD 5.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 02:04:32 -0000 Joe wrote: >Okay, I've figure it out. > >natd is not starting via rc.conf, or if it is, it dies. I can >start it manually, and it works okay. > >Also it seems that for some reason some of my ipfw rules don't >get set, so I have to rerun ipfw also to make things work. > >I'll just hack the rc scripts to get this machine up. > >Joe > >--- Dmitry Mityugov wrote: > > > rc_debug="YES" in rc.conf, then run 'dmesg -a | grep natd' and see if anything pops up. This should tell you everything that's goin on with natd at boot.