Hi, I have the following: [EMAIL PROTECTED]:~$ more /etc/snort/snort.conf # This file is used for options that are changed by Debian to leave # the original lib files untouched. # You have to use "dpkg-reconfigure snort" to change them.
DEBIAN_SNORT_STARTUP=boot DEBIAN_SNORT_HOME_NET="192.168.1.x/32" DEBIAN_SNORT_OPTIONS=" -i eth0" DEBIAN_SNORT_STATS_RCPT="root" DEBIAN_SNORT_STATS_TRESHOLD="1" How can I set Snort so that it monitors the other IP address (on the NIC that connected to my ISP)? Executing dpkg-reconfigure snort basically does nothing (apparently). TIA, Oki