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:
teastep 2006-08-19 18:26:03 +00:00
parent 7041095742
commit 314c680906

View File

@ -880,7 +880,16 @@ LOGBURST=""</programlisting>
<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 id="faq6d">