diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/ipf/nat.2 | 9 |
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. |