Setting up a NAT Router that will route between 3 networks
Kenneth Culver
culverk at yumyumyum.org
Tue Jul 29 06:46:26 PDT 2003
On Mon, 28 Jul 2003, Jason Hunt wrote:
> On Mon, Jul 28, 2003 at 06:14:29PM -0400, hinkle at interwork.sdsu.edu wrote:
> > I was wondering how to modify the appropriate files to setup a FreeBSD
> > computer to act as a NAT Router, that would do the following:
> >
>
> Check the natd(8) man page, it should give you a good start. Chapter
> 19.12 in the handbook might be helpful as well.
>
You should also check man ipf and man ipnat. ipf and ipnat run completely
in the kernel, where natd runs in userland. On a slower machine this could
affect speed (lots more context switches with natd than with ipnat).
Ken
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-net
mailing list