<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Random thoughts of an overloaded mind &#187; ipv6</title>
	<atom:link href="http://blog.amarkulo.com/tag/ipv6/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Failed to initialize dynamic preprocessor: SF_SDF (IPV6) version 1.1.1</title>
		<link>http://blog.amarkulo.com/failed-to-initialize-dynamic-preprocessor-sf_sdf-ipv6-version-1-1-1</link>
		<comments>http://blog.amarkulo.com/failed-to-initialize-dynamic-preprocessor-sf_sdf-ipv6-version-1-1-1#comments</comments>
		<pubDate>Fri, 30 Apr 2010 10:01:13 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[dynamicengine]]></category>
		<category><![CDATA[dynamicpreprocessor]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[sf_sdf]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[winpcap]]></category>

		<guid isPermaLink="false">http://blog.amarkulo.com/?p=353</guid>
		<description><![CDATA[Today I have tried to update my Snort and rules and when testing I got this error message because IPV6 was not enabled on my computer. The fix is very simple, just delete sf_sdf.dll file from C:\Snort\lib\snort_dynamicpreprocessor directory and start &#8230; <a href="http://blog.amarkulo.com/failed-to-initialize-dynamic-preprocessor-sf_sdf-ipv6-version-1-1-1">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today I have tried to update my Snort and rules and when testing I got this error message because IPV6 was not enabled on my computer.</p>
<p>The fix is very simple, just delete<strong> sf_sdf.dll</strong> file from<strong> C:\Snort\lib\snort_dynamicpreprocessor</strong> directory and start snort again.</p>
<p>Update of snort is very simple and it can be described in few simple steps which can be used for fresh install as well:</p>
<ul>
<li>download <strong>Snort 2.8.6</strong> from the<a title="Snort" href="http://www.snort.org"><strong> www.snort.org</strong></a> site</li>
<li>download <strong>WinPcap 4.1.1</strong> from the <a title="Winpcap" href="http://www.winpcap.org"><strong>www.winpcap.org</strong></a></li>
<li>install both of them on the target machine</li>
<li>download the latest community rules from <a title="Snort" href="http://www.snort.org"><strong>www.snort.org</strong></a> (you need to register and log in to be able to download them)</li>
<li>extract rules to <strong>C:\Snort</strong> overwriting existing files and open <strong>Snort.conf</strong> file in the etc map</li>
<li>find line nr. 155 and replace it to this<strong> dynamicpreprocessor directory C:\Snort\lib\snort_dynamicpreprocessor</strong></li>
<li>then replace line 158 to this<strong> dynamicengine C:\Snort\lib\snort_dynamicengine\sf_engine.dll</strong></li>
<li>and then comment out line 161 if you don&#8217;t have dynamic rules <strong>#dynamicdetection directory /usr/local/lib/snort_dynamicrules</strong></li>
<li>now when you are done if you are not using IPV6 delete <strong>sf_sdf.dll</strong> file from <strong>C:\Snort\lib\snort_dynamicpreprocessor</strong> to avoid this error</li>
<li>start Snort to test it</li>
<li>start Snort as service if test is OK</li>
</ul>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/failed-to-initialize-dynamic-preprocessor-sf_sdf-ipv6-version-1-1-1/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable IPV6 in Windows 2008 server or Vista</title>
		<link>http://blog.amarkulo.com/disable-ipv6-windows</link>
		<comments>http://blog.amarkulo.com/disable-ipv6-windows#comments</comments>
		<pubDate>Fri, 26 Jun 2009 13:20:50 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[2008]]></category>
		<category><![CDATA[adapter]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[failover]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.amarkulo.com/?p=220</guid>
		<description><![CDATA[Today while installing 2008 failover cluster I got error or notification from SQL server that two of my servers have same IPV6 address. Because I don&#8217;t use IPV6 and I have disabled it in network properties it was a bit &#8230; <a href="http://blog.amarkulo.com/disable-ipv6-windows">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today while installing 2008 failover cluster I got error or notification from SQL server that two of my servers have same IPV6 address. Because I don&#8217;t use IPV6 and I have disabled it in network properties it was a bit weird to see this message.</p>
<p>Then I run ipconfig command that showed to me lot of Tunnel adapters that were disconnected and created automatically by Vista.</p>
<p>So to have painful installation of new cluster I have disabled IPV6 protocol totally.</p>
<p>Here is solution:</p>
<ul>
<li>start run with win key + r or by start menu</li>
<li>regedit</li>
<li>go to HKLM\System\CurrentControlSet\Services\Tcpip6\Parameters</li>
<li>add new dword (32bit) value DisableComponents with value 1</li>
<li>restart</li>
<li>enjoy</li>
</ul>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/disable-ipv6-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

