diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 14:40:27 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-22 14:40:27 +0000 |
| commit | c1b792b226a210ca0b79405baefd3c7e6f49b1b6 (patch) | |
| tree | c56dbbd511eaebdba4852ff419f12220269b60b6 | |
| parent | 0231d9ebb6ae6fdbc3b5e73a7356456f50e4c5b9 (diff) | |
Notes
| -rw-r--r-- | sbin/natd/natd.8 | 6 | ||||
| -rw-r--r-- | usr.sbin/natd/natd.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 91d7b6d29fd0..db683a73f13a 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -275,10 +275,10 @@ kernel. Ensure that your machine is acting as a gateway. This can be done by specifying the line - gateway=YES + gateway_enable=YES in -.Pa /etc/sysconfig , +.Pa /etc/rc.conf , or using the command sysctl -w net.inet.ip.forwarding=1 @@ -349,7 +349,7 @@ Enable your firewall by setting firewall=YES in -.Pa /etc/sysconfig . +.Pa /etc/rc.conf . This tells the system startup scripts to run the .Pa /etc/rc.firewall script. If you don't wish to reboot now, just run this by hand from the diff --git a/usr.sbin/natd/natd.8 b/usr.sbin/natd/natd.8 index 91d7b6d29fd0..db683a73f13a 100644 --- a/usr.sbin/natd/natd.8 +++ b/usr.sbin/natd/natd.8 @@ -275,10 +275,10 @@ kernel. Ensure that your machine is acting as a gateway. This can be done by specifying the line - gateway=YES + gateway_enable=YES in -.Pa /etc/sysconfig , +.Pa /etc/rc.conf , or using the command sysctl -w net.inet.ip.forwarding=1 @@ -349,7 +349,7 @@ Enable your firewall by setting firewall=YES in -.Pa /etc/sysconfig . +.Pa /etc/rc.conf . This tells the system startup scripts to run the .Pa /etc/rc.firewall script. If you don't wish to reboot now, just run this by hand from the |
