forked from extern/shorewall_code
Improve the answer to FAQ 6b
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4392 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
7041095742
commit
314c680906
11
docs/FAQ.xml
11
docs/FAQ.xml
@ -880,7 +880,16 @@ LOGBURST=""</programlisting>
|
|||||||
|
|
||||||
<para>Temporarily add the following rule:</para>
|
<para>Temporarily add the following rule:</para>
|
||||||
|
|
||||||
<programlisting>DROP net fw udp 10619</programlisting>
|
<programlisting>#ACTION SOURCE DEST PROTO DEST PORT(S)
|
||||||
|
DROP net fw udp 10619</programlisting>
|
||||||
|
|
||||||
|
<para>Alternatively, if you do not set BLACKLIST_LOGLEVEL and you have
|
||||||
|
specifed the 'blacklist' option on your external interface in
|
||||||
|
<filename>/etc/shorewall/interfaces</filename>, then you can blacklist
|
||||||
|
the port. In <filename>/etc/shorewall/blacklist</filename>:</para>
|
||||||
|
|
||||||
|
<programlisting>#ADDRESS/SUBNET PROTOCOL PORT
|
||||||
|
- udp 10619</programlisting>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="faq6d">
|
<section id="faq6d">
|
||||||
|
Loading…
Reference in New Issue
Block a user