=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/ipf/Attic/nat.2,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/share/ipf/Attic/nat.2 1997/09/26 14:58:57 1.1 +++ src/share/ipf/Attic/nat.2 1997/10/15 19:27:00 1.2 @@ -1,2 +1,9 @@ + Miscellaneous NAT Configuration Tips + Don't forget to add "option GATEWAY" to the kernel config file or NAT will -not work. +not work. NAT requires IP packet forwarding. + +You must have IPF enabled even if you aren't using it for anything or +NAT will not work. The standard way to do this is to make sure +/etc/ipf.rules is installed and edit /etc/rc.conf changing +"ipfilter=NO" to "ipfilter=YES" then reboot.