forked from extern/shorewall_code
Add FAQ 36 re: BANDWIDTH_IN
This commit is contained in:
parent
759a9ac626
commit
93b2227ce6
@ -165,7 +165,7 @@ our %EXPORT_TAGS = (
|
|||||||
|
|
||||||
Exporter::export_ok_tags('internal');
|
Exporter::export_ok_tags('internal');
|
||||||
|
|
||||||
our $VERSION = '4.3_7';
|
our $VERSION = '4.3_12';
|
||||||
|
|
||||||
#
|
#
|
||||||
# Chain Table
|
# Chain Table
|
||||||
|
@ -40,7 +40,7 @@ use strict;
|
|||||||
our @ISA = qw(Exporter);
|
our @ISA = qw(Exporter);
|
||||||
our @EXPORT = qw( setup_tc );
|
our @EXPORT = qw( setup_tc );
|
||||||
our @EXPORT_OK = qw( process_tc_rule initialize );
|
our @EXPORT_OK = qw( process_tc_rule initialize );
|
||||||
our $VERSION = '4.3_11';
|
our $VERSION = '4.3_12';
|
||||||
|
|
||||||
our %tcs = ( T => { chain => 'tcpost',
|
our %tcs = ( T => { chain => 'tcpost',
|
||||||
connmark => 0,
|
connmark => 0,
|
||||||
|
14
docs/FAQ.xml
14
docs/FAQ.xml
@ -1630,6 +1630,20 @@ teastep@ursa:~$ </programlisting>The first number determines the maximum log
|
|||||||
for BLACKLIST_LOGLEVEL in <ulink
|
for BLACKLIST_LOGLEVEL in <ulink
|
||||||
url="manpages/shorewall.conf.html">shorewall.conf</ulink> (5).</para>
|
url="manpages/shorewall.conf.html">shorewall.conf</ulink> (5).</para>
|
||||||
</section>
|
</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>
|
||||||
|
|
||||||
<section id="Routing">
|
<section id="Routing">
|
||||||
|
Loading…
Reference in New Issue
Block a user