Jump to content

Recommended Posts

Posted

Hi,

I'm following the tutorial to install Snort on Windows 7. I've reached the part where the Snort configuration file is tested with: d:\winids\snort\bin\snort -c d:\winids\snort\etc\snort.conf -l d:\winids\snort\log -i1 -T

I'm getting the following error: ERROR: d:\winids\snort\etc\snort.conf(413) => No argument to 'logfile' config option.

Line 413 shows: preprocessor sfportscan: proto  { all } memcap { 10000000 } sense_level { low } logfile {\portscan.log}

What am I missing?

Thank you.

Posted

 

You line 413 is: preprocessor sfportscan: proto  { all } memcap { 10000000 } sense_level { low } logfile {\portscan.log}

Line 413 should be: preprocessor sfportscan: proto  { all } memcap { 10000000 } sense_level { low } logfile { \portscan.log }

 

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