mirror of
https://gitlab.com/shorewall/code.git
synced 2025-04-25 19:58:21 +02:00
Remove anachronisms from UPnP document
This commit is contained in:
parent
bcdcee42e2
commit
41687a10a3
@ -74,8 +74,6 @@
|
|||||||
include files from libupnp (which is required to build and/or run
|
include files from libupnp (which is required to build and/or run
|
||||||
linux-igd).</para>
|
linux-igd).</para>
|
||||||
</warning>
|
</warning>
|
||||||
|
|
||||||
<para></para>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="linux-igd">
|
<section id="linux-igd">
|
||||||
@ -83,7 +81,7 @@
|
|||||||
|
|
||||||
<para>In /etc/upnpd.conf, you will want:</para>
|
<para>In /etc/upnpd.conf, you will want:</para>
|
||||||
|
|
||||||
<programlisting>insert_forward_rules = yes
|
<programlisting>create_forward_rules = yes
|
||||||
prerouting_chain_name = UPnP
|
prerouting_chain_name = UPnP
|
||||||
forward_chain_name = forwardUPnP</programlisting>
|
forward_chain_name = forwardUPnP</programlisting>
|
||||||
</section>
|
</section>
|
||||||
@ -133,5 +131,11 @@ forwardUPnP net loc</programlisting>
|
|||||||
<para>You must also ensure that you have a route to 224.0.0.0/4 on your
|
<para>You must also ensure that you have a route to 224.0.0.0/4 on your
|
||||||
internal (local) interface as described in the linux-igd
|
internal (local) interface as described in the linux-igd
|
||||||
documentation.</para>
|
documentation.</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>The init script included with the Debian linux-idg package adds
|
||||||
|
this route during <command>start</command> and deletes it during
|
||||||
|
<command>stop</command>.</para>
|
||||||
|
</note>
|
||||||
</section>
|
</section>
|
||||||
</article>
|
</article>
|
||||||
|
Loading…
Reference in New Issue
Block a user