summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/man/ipnat.8
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2002-03-19 11:45:24 +0000
committerdarrenr <darrenr@FreeBSD.org>2002-03-19 11:45:24 +0000
commit8753e713f5f6f2bf2f467e1e43dc252d2d31b389 (patch)
treed6bb5e426959109d335f22e7215936da1c3d528c /contrib/ipfilter/man/ipnat.8
parent5df96985515dd8f51d4209b69c12cbab7c289fd0 (diff)
downloadFreeBSD-src-8753e713f5f6f2bf2f467e1e43dc252d2d31b389.zip
FreeBSD-src-8753e713f5f6f2bf2f467e1e43dc252d2d31b389.tar.gz
Import IPFilter 3.4.25
Diffstat (limited to 'contrib/ipfilter/man/ipnat.8')
-rw-r--r--contrib/ipfilter/man/ipnat.848
1 files changed, 48 insertions, 0 deletions
diff --git a/contrib/ipfilter/man/ipnat.8 b/contrib/ipfilter/man/ipnat.8
new file mode 100644
index 0000000..760e0af
--- /dev/null
+++ b/contrib/ipfilter/man/ipnat.8
@@ -0,0 +1,48 @@
+.TH IPNAT 8
+.SH NAME
+ipnat \- user interface to the NAT
+.SH SYNOPSIS
+.B ipnat
+[
+.B \-lnrsvCF
+]
+.B \-f <\fIfilename\fP>
+.SH DESCRIPTION
+.PP
+\fBipnat\fP opens the filename given (treating "\-" as stdin) and parses the
+file for a set of rules which are to be added or removed from the IP NAT.
+.PP
+Each rule processed by \fBipnat\fP
+is added to the kernels internal lists if there are no parsing problems.
+Rules are added to the end of the internal lists, matching the order in
+which they appear when given to \fBipnat\fP.
+.SH OPTIONS
+.TP
+.B \-C
+delete all entries in the current NAT rule listing (NAT rules)
+.TP
+.B \-F
+delete all active entries in the current NAT translation table (currently
+active NAT mappings)
+.TP
+.B \-l
+Show the list of current NAT table entry mappings.
+.TP
+.B \-n
+This flag (no-change) prevents \fBipf\fP from actually making any ioctl
+calls or doing anything which would alter the currently running kernel.
+.TP
+.B \-s
+Retrieve and display NAT statistics
+.TP
+.B \-r
+Remove matching NAT rules rather than add them to the internal lists
+.TP
+.B \-v
+Turn verbose mode on. Displays information relating to rule processing
+and active rules/table entries.
+.DT
+.SH FILES
+/dev/ipnat
+.SH SEE ALSO
+ipnat(5), ipf(8), ipfstat(8)
OpenPOWER on IntegriCloud