White space fix only. Translators can ignore.
Sponsored by: iXsystems
This commit is contained in:
parent
83f00e6da3
commit
c4a79914aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43927
1 changed files with 29 additions and 28 deletions
|
@ -218,28 +218,29 @@
|
|||
<application>ALTQ</application> (Alternate Queuing), which
|
||||
provides Quality of Service (<acronym>QoS</acronym>).</para>
|
||||
|
||||
<para>The OpenBSD Project maintains the definitive
|
||||
reference for <application>PF</application> in the <link
|
||||
<para>The OpenBSD Project maintains the definitive reference for
|
||||
<application>PF</application> in the <link
|
||||
xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>.
|
||||
Peter Hansteen maintains a thorough <application>PF</application> tutorial at <link
|
||||
xlink:href="http://home.nuug.no/~peter/pf/">http://home.nuug.no/~peter/pf/</link>.</para>
|
||||
Peter Hansteen maintains a thorough
|
||||
<application>PF</application> tutorial at <link
|
||||
xlink:href="http://home.nuug.no/~peter/pf/">http://home.nuug.no/~peter/pf/</link>.</para>
|
||||
|
||||
<warning>
|
||||
<para>When reading the <link
|
||||
xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>,
|
||||
keep in mind that different versions of &os; contain
|
||||
different versions of <application>PF</application>.
|
||||
&os; 8.<replaceable>X</replaceable> uses the same
|
||||
version of <application>PF</application> as
|
||||
OpenBSD 4.1 and &os; 9.<replaceable>X</replaceable>
|
||||
and later uses the same version of
|
||||
<application>PF</application> as OpenBSD 4.5.</para>
|
||||
</warning>
|
||||
<warning>
|
||||
<para>When reading the <link
|
||||
xlink:href="http://www.openbsd.org/faq/pf/">PF FAQ</link>,
|
||||
keep in mind that different versions of &os; contain
|
||||
different versions of <application>PF</application>.
|
||||
&os; 8.<replaceable>X</replaceable> uses the same
|
||||
version of <application>PF</application> as
|
||||
OpenBSD 4.1 and &os; 9.<replaceable>X</replaceable>
|
||||
and later uses the same version of
|
||||
<application>PF</application> as OpenBSD 4.5.</para>
|
||||
</warning>
|
||||
|
||||
<para>The &a.pf; is a good place to ask questions about
|
||||
configuring and running the <application>PF</application>
|
||||
firewall. Check the mailing list archives
|
||||
before asking a question as it may have already been answered.</para>
|
||||
configuring and running the <application>PF</application>
|
||||
firewall. Check the mailing list archives before asking a
|
||||
question as it may have already been answered.</para>
|
||||
|
||||
<para>More information about porting <application>PF</application>
|
||||
to &os; can be found at <uri
|
||||
|
@ -361,21 +362,20 @@ device pfsync</programlisting>
|
|||
</note>
|
||||
-->
|
||||
|
||||
<para>By default, <application>PF</application> reads its
|
||||
<para>By default, <application>PF</application> reads its
|
||||
configuration rules from <filename>/etc/pf.conf</filename> and
|
||||
modifies, drops, or passes packets according to the rules or
|
||||
definitions specified in this file. The &os; installation
|
||||
includes several sample files located in
|
||||
<filename>/usr/share/examples/pf/</filename>. Refer to the
|
||||
<link xlink:href="http://www.openbsd.org/faq/pf/">PF
|
||||
FAQ</link> for complete coverage of
|
||||
<application>PF</application> rulesets.</para>
|
||||
FAQ</link> for complete coverage
|
||||
of <application>PF</application> rulesets.</para>
|
||||
|
||||
<para>To control <application>PF</application>, use
|
||||
<command>pfctl</command>. <xref
|
||||
linkend="pfctl"/> summarizes some useful options to this command.
|
||||
Refer to &man.pfctl.8; for a description of all available
|
||||
options:</para>
|
||||
<command>pfctl</command>. <xref linkend="pfctl"/> summarizes
|
||||
some useful options to this command. Refer to &man.pfctl.8;
|
||||
for a description of all available options:</para>
|
||||
|
||||
<table xml:id="pfctl" frame="none" pgwide="1">
|
||||
<title>Useful <command>pfctl</command> Options</title>
|
||||
|
@ -404,15 +404,16 @@ device pfsync</programlisting>
|
|||
<row>
|
||||
<entry><command>pfctl -F all
|
||||
-f /etc/pf.conf</command></entry>
|
||||
<entry>Flush all <acronym>NAT</acronym>, filter, state, and table
|
||||
rules and reload
|
||||
<entry>Flush all <acronym>NAT</acronym>, filter, state,
|
||||
and table rules and reload
|
||||
<filename>/etc/pf.conf</filename>.</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><command>pfctl -s [ rules | nat
|
||||
state ]</command></entry>
|
||||
<entry>Report on the filter rules, <acronym>NAT</acronym> rules, or state
|
||||
<entry>Report on the filter rules,
|
||||
<acronym>NAT</acronym> rules, or state
|
||||
table.</entry>
|
||||
</row>
|
||||
|
||||
|
|
Loading…
Reference in a new issue