note -l option in above command line
log directory is empty and has lots of space
Main Topics
Browse All TopicsI just upgraded snort to 2.4.3 and this seems to have broken ascii logging.
The command line:
C:\Snort\bin\snort.exe -c "C:\Snort\etc\snort.conf" -K ascii -l "E:\snort" -i 2 -h 10.0.10.0/24 -U -y -z -d not host 10.0.10.254
creates the alert.ids file but no rule hits
logging to console sees the traffic coming in, but no alert logs
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Your right, have you tried switching the order.... -l "e:\snort" -K ascii it may make a difference I'm not sure. Failing that you'd want to review the rules that are set to alert or perhaps any thresholding you may have set in your snoft.conf files
If your using snot or stick to trigger alerts the -z may be preventing the packets from being issued as an alert... Try using nmap (if you have port scanning rules enabled to alert) of GFI's Network Security Scanner to trigger alerts
The -z switch tells Snort to only allow alerts to be generated for packets that are part of a known, established session. This allows Snort to greatly reduce the effect of anti-NIDS tools like stick and snot.
I've never used a single number for my snort interfaces on a win32 box I'll have to try that "-i 2" nice and simple.
-rich
Business Accounts
Answer for Membership
by: richrumblePosted on 2005-10-24 at 09:34:05ID: 15147869
Does your snort.conf file have the logging dir specified in it? otherwise you might want to add "-l" (dash el) and specify a directory to log too. Also in the past if your log's were around 2gig's then they needed to be deleted or archived and then erased... something to check I guess.
-rich