From owner-freebsd-questions Wed Dec 11 5:53:48 2002 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 540D637B401 for ; Wed, 11 Dec 2002 05:53:47 -0800 (PST) Received: from diana.northnetworks.ca (att-ws20.switchview.com [216.13.70.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27EE243E4A for ; Wed, 11 Dec 2002 05:53:46 -0800 (PST) (envelope-from iaccounts@northnetworks.ca) Received: from northnetworks.ca ([192.168.0.250]) by diana.northnetworks.ca (8.11.6/8.11.6) with ESMTP id gBBDrNL85300; Wed, 11 Dec 2002 08:53:23 -0500 (EST) (envelope-from iaccounts@northnetworks.ca) Message-ID: <3DF74324.2070007@northnetworks.ca> Date: Wed, 11 Dec 2002 08:52:36 -0500 From: Steve Bertrand User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0rc3) Gecko/20020524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lorin Lund Cc: freebsd-questions Subject: Re: natd - do I have to build a new kernel to use natd References: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 Unless your kernel has 'option IPDIVERT' already in place, you will need to build a new kernel: Add the line above and: # cd /usr/src/sys/i386/conf # cp GENERIC MYNEWKERNEL # add the line 'option IPDIVERT' you may also be interested in 'IPFIREWALL, IPFIREWALL_VERBOSE' 'IPFIREWALL_VERBOSE_LIMIT=nn" # config MYNEWKERNEL # cd ../../config/MYNEWKERNEL # make depend && make && make install && shutdown -r now Steve Bertrand Lorin Lund wrote: >I'm using 4.7 - standard install kernel. > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message