<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Amar Kulo</title>
	<atom:link href="http://blog.amarkulo.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>System administration, photography and DIY projects</description>
	<lastBuildDate>Mon, 15 Feb 2010 07:49:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by Amar Kulo</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-241</link>
		<dc:creator>Amar Kulo</dc:creator>
		<pubDate>Mon, 15 Feb 2010 07:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-241</guid>
		<description>Sorry, it was my mistake that one extra &quot;\&quot; was left behind on preprocesor line. Now it&#039;s removed. 

Regardin logs, if you are using -l path then check if snort can write to log directory.

Instruction says that  &lt;em&gt;config detection: search-method ac-bnfa max_queue_events 5&lt;/em&gt; should be written on one line, not on two, and if you are writing them on 2 then you need &quot;\&quot; on the end of the first line.</description>
		<content:encoded><![CDATA[<p>Sorry, it was my mistake that one extra &#8220;\&#8221; was left behind on preprocesor line. Now it&#8217;s removed. </p>
<p>Regardin logs, if you are using -l path then check if snort can write to log directory.</p>
<p>Instruction says that  <em>config detection: search-method ac-bnfa max_queue_events 5</em> should be written on one line, not on two, and if you are writing them on 2 then you need &#8220;\&#8221; on the end of the first line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by gregg</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-240</link>
		<dc:creator>gregg</dc:creator>
		<pubDate>Mon, 15 Feb 2010 01:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-240</guid>
		<description>Regarding  ennguyennguyen&#039;s problem with max_queue_events:

The instructions say to use this:
  config detection: search-method ac-bnfa
  max_queue_events 5

But this is missing a &quot;\&quot; after &quot;ac-bnfa&quot; to ensure this is interpreted as one long command without an end-of-line.  Alternatively, you can simply write it as 
  config detection: search-method ac-bnfa max_queue_events 5

As for problems incurred by an extra trailing &quot;\&quot;, make sure there is nothing on the line that follows, so that the command interpreter will pick up the end-of-line.  &quot;\&quot; is just for readability.  If your code is all mashed up so that one command follows another without a blank line, and you are using trailing &quot;\&quot;, then the interpreter won&#039;t know where parameters end and the next command begins.  For example, the code segment:

  preprocessor ftp_telnet_protocol: \
  preprocessor ftp_telnet_protocol: \

will try to be read as 
  preprocessor ftp_telnet_protocol: preprocessor ftp_telnet_protocol: 

which is nonsense.

Make sure you have newlines where newlines are needed, and &quot;\&quot; where the command is NOT supposed to end.</description>
		<content:encoded><![CDATA[<p>Regarding  ennguyennguyen&#8217;s problem with max_queue_events:</p>
<p>The instructions say to use this:<br />
  config detection: search-method ac-bnfa<br />
  max_queue_events 5</p>
<p>But this is missing a &#8220;\&#8221; after &#8220;ac-bnfa&#8221; to ensure this is interpreted as one long command without an end-of-line.  Alternatively, you can simply write it as<br />
  config detection: search-method ac-bnfa max_queue_events 5</p>
<p>As for problems incurred by an extra trailing &#8220;\&#8221;, make sure there is nothing on the line that follows, so that the command interpreter will pick up the end-of-line.  &#8220;\&#8221; is just for readability.  If your code is all mashed up so that one command follows another without a blank line, and you are using trailing &#8220;\&#8221;, then the interpreter won&#8217;t know where parameters end and the next command begins.  For example, the code segment:</p>
<p>  preprocessor ftp_telnet_protocol: \<br />
  preprocessor ftp_telnet_protocol: \</p>
<p>will try to be read as<br />
  preprocessor ftp_telnet_protocol: preprocessor ftp_telnet_protocol: </p>
<p>which is nonsense.</p>
<p>Make sure you have newlines where newlines are needed, and &#8220;\&#8221; where the command is NOT supposed to end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by ennguyennguyen</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-208</link>
		<dc:creator>ennguyennguyen</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-208</guid>
		<description>Amar Kulo, why can&#039;t my snort write log file into folders? I try many ways, but that still doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Amar Kulo, why can&#8217;t my snort write log file into folders? I try many ways, but that still doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by ennguyennguyen</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-207</link>
		<dc:creator>ennguyennguyen</dc:creator>
		<pubDate>Wed, 13 Jan 2010 13:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-207</guid>
		<description>Yes, I&#039;m waiting for you. Actually, I decided to ignore IDSCenter. Instead of IDSCenter, I run snort through command line. 

BUT still I have trouble with snort. I try apacheDoS and guess what, Snort doesn&#039;t write any log into alert.ids. But when I using nmap, Snort writes log. What wrong with that? Can you suggest me some more tools to test Snort?

Thank you so much.</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m waiting for you. Actually, I decided to ignore IDSCenter. Instead of IDSCenter, I run snort through command line. </p>
<p>BUT still I have trouble with snort. I try apacheDoS and guess what, Snort doesn&#8217;t write any log into alert.ids. But when I using nmap, Snort writes log. What wrong with that? Can you suggest me some more tools to test Snort?</p>
<p>Thank you so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by Amar Kulo</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-206</link>
		<dc:creator>Amar Kulo</dc:creator>
		<pubDate>Wed, 13 Jan 2010 10:10:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-206</guid>
		<description>Hmm I have tested my conf and still don&#039;t have problem with trailing \. I have updated post with my snort.conf file just for the records.

Regarding stream5 preprocessor, I don&#039;t know why is it complaining because stream5 should be in dynamic engine, there is no separate preprocessor .dll file for it.

Test with my config file and see what happens.

I don&#039;t use IDSCenter, but I will give it a go to see what kind of problems are you having.</description>
		<content:encoded><![CDATA[<p>Hmm I have tested my conf and still don&#8217;t have problem with trailing \. I have updated post with my snort.conf file just for the records.</p>
<p>Regarding stream5 preprocessor, I don&#8217;t know why is it complaining because stream5 should be in dynamic engine, there is no separate preprocessor .dll file for it.</p>
<p>Test with my config file and see what happens.</p>
<p>I don&#8217;t use IDSCenter, but I will give it a go to see what kind of problems are you having.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by ennguyennguyen</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-205</link>
		<dc:creator>ennguyennguyen</dc:creator>
		<pubDate>Tue, 12 Jan 2010 10:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-205</guid>
		<description>Snort really is a big mess. When I can run snort in command line, I failed to start Snort in IDSCenter. IDSCenter refrase the snort.conf in somekind of structure and it cause Snort failed to start. Can you post an entry show us how to configure IDSCenter? I&#039;m going crazy with this. 

Exactly, I have problems with the preprocessor bo.

preprocessor bo

preprocessor frag3_global: max_frags 65536
preprocessor frag3_engine: policy windows timeout 180
preprocessor stream5_global: max_tcp 8192, track_tcp yes, track_udp yes
preprocessor stream5_tcp: policy windows, use_static_footprint_sizes, 
preprocessor stream5_udp: ignore_any_rules
preprocessor http_inspect: global iis_unicode_map unicode.map 1252
preprocessor http_inspect_server: default_server
preprocessor ftp_telnet: \
preprocessor ftp_telnet_protocol: \
preprocessor ftp_telnet_protocol: \
preprocessor ftp_telnet_protocol: \
preprocessor SMTP: \
preprocessor ssh: server_ports { 22 } \
preprocessor ssl: ports { 443 465 563 636 989 992 993 994 995 7801 7702 7900 7901 
7902 7903 7904 7905 7906 6907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 
7918 7919 7920 }, trustservers, noinspect_encrypted
preprocessor dcerpc2: memcap 102400, events [co ]
preprocessor dcerpc2_server: default, policy WinXP, \
preprocessor dns: ports { 53 } enable_rdata_overflow

This mess, from stream5 to the end of this. I always have trouble like &quot;unknown preprocessor stream5&quot; or &quot;must configure http inspect global configuration first&quot; and so far, ftp_telnet, bla bla bla....

Thanks!!!!</description>
		<content:encoded><![CDATA[<p>Snort really is a big mess. When I can run snort in command line, I failed to start Snort in IDSCenter. IDSCenter refrase the snort.conf in somekind of structure and it cause Snort failed to start. Can you post an entry show us how to configure IDSCenter? I&#8217;m going crazy with this. </p>
<p>Exactly, I have problems with the preprocessor bo.</p>
<p>preprocessor bo</p>
<p>preprocessor frag3_global: max_frags 65536<br />
preprocessor frag3_engine: policy windows timeout 180<br />
preprocessor stream5_global: max_tcp 8192, track_tcp yes, track_udp yes<br />
preprocessor stream5_tcp: policy windows, use_static_footprint_sizes,<br />
preprocessor stream5_udp: ignore_any_rules<br />
preprocessor http_inspect: global iis_unicode_map unicode.map 1252<br />
preprocessor http_inspect_server: default_server<br />
preprocessor ftp_telnet: \<br />
preprocessor ftp_telnet_protocol: \<br />
preprocessor ftp_telnet_protocol: \<br />
preprocessor ftp_telnet_protocol: \<br />
preprocessor SMTP: \<br />
preprocessor ssh: server_ports { 22 } \<br />
preprocessor ssl: ports { 443 465 563 636 989 992 993 994 995 7801 7702 7900 7901<br />
7902 7903 7904 7905 7906 6907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917<br />
7918 7919 7920 }, trustservers, noinspect_encrypted<br />
preprocessor dcerpc2: memcap 102400, events [co ]<br />
preprocessor dcerpc2_server: default, policy WinXP, \<br />
preprocessor dns: ports { 53 } enable_rdata_overflow</p>
<p>This mess, from stream5 to the end of this. I always have trouble like &#8220;unknown preprocessor stream5&#8243; or &#8220;must configure http inspect global configuration first&#8221; and so far, ftp_telnet, bla bla bla&#8230;.</p>
<p>Thanks!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by ennguyennguyen</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-204</link>
		<dc:creator>ennguyennguyen</dc:creator>
		<pubDate>Tue, 12 Jan 2010 10:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-204</guid>
		<description>I follow your step, ignore the last &quot;/&quot;. Snort run smoothly, but there still an error:

ERROR: c:\snort\etc\snort.conf(273) Unknown rule type: max_queue_events.

I wonder what this problem is.</description>
		<content:encoded><![CDATA[<p>I follow your step, ignore the last &#8220;/&#8221;. Snort run smoothly, but there still an error:</p>
<p>ERROR: c:\snort\etc\snort.conf(273) Unknown rule type: max_queue_events.</p>
<p>I wonder what this problem is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by Amar Kulo</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-203</link>
		<dc:creator>Amar Kulo</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-203</guid>
		<description>It could be, I will test it on Monday and fix it in post if it is correct.

Tnx for the tip anyway. :-)</description>
		<content:encoded><![CDATA[<p>It could be, I will test it on Monday and fix it in post if it is correct.</p>
<p>Tnx for the tip anyway. <img src='http://blog.amarkulo.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by mathben</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-202</link>
		<dc:creator>mathben</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-202</guid>
		<description>When i keep the &#039; \&#039; at the end of this configuration, i have this error :

ERROR: Invalid argument: preprocessor
Fatal Error, Quitting..</description>
		<content:encoded><![CDATA[<p>When i keep the &#8216; \&#8217; at the end of this configuration, i have this error :</p>
<p>ERROR: Invalid argument: preprocessor<br />
Fatal Error, Quitting..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install Snort Intrusion Detection System on Windows by Amar Kulo</title>
		<link>http://blog.amarkulo.com/how-to-install-snort-ids-on-windows/comment-page-1#comment-201</link>
		<dc:creator>Amar Kulo</dc:creator>
		<pubDate>Fri, 08 Jan 2010 19:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.amarkulo.com/?p=267#comment-201</guid>
		<description>Hmm, I don&#039;t think so but I will check.

Reason why / is there is because / says that next line also is part of preprocessor configuration but I will check anyway.

Tnx for your comment.</description>
		<content:encoded><![CDATA[<p>Hmm, I don&#8217;t think so but I will check.</p>
<p>Reason why / is there is because / says that next line also is part of preprocessor configuration but I will check anyway.</p>
<p>Tnx for your comment.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
