#
#  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 /etc/snort/snort.conf
#    or additional parameters for interfaces ppp0, eth0
#    and virtual interface eth0:1 :
# ADDPARAMS_ppp0="-A fast -b -d -D -c /etc/snort/snort-ppp0.conf"
# ADDPARAMS_eth0="-A fast -b -d -D -c /etc/snort/snort-eth0.conf"
# ADDPARAMS_eth0_1="-A fast -b -d -D -c /etc/snort/snort-eth0:1.conf"
#

INTERFACES="eth0 eth1"

ADDPARAMS_any='-U -D -c /etc/snort/snort.conf'
## EOF ##
