<?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>Tuts4Tech &#187; ipv4</title>
	<atom:link href="http://tuts4tech.net/tag/ipv4/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Set Preference for IPv4 over IPv6 on Windows 7</title>
		<link>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/</link>
		<comments>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 02:58:53 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[6to4]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[prefer]]></category>
		<category><![CDATA[tcp/ip]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[tunnelbroker]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=687</guid>
		<description><![CDATA[By default on Windows 7 IPv6 is preferred over IPv4, this is a nuisance when your IPv6 connectivity is supplied via a 6 to 4 tunnel. This tutorial will show you how to set preference for IPv4 Open regedit Start -> Search -> regedit Navigate to the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\ Create a DWORD value [...]]]></description>
			<content:encoded><![CDATA[<p>By default on Windows 7 IPv6 is preferred over IPv4, this is a nuisance when your IPv6 connectivity is supplied via a 6 to 4 tunnel. This tutorial will show you how to set preference for IPv4</p>
<ol>
<li>Open regedit Start -> Search -> regedit</li>
<li>Navigate to the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\tcpip6\Parameters\</li>
<li>Create a DWORD value named DisabledComponents, please note this is case-sensitive</li>
<li>Edit the DisabledComponents value and set it to 20
<p><img src="http://tuts4tech.net/tutorials/ipv4preference/dword.PNG" alt="dword" title="dword" width="369" height="242" class="aligncenter size-full" /></li>
<p></p>
<li>Restart the computer for changes to take effect.</li>
</ol>
<p>An alternative way off doing this would be to just to import a .reg file containing the following</p>
<pre class="brush: plain; title: ; notranslate">Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters]
&quot;DisabledComponents&quot;=dword:00000020</pre>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2010/04/05/set-preference-for-ipv4-over-ipv6-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling IPV6 on Debian</title>
		<link>http://tuts4tech.net/2009/07/07/disabling-ipv6-on-debian/</link>
		<comments>http://tuts4tech.net/2009/07/07/disabling-ipv6-on-debian/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 15:50:48 +0000</pubDate>
		<dc:creator>Duffy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[disable]]></category>
		<category><![CDATA[ipv4]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[tcp]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=458</guid>
		<description><![CDATA[If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases By default you will have the following line Replace it with the following You can now remove all the ipv6 stuff from /etc/hosts and [...]]]></description>
			<content:encoded><![CDATA[<p>If you don't use ivp6 for anything and your ISP doesn't support it theres not much of a need to have it enabled. To disable it we need to edit /etc/modprobe.d/aliases
<pre class="brush: bash; title: ; notranslate">nano /etc/modprobe.d/aliases</pre>
<p>By default you will have the following line
<pre class="brush: plain; title: ; notranslate">alias net-pf-10 ipv6</pre>
<p>Replace it with the following
<pre class="brush: plain; title: ; notranslate">alias net-pf-10 off
alias ipv6 off</pre>
<p>You can now remove all the ipv6 stuff from /etc/hosts and once you reboot ipv6 will be disabled</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/07/07/disabling-ipv6-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

