snort.conf 488 B

1234567891011121314151617181920212223
  1. ##
  2. ## snort.conf -- Snort Daemon Configuration
  3. ##
  4. # common variables
  5. var VAR_PATH @l_prefix@/var/snort
  6. var RULE_PATH $VAR_PATH/rules
  7. # output selection
  8. config alertfile: $VAR_PATH/snort.alert.log
  9. output alert_fast: $VAR_PATH/snort.alert.log
  10. #output log_tcpdump: $VAR_PATH/snort.alert.cap
  11. # configuration parameters
  12. config show_year
  13. config order: alert pass log
  14. # load snort rules configuration
  15. var HOME_NET any
  16. var EXTERNAL_NET any
  17. include $RULE_PATH/snort.conf