[BACK]Return to nat.2 CVS log [TXT][DIR] Up to [local] / src / share / ipf

File: [local] / src / share / ipf / Attic / nat.2 (download)

Revision 1.2, Wed Oct 15 19:27:00 1997 UTC (26 years, 7 months ago) by kstailey
Branch: MAIN
CVS Tags: OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.1: +8 -1 lines

Mention that IPF is a NAT pre-requisite.
Add title.

		 Miscellaneous NAT Configuration Tips

Don't forget to add "option GATEWAY" to the kernel config file or NAT will
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.