<?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>Fnode Networks &#187; ipv6 to ipv6</title>
	<atom:link href="http://www.fnode.com/tag/ipv6-to-ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fnode.com</link>
	<description>A Network Systems &#38; Technology Blog</description>
	<lastBuildDate>Mon, 16 Aug 2010 11:27:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Convert IPv4 into IPv6</title>
		<link>http://www.fnode.com/2009/11/convert-ipv4-into-ipv6/</link>
		<comments>http://www.fnode.com/2009/11/convert-ipv4-into-ipv6/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 00:23:48 +0000</pubDate>
		<dc:creator>Nish Vamadevan</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[ipv6 to ipv6]]></category>

		<guid isPermaLink="false">http://www.fnode.com/?p=535</guid>
		<description><![CDATA[I was going through 6to4 tunnel configs and thought I’d post some info on converting IPv4 address into IPv6 Address. This is pretty straight forward and its obviously involves HEX conversion. Here, I will convert the address 192.168.25.234 First we divide each octet by 16 and write down the remainder, primary school maths! 192 ÷ [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was going through 6to4 tunnel configs and thought I’d post some info on converting IPv4 address into IPv6 Address. This is pretty straight forward and its obviously involves HEX conversion.</p>
<p>Here, I will convert the address <strong>192.168.25.234</strong></p>
<p>First we divide each octet by 16 and write down the remainder, primary school maths! <img src='http://www.fnode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>192 ÷ 16 = 12 remainder 0<br />
168 ÷ 16 = 10 remainder 8<br />
25 ÷ 16  =   1  remainder 9<br />
234 ÷ 16 = 14 remainder 10</p>
<p>We also know that HEX has the following Values</p>
<p>A = 10<br />
B = 11<br />
C = 12<br />
D = 13<br />
E = 14<br />
F = 15</p>
<p>So we can write 192.168.25.234 into HEX like so&#8230; <strong>C0A8:19EA</strong></p>
<p>Now we will change the HEX Address C0A8:19EA into regular IPv4</p>
<p>C0 = (12 x 16) + 0 = 192<br />
A8 = (10 x 16) + 8 = 168<br />
19 = (1 x 16) + 9 = 25<br />
EA = (14 x 16) + 10 = 234</p>
<p>QED <img src='http://www.fnode.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.fnode.com/2009/11/convert-ipv4-into-ipv6/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
