aboutsummaryrefslogtreecommitdiff
path: root/sbin/natd
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2008-01-21 23:09:18 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2008-01-21 23:09:18 +0000
commite30ba4753ae967f06face7a3f3d8b3fa79bb0906 (patch)
treeb08317f5180247b5f3665a88b4217b3b8408e840 /sbin/natd
parente322ed0f05ee65e3bf2e7e35dab3a710d34820cd (diff)
downloadsrc-e30ba4753ae967f06face7a3f3d8b3fa79bb0906.tar.gz
src-e30ba4753ae967f06face7a3f3d8b3fa79bb0906.zip
Note that the punch_fw option does not work in securelevel 3 and Xref init.8.
Bump .Dd. PR: 41807
Notes
Notes: svn path=/head/; revision=175552
Diffstat (limited to 'sbin/natd')
-rw-r--r--sbin/natd/natd.87
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8
index 04f3f040a583..f529031c9231 100644
--- a/sbin/natd/natd.8
+++ b/sbin/natd/natd.8
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd December 10, 2007
+.Dd January 20, 2008
.Dt NATD 8
.Os
.Sh NAME
@@ -508,6 +508,10 @@ rules starting from the rule number
.Ar basenumber
will be used for punching firewall holes.
The range will be cleared for all rules on startup.
+This option has no effect when the kernel is in security
+level 3, see
+.Xr init 8
+for more information.
.It Fl skinny_port Ar port
This option allows you to specify the TCP port used for
the Skinny Station protocol.
@@ -642,6 +646,7 @@ disaster.
.Xr rc.conf 5 ,
.Xr services 5 ,
.Xr syslog.conf 5 ,
+.Xr init 8 ,
.Xr ipfw 8 ,
.Xr ppp 8
.Sh AUTHORS