summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.8
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-06-18 17:52:37 +0000
committermaxim <maxim@FreeBSD.org>2007-06-18 17:52:37 +0000
commit2139af42ea6ab3e2d8b8c7f9cdd85f4fd28ca79e (patch)
tree6390cde9115206068bf1e3c5e0b03e59ca53e117 /sbin/ipfw/ipfw.8
parent1da67b5003816817060200874330818b8782bcd2 (diff)
downloadFreeBSD-src-2139af42ea6ab3e2d8b8c7f9cdd85f4fd28ca79e.zip
FreeBSD-src-2139af42ea6ab3e2d8b8c7f9cdd85f4fd28ca79e.tar.gz
o Make ipfw set more robust -- now it is possible:
- to show a specific set: ipfw set 3 show - to delete rules from the set: ipfw set 9 delete 100 200 300 - to flush the set: ipfw set 4 flush - to reset rules counters in the set: ipfw set 1 zero PR: kern/113388 Submitted by: Andrey V. Elsukov Approved by: re (kensmith) MFC after: 6 weeks
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r--sbin/ipfw/ipfw.822
1 files changed, 20 insertions, 2 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8
index 52bb326..b2ebc0b 100644
--- a/sbin/ipfw/ipfw.8
+++ b/sbin/ipfw/ipfw.8
@@ -1,7 +1,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 4, 2007
+.Dd June 16, 2007
.Dt IPFW 8
.Os
.Sh NAME
@@ -14,15 +14,17 @@
.Ar rule
.Nm
.Op Fl acdefnNStT
+.Op Cm set Ar N
.Brq Cm list | show
.Op Ar rule | first-last ...
.Nm
.Op Fl f | q
+.Op Cm set Ar N
.Cm flush
.Nm
.Op Fl q
+.Op Cm set Ar N
.Brq Cm delete | zero | resetlog
-.Op Cm set
.Op Ar number ...
.Nm
.Cm enable
@@ -2493,6 +2495,22 @@ terminates, and your ruleset will be left active.
Otherwise, e.g.\& if
you cannot access your box, the ruleset will be disabled after
the sleep terminates thus restoring the previous situation.
+.Pp
+To show rules of the specific set:
+.Pp
+.Dl "ipfw set 18 show"
+.Pp
+To show rules of the disabled set:
+.Pp
+.Dl "ipfw -S set 18 show"
+.Pp
+To clear a specific rule counters of the specific set:
+.Pp
+.Dl "ipfw set 18 zero NN"
+.Pp
+To delete a specific rule of the specific set:
+.Pp
+.Dl "ipfw set 18 delete NN"
.Ss NAT, REDIRECT AND LSNAT
First redirect all the traffic to nat instance 123:
.Pp
OpenPOWER on IntegriCloud