Dear all,
I changed the performance to
mwm, ran:
ps aux | grep snort. I got only one process of snort running:
# ps aux | grep snort
root 22778 0.0 0.1 1292 908 ?? Is 9:06AM 0:00.00 snort2c -w /var/
root 25496 0.0 0.1 1552 656 p0 R+ 9:14AM 0:00.00 grep snort
Then I did ssh to the box and ran snort manually like this:
# snort -c /usr/local/etc/snort/snort.conf -l /var/log/
I got the following:
..............
..............
+++++++++++++++++++++++++++++++++++++++++++++++++++
Initializing rule chains...
ERROR: /usr/local/etc/snort/rules/ddos.rules(25) => Invalid port: [31335,35555]
Fatal Error, Quitting..
After I edited by disabling the problematic ddos.rules(25) using web console then run the following command:
# snort -c /usr/local/etc/snort/snort.conf -l /var/log/
Then I ran ps aux | grep snort again:
Now I got both of snort processes running
# ps aux | grep snort
root 29629 0.0 0.1 1292 908 ?? Is 9:26AM 0:00.00 snort2c -w /var/
root 29786 0.0 14.5 151584 147892 p0 S 9:27AM 0:04.94 snort -c /usr/lo
I ran nmap using -sS switch but I did not get any alerts. Moreover, everything I want to update the snort I got this error:
Warning: file_get_contents(http://www.snort.org/pub-bin/downloads.cgi): failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /usr/local/www/snort_download_rules.php on line 98You last updated the ruleset: 2008-04-13
Your snort rulesets are up to date.
I have two questions
1. Does the snort in pfsense have to be started manually from the console? Or perhaps, I missed something.
2. Is the error regarding the update rule normal means we can ignore it?
Thanks, any response will be much appreciated.