Clear up a confusing sentence and add markup.
PR: docs/30838 Submitted by: Giorgos Keramidas <charon@labs.gr>
This commit is contained in:
parent
c80ad0e918
commit
f27c91cccb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10824
1 changed files with 10 additions and 6 deletions
|
@ -22,7 +22,7 @@
|
|||
</author>
|
||||
</authorgroup>
|
||||
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.15 2001/09/02 10:37:26 murray Exp $</pubdate>
|
||||
<pubdate>$FreeBSD: doc/en_US.ISO8859-1/articles/dialup-firewall/article.sgml,v 1.16 2001/09/24 11:28:11 murray Exp $</pubdate>
|
||||
|
||||
<abstract>
|
||||
<para>This article documents how to setup a firewall using a PPP
|
||||
|
@ -276,11 +276,15 @@ $fwcmd add 65435 deny log ip from any to any</programlisting>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>This merely means that the maximum logging count for the
|
||||
rule has been reached. The rule itself is still working,
|
||||
but it will no longer log until such time as you reset the
|
||||
logging counters. This can be done by simply prefixing the
|
||||
ipfw command with the <literal>resetlog</literal> option.</para>
|
||||
<para>This merely means that the maximum logging count for
|
||||
the rule has been reached. The rule itself is still
|
||||
working, but it will no longer log until such time as you
|
||||
reset the logging counters. You can reset the logging
|
||||
counters with the <command>ipfw resetlog</command>
|
||||
command. Alternatively, you may increase the log limit in
|
||||
your kernel configuration with the
|
||||
<option>IPFIREWALL_VERBOSE_LIMIT</option> option as
|
||||
described above.</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue