Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
floodmon
> floodmon-config.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File floodmon-config.patch of Package floodmon
--- floodmon.conf.orig 2014-01-23 19:33:17.578590266 +0100 +++ floodmon.conf 2014-01-23 19:41:01.365054328 +0100 @@ -13,7 +13,7 @@ # Network interface. It is only used to capture SYN packets # and setting up rp_filter (reverse-path filtering). # Example : 'eth0', 'venet0'... -INTERFACE = '' +INTERFACE = 'eth0' ###################################################################### # Connection tracking table : if you are not using it, set @@ -39,7 +39,7 @@ EMAIL_ALERT_FREQ = '30' # Admin address email where alerts and reports should be sent to : -ADMIN_EMAIL = '' +ADMIN_EMAIL = 'root' # Floodmon can attach to its email alert a capture of the last # SYN packets received. The file uses 'pcap' format and can @@ -83,7 +83,7 @@ # 16 == 0.0.xxx.xxx # 24 == 0.0.0.xxx # Default value : '16' -NETMASK = '16' +NETMASK = '32' ######################################################################