changequote([[,]])dnl changecom([[####]])dnl # # Settings for running Snort daemon under ALTLinux # # Where to run daemon instances (REQUIRED!) # - on all presented network interfaces: # INTERFACES=any # - on selected only (comma separated list): # INTERFACES=ppp0,eth0,eth0:1,... # # Additional parameters for all interfaces (OPTIONAL, DEFAULT): # ADDPARAMS_any="-A fast -b -d -D -c SNORT_CONFDIRPATH/snort.conf # or additional parameters for interfaces ppp0, eth0 # and virtual interface eth0:1 : # ADDPARAMS_ppp0="-A fast -b -d -D -c SNORT_CONFDIRPATH/snort-ppp0.conf" # ADDPARAMS_eth0="-A fast -b -d -D -c SNORT_CONFDIRPATH/snort-eth0.conf" # ADDPARAMS_eth0_1="-A fast -b -d -D -c SNORT_CONFDIRPATH/snort-eth0:1.conf" # INTERFACES=any ## EOF ##