michael@549: ## michael@549: ## snort.conf -- Snort Daemon Configuration michael@549: ## michael@549: michael@549: # common variables michael@549: var VAR_PATH @l_prefix@/var/snort michael@549: var RULE_PATH $VAR_PATH/rules michael@549: michael@549: # output selection michael@549: config alertfile: $VAR_PATH/snort.alert.log michael@549: output alert_fast: $VAR_PATH/snort.alert.log michael@549: #output log_tcpdump: $VAR_PATH/snort.alert.cap michael@549: michael@549: # configuration parameters michael@549: config show_year michael@549: config order: alert pass log michael@549: michael@549: # load snort rules configuration michael@549: var HOME_NET any michael@549: var EXTERNAL_NET any michael@549: include $RULE_PATH/snort.conf michael@549: