summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-10-15 19:27:01 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-10-15 19:27:01 +0000
commit304adc989805a6163efba464a6e24fac355e3c68 (patch)
tree84c6f3c9ad46e22194025b0218ba9aaf1794184a /share
parent1eddf69691499aa4efdb6b45902ea466eb706668 (diff)
Mention that IPF is a NAT pre-requisite.
Add title.
Diffstat (limited to 'share')
-rw-r--r--share/ipf/nat.29
1 files changed, 8 insertions, 1 deletions
diff --git a/share/ipf/nat.2 b/share/ipf/nat.2
index 820515004e9..ee0002dc2cb 100644
--- a/share/ipf/nat.2
+++ b/share/ipf/nat.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.