mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
Forward Firewall: fixed firewall hits statistik and extended it to show input,output,forward,newnotsyn and portscan seperately.
This commit is contained in:
committed by
Michael Tremer
parent
6f348fcb9d
commit
94ea1f0346
@@ -23,7 +23,7 @@ LoadPlugin memory
|
||||
LoadPlugin ping
|
||||
LoadPlugin processes
|
||||
LoadPlugin rrdtool
|
||||
LoadPlugin sensors
|
||||
#LoadPlugin sensors
|
||||
LoadPlugin swap
|
||||
LoadPlugin syslog
|
||||
#LoadPlugin wireless
|
||||
@@ -45,10 +45,11 @@ include "/etc/collectd.precache"
|
||||
</Plugin>
|
||||
|
||||
<Plugin iptables>
|
||||
Chain filter INPUT DROP_INPUT
|
||||
Chain filter FORWARD DROP_OUTPUT
|
||||
Chain filter PSCAN DROP_PScan
|
||||
Chain filter NEWNOTSYN DROP_NEWNOTSYN
|
||||
Chain filter POLICYFWD DROP_FORWARD
|
||||
Chain filter POLICYOUT DROP_OUTPUT
|
||||
Chain filter POLICYIN DROP_INPUT
|
||||
</Plugin>
|
||||
|
||||
#<Plugin logfile>
|
||||
|
||||
Reference in New Issue
Block a user