summaryrefslogtreecommitdiff
path: root/share/ipf
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1998-06-12 11:53:03 +0000
committerDavid Leonard <d@cvs.openbsd.org>1998-06-12 11:53:03 +0000
commitf7fa84d2a676a98f129ec66c0081f2471d3662a6 (patch)
tree09edbc4e0d60f97f7d2b947fb05484fb8cd402d8 /share/ipf
parent1f2539406b7aa62e8e991d139b088c4e26b2fc06 (diff)
talk about using /etc/sysctl to control ip forwarding
Diffstat (limited to 'share/ipf')
-rw-r--r--share/ipf/nat.22
1 files changed, 1 insertions, 1 deletions
diff --git a/share/ipf/nat.2 b/share/ipf/nat.2
index f3617374f68..2cb7dd36ec5 100644
--- a/share/ipf/nat.2
+++ b/share/ipf/nat.2
@@ -1,6 +1,6 @@
Miscellaneous NAT Configuration Tips
-Don't forget to add "option GATEWAY" to the kernel config file or NAT will
+Don't forget to add "net.inet.ip.forwarding=1" to /etc/sysctl.conf or NAT will
not work. NAT requires IP packet forwarding.
Don't forget to add "option IPFILTER" (and maybe "option IPFILTER_LOG"