<?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 on: Converting IPv4 to IPv6 and back</title>
	<atom:link href="http://www.ciscobible.net/archives/451/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ciscobible.net/archives/451</link>
	<description>Free Cisco Training &#38; Resources – Certification Exam Preparation</description>
	<lastBuildDate>Sun, 14 Mar 2010 23:10:14 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Abhishek</title>
		<link>http://www.ciscobible.net/archives/451/comment-page-1#comment-201</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 23 Apr 2009 11:14:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/451#comment-201</guid>
		<description>i want to convert 2001:0DB8::1428:57AB into an equavalent IPv4 address..!! how should i convert this into an equavalent IPv4 address..!!</description>
		<content:encoded><![CDATA[<p>i want to convert 2001:0DB8::1428:57AB into an equavalent IPv4 address..!! how should i convert this into an equavalent IPv4 address..!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UC IPv6</title>
		<link>http://www.ciscobible.net/archives/451/comment-page-1#comment-161</link>
		<dc:creator>UC IPv6</dc:creator>
		<pubDate>Tue, 14 Apr 2009 12:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/451#comment-161</guid>
		<description>He&#039;s showing the format of the IPv6 as compare to IPv4. Very basic.</description>
		<content:encoded><![CDATA[<p>He&#8217;s showing the format of the IPv6 as compare to IPv4. Very basic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.ciscobible.net/archives/451/comment-page-1#comment-156</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Mon, 13 Apr 2009 06:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/451#comment-156</guid>
		<description>He&#039;s showing you how to accomplish 6-to-4 tunnels basically.  Those tunnels always concatenate 2002::/16 with the IPv4 address.  Of course you can&#039;t just throw the IPv4 dotted decimal notation after 2002::/16 so you have to convert it to hex and create a 48 bit prefix.  So for example 192.168.1.34 becomes 2002:C0A8:122::/48.

The routers then take care of rest as far as extracting the the IPv4 address from the IPv6 address then encapsulating the IPv6 packet to to be sent over an IPv4 network.  Then at the other end the IPv6 packet is decapsulated from the IPv4 packet.

Yes his wording was wrong but if you work with IPv6 it&#039;s quite clear when this kind of conversion from IPv4 to a hex address is required.

Thanks for the great trick by the way.</description>
		<content:encoded><![CDATA[<p>He&#8217;s showing you how to accomplish 6-to-4 tunnels basically.  Those tunnels always concatenate 2002::/16 with the IPv4 address.  Of course you can&#8217;t just throw the IPv4 dotted decimal notation after 2002::/16 so you have to convert it to hex and create a 48 bit prefix.  So for example 192.168.1.34 becomes 2002:C0A8:122::/48.</p>
<p>The routers then take care of rest as far as extracting the the IPv4 address from the IPv6 address then encapsulating the IPv6 packet to to be sent over an IPv4 network.  Then at the other end the IPv6 packet is decapsulated from the IPv4 packet.</p>
<p>Yes his wording was wrong but if you work with IPv6 it&#8217;s quite clear when this kind of conversion from IPv4 to a hex address is required.</p>
<p>Thanks for the great trick by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Morr</title>
		<link>http://www.ciscobible.net/archives/451/comment-page-1#comment-144</link>
		<dc:creator>Derek Morr</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:13:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ciscobible.net/archives/451#comment-144</guid>
		<description>I&#039;m not sure what you&#039;re trying to accomplish.

&quot;So the IPv4 address of 192.168.99.1 in IPv6 address format is C0A8:6301&quot;

That&#039;s not correct.

If you want to represent an IPv4 address as an IPv6 address, use an IPv4-mapped address. For example, ::ffff:c0a8:6301 (alternative written as ::ffff:192.168.99.1). IPv4-mapped addresses are commonly used with IPv6 wildcard sockets on a dual-stacked machine.

If you want to convert between IPv6 and IPv4 on the wire, you&#039;d have to use one of the proposed translators that the IETF is currently defining.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure what you&#8217;re trying to accomplish.</p>
<p>&#8220;So the IPv4 address of 192.168.99.1 in IPv6 address format is C0A8:6301&#8243;</p>
<p>That&#8217;s not correct.</p>
<p>If you want to represent an IPv4 address as an IPv6 address, use an IPv4-mapped address. For example, ::ffff:c0a8:6301 (alternative written as ::ffff:192.168.99.1). IPv4-mapped addresses are commonly used with IPv6 wildcard sockets on a dual-stacked machine.</p>
<p>If you want to convert between IPv6 and IPv4 on the wire, you&#8217;d have to use one of the proposed translators that the IETF is currently defining.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
