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...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...