From owner-freebsd-questions Sun Nov 4 17:28:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cody.jharris.com (cody.jharris.com [205.238.128.83]) by hub.freebsd.org (Postfix) with ESMTP id 8140237B416 for ; Sun, 4 Nov 2001 17:28:35 -0800 (PST) Received: from localhost (nick@localhost) by cody.jharris.com (8.11.1/8.9.3) with ESMTP id fA51SPb18274; Sun, 4 Nov 2001 19:28:25 -0600 (CST) (envelope-from nick@rogness.net) Date: Sun, 4 Nov 2001 19:28:25 -0600 (CST) From: Nick Rogness X-Sender: nick@cody.jharris.com To: Chad Ziccardi Cc: Jason Cribbins , questions@FreeBSD.ORG Subject: Re: Unable to get natd/ipfw to work properly In-Reply-To: <20011104182830.E29105-100000@digitalfreaks.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Nov 2001, Chad Ziccardi wrote: > On Sun, 4 Nov 2001, Jason Cribbins wrote: > > > I rebuilt the kernel using the directions found on > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > > using the "traditional" method since the "new" method wouldn't work >> correctly. > >> I have confirmed the new kernel ident is displayed upon >> bootup. Now I am back top this again > IP packet filtering >> initialized, divert disabled, rule-based forwarding > disabled > , > See the "divert disabled" that's why divert isn't working. He is right. You must not be building your kernel right. 1) cd /sys/i386/conf 2) cp GENERIC $MYKERNEL_CONFIG_FILE 1) Edit the $MYKERNEL Config file add your options 2) config $MYKERNEL_CONFIG_FILE 3) cd ../../compile/MY_CONFIG_FILE 4) make depend && make && make install Nick Rogness - Keep on Routing in a Free World... "FreeBSD: The Power to Serve!" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message