Jump to content

Recommended Posts

Posted (edited)

Using the commands in the tutorial to install snort as a service this is the path I end up with.  Is it correct?  The service won't start and results in-

"Windows could not start the Snort service on Local Computer"

"Path to executable:"

"d:\winids\Snort\bin\snort /SERVICE"

 

 

Edited by scowles
Multiple images by mistake
Posted

Where exactly are you at in the tutorial?

What happens: From a open CMD window type 'd:\winids\Snort\bin\snort /SERVICE /SHOW' (less the outside quotes), and tap the 'Enter' key.

Posted (edited)

I got all the way through the

How to Install This Windows Intrusion Detection System (WinIDS)

tutorial and was getting thousands of alerts.  But, I always had to manually start snort from the command line.  Barnyard 2 always started automatically.

 

Service_Show_Cmd_Result.JPG

AddingSnortToServices.JPG

Edited by scowles
Attachment added to show where I went back to in the tutorial to make snort run as a service
Posted

Open a CMD window and  type 'cd /d d:\winids\snort\bin' (less the outside quotes), and tap the 'Enter' key.

At the CMD prompt type 'snort /SERVICE /UNINSTALL' (less the outside quotes), and tap the 'Enter' key.

At the CMD prompt type 'snort /SERVICE /INSTALL -c d:\winids\snort\etc\snort.conf -l d:\winids\snort\log -ix' (less the outside quotes), and tap the 'Enter' key.

Note: Make SURE the x above reflects your interface number.

At the CMD prompt type 'sc config snortsvc start= auto' (less the outside quotes), and tap the 'Enter' key.

At the CMD prompt type 'net start snort' (less the outside quotes), and tap the 'Enter' key.

The service should now start...

Posted

Did you try rebooting?

From the CMD prompt type 'd:\winids\snort\bin\snort /SERVICE /SHOW' (less the outside quotes), and tap the 'Enter' key.

What does the above show?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...