1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/snort/snort.conf Tue Aug 28 18:31:50 2012 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +## 1.5 +## snort.conf -- Snort Daemon Configuration 1.6 +## 1.7 + 1.8 +# common variables 1.9 +var VAR_PATH @l_prefix@/var/snort 1.10 +var RULE_PATH $VAR_PATH/rules 1.11 + 1.12 +# output selection 1.13 +config alertfile: $VAR_PATH/snort.alert.log 1.14 +output alert_fast: $VAR_PATH/snort.alert.log 1.15 +#output log_tcpdump: $VAR_PATH/snort.alert.cap 1.16 + 1.17 +# configuration parameters 1.18 +config show_year 1.19 +config order: alert pass log 1.20 + 1.21 +# load snort rules configuration 1.22 +var HOME_NET any 1.23 +var EXTERNAL_NET any 1.24 +include $RULE_PATH/snort.conf 1.25 +