Update UPnP doc for kernel 2.6.14

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2942 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-10-31 21:53:06 +00:00
parent c5c38c4a55
commit f3b68cdc97

View File

@ -15,7 +15,7 @@
</author> </author>
</authorgroup> </authorgroup>
<pubdate>2005-09-12</pubdate> <pubdate>2005-10-31</pubdate>
<copyright> <copyright>
<year>2005</year> <year>2005</year>
@ -113,10 +113,17 @@ allowoutUPnP $FW loc</programlisting>
<note> <note>
<para>To use 'allowoutUPnP', your iptables and kernel must support the <para>To use 'allowoutUPnP', your iptables and kernel must support the
'owner match' feature (see the output of "shorewall show 'owner match' feature (see the output of "shorewall show capabilities")
capabilities").</para> and you may not be running kernel version 2.6.14 or later. If you are
running 2.6.14 or later, then replace the above rule with:</para>
</note> </note>
<blockquote>
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S) SOURCE ORIGINAL RATE USER/
# PORT(S) DESTINATION LIMIT GROUP
ACCEPT $FW loc all - - - - root</programlisting>
</blockquote>
<para>If your loc-&gt;fw policy is not ACCEPT then you need this <para>If your loc-&gt;fw policy is not ACCEPT then you need this
rule:</para> rule:</para>