Date: Wed, 11 Dec 2002 08:52:36 -0500 From: Steve Bertrand <iaccounts@northnetworks.ca> To: Lorin Lund <wbs@infowest.com> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: natd - do I have to build a new kernel to use natd Message-ID: <3DF74324.2070007@northnetworks.ca> References: <GCOI044FE86FEB6GC93ORNVU1W52KH.3df53a65@Presarionb>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DF74324.2070007>