Hi,
don't setup snort blindley - you have to understand the basic concepts/components of an IDS/IPS.
At least start with the Snort Webinar: https://sourcefire.webex.com/ec0600l...b&format=short
Open a terminal:
1. check if mysql is running
>>if you don't see any'numer' eq process id, you need to start it manual: sudo /etc/init.d/mysql start
>>check if snort mysql database was created
Code:
mysqlshow -usnort -p{your-snort-mysql-pwd}
>>you should see the Database: snort
2. check if snort is running
>>if you don't see any'numer' eq process id, you need to start it manual.
>>HINT: Don't start snort in background mode, if you never have used it before or especially for testing purposes!
>>the most simple snort start: sudo snort -c /etc/snort/snort.conf
3. check if apache is running (needed if you' like to see snort alerts in the base graphical frontend)
>>if you don't see any'numer' eq process id, you need to start it manual: sudo /etc/init.d/apache2 start
>>login to graphical frontend: http://localhost/base/base_db_setup....ate+MY+TEST+AG
>> click on 'Create MY TEST AG' button >> click on Home button
Snort log files you should verify:
/var/log/snort
/brtw2003