Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | RE: [Snort-users] Inline difficulties: |
|---|---|
| Date: | Fri, 27 Jan 2006 11:02:52 -0500 |
-----Original Message----- Subject: [Snort-users] Inline difficulties:
my iptables script just issues these commands: iptables -F INPUT iptables -F OUPUT
Should be: iptables -F OUTPUT
iptables -F FORWARD iptables -A INPUT -i lo -j ACCEPT
Add: iptables -A OUTPUT -i lo -j ACCEPT
iptables -A INPUT -j QUEUE iptables -A FORWARD -j QUEUE iptables -A OUPUT -j QUEUE
Should be: iptables -A OUTPUT -j QUEUE
I call snort like this: snort -Q \ -l /var/log/snort -c /etc/snort/snort.conf
Looks OK. What version? Did you build it by hand with './configure --enable-inline' ? PaulM ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Snort-users mailing list Snort-users@lists.sourceforge.net Go to this URL to change user options or unsubscribe: https://lists.sourceforge.net/lists/listinfo/snort-users Snort-users list archive: http://www.geocrawler.com/redir-sf.php3?list=snort-users
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | RE: [Snort-users] Anyone have problems with aanval?, Our World Is Here |
|---|---|
| Next by Date: | [Snort-users] barnyard, Brian Krusic |
| Previous by Thread: | [Snort-users] Inline difficulties:, tekbot |
| Next by Thread: | Re: [Snort-users] Inline difficulties:, Will Metcalf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |