diff options
author | 1998-06-12 11:53:02 +0000 | |
---|---|---|
committer | 1998-06-12 11:53:02 +0000 | |
commit | b0235b52714e2d413e135d1f95442b453af82ce2 (patch) | |
tree | 6b9b18bf575fcc7f9a782448f378ca9683747f4d | |
parent | sync (diff) | |
download | wireguard-openbsd-b0235b52714e2d413e135d1f95442b453af82ce2.tar.xz wireguard-openbsd-b0235b52714e2d413e135d1f95442b453af82ce2.zip |
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" |