diff options
author | David Leonard <d@cvs.openbsd.org> | 1998-06-12 11:53:03 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1998-06-12 11:53:03 +0000 |
commit | f7fa84d2a676a98f129ec66c0081f2471d3662a6 (patch) | |
tree | 09edbc4e0d60f97f7d2b947fb05484fb8cd402d8 | |
parent | 1f2539406b7aa62e8e991d139b088c4e26b2fc06 (diff) |
talk about using /etc/sysctl to control ip forwarding
-rw-r--r-- | share/ipf/nat.2 | 2 |
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" |