<?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>Guru dell&#039;Eccelso Picco &#187; ipv4 ipv6 converter</title>
	<atom:link href="http://blog.gurudelleccelsopicco.org/tag/ipv4-ipv6-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gurudelleccelsopicco.org</link>
	<description>Things should be as simple as possible, but not simpler. 		-- Albert Einstein</description>
	<lastBuildDate>Sun, 05 Feb 2012 20:44:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simple IPV4 to IPV6 address converter</title>
		<link>http://blog.gurudelleccelsopicco.org/2009/09/simple-ipv4-to-ipv6-address-converter/</link>
		<comments>http://blog.gurudelleccelsopicco.org/2009/09/simple-ipv4-to-ipv6-address-converter/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 16:05:40 +0000</pubDate>
		<dc:creator>Luca Maranzano</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[ipv4 ipv6 converter]]></category>

		<guid isPermaLink="false">http://blog.gurudelleccelsopicco.org/?p=107</guid>
		<description><![CDATA[<p>A dirty 2 shell lines trick to convert a static IPV4 address in the corresponding IPV6:</p>
<p>ipv4=$( ip ad sh eth0 &#124; grep "inet " &#124; awk '{print $2}'&#124; sed -e 's/\/.*//')
printf "2002:%02x%02x:%02x%02x::1" `echo $ipv4 &#124; tr "." " "`</p>
<p>((enjoy))</p>
]]></description>
			<content:encoded><![CDATA[<p>A dirty 2 shell lines trick to convert a static IPV4 address in the corresponding IPV6:</p>
<p><code>ipv4=$( ip ad sh eth0 | grep "inet " | awk '{print $2}'| sed -e 's/\/.*//')<br />
printf "2002:%02x%02x:%02x%02x::1" `echo $ipv4 | tr "." " "`</code></p>
<p>((enjoy))</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.gurudelleccelsopicco.org/2009/09/simple-ipv4-to-ipv6-address-converter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

