Add FAQ 36 re: BANDWIDTH_IN

This commit is contained in:
Tom Eastep 2009-06-03 17:11:14 -07:00
parent 759a9ac626
commit 93b2227ce6
3 changed files with 16 additions and 2 deletions

View File

@ -165,7 +165,7 @@ our %EXPORT_TAGS = (
Exporter::export_ok_tags('internal');
our $VERSION = '4.3_7';
our $VERSION = '4.3_12';
#
# Chain Table

View File

@ -40,7 +40,7 @@ use strict;
our @ISA = qw(Exporter);
our @EXPORT = qw( setup_tc );
our @EXPORT_OK = qw( process_tc_rule initialize );
our $VERSION = '4.3_11';
our $VERSION = '4.3_12';
our %tcs = ( T => { chain => 'tcpost',
connmark => 0,

View File

@ -1630,6 +1630,20 @@ teastep@ursa:~$ </programlisting>The first number determines the maximum log
for BLACKLIST_LOGLEVEL in <ulink
url="manpages/shorewall.conf.html">shorewall.conf</ulink> (5).</para>
</section>
<section id="faq36">
<title>(FAQ 36) My log is filling up with these log messages!</title>
<programlisting>Dec 15 16:47:30 heath-desktop kernel: [17182740.184000] BANDWIDTH_IN:IN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:00:01:5c:23:79:02:08:00 SRC=10.119.248.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=62081 PROTO=UDP SPT=67 DPT=68 LEN=308
Dec 15 16:47:30 heath-desktop last message repeated 2 times
Dec 15 16:47:30 heath-desktop kernel: [17182740.188000] BANDWIDTH_IN:IN=eth1 OUT= MAC=ff:ff:ff:ff:ff:ff:00:01:5c:23:79:02:08:00 SRC=10.112.70.1 DST=255.255.255.255 LEN=328 TOS=0x00 PREC=0x00 TTL=64 ID=62082 PROTO=UDP SPT=67 DPT=68 LEN=308
Dec 15 16:47:30 heath-desktop last message repeated 2 times</programlisting>
<para><emphasis role="bold">Answer</emphasis>: The Webmin 'bandwidth'
module adds commands to /etc/shorewall/start that creates rules to log
every packet to/from/through the firewall. DON'T START THE BANDWIDTH
SERVICE IN WEBMIN!!!!!</para>
</section>
</section>
<section id="Routing">