<?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: Assign IPv6 addresses in Linux</title> <atom:link href="http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 22:58:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: saurav</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-1307024</link> <dc:creator>saurav</dc:creator> <pubDate>Thu, 17 Feb 2011 07:00:44 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-1307024</guid> <description>The IPv6 address assigned in linux Os with following command:
Command: ip(8)
Add the following command into ur /root/.bashrc file
run the bashrc file
ip -6 addr add 2001:db8:0:66::130/64 dev eth0
ip -6 route add 2000::/3 dev metric 1
Note:where the 2001:db8:0:66::130/64 is the IPv6 addr of my machine
Thats it needed to enable IPv6 address of ur Linux OS</description> <content:encoded><![CDATA[<p>The IPv6 address assigned in linux Os with following command:<br
/> Command: ip(8)</p><p>Add the following command into ur /root/.bashrc file<br
/> run the bashrc file<br
/> ip -6 addr add 2001:db8:0:66::130/64 dev eth0<br
/> ip -6 route add 2000::/3 dev metric 1</p><p>Note:where the 2001:db8:0:66::130/64 is the IPv6 addr of my machine<br
/> Thats it needed to enable IPv6 address of ur Linux OS</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-849682</link> <dc:creator>Paul</dc:creator> <pubDate>Fri, 10 Jul 2009 16:17:44 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-849682</guid> <description>There&#039;s nothing wrong with the generator, you&#039;re just misusing it.  An RFC1918 IPv4 address should not be used to generate a 6to4 address; it doesn&#039;t make any sense.  Addresses of that form contain no information describing how the packets should be routed to your network.
It&#039;s as if I mailed you a letter with a destination address of &quot;Jack&#039;s Living Room&quot;</description> <content:encoded><![CDATA[<p>There&#8217;s nothing wrong with the generator, you&#8217;re just misusing it.  An RFC1918 IPv4 address should not be used to generate a 6to4 address; it doesn&#8217;t make any sense.  Addresses of that form contain no information describing how the packets should be routed to your network.</p><p>It&#8217;s as if I mailed you a letter with a destination address of &#8220;Jack&#8217;s Living Room&#8221;</p> ]]></content:encoded> </item> <item><title>By: jack</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-849571</link> <dc:creator>jack</dc:creator> <pubDate>Fri, 10 Jul 2009 13:23:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-849571</guid> <description>Paul: This tutorial wasn&#039;t about generating IPv6 addresses...it was about how to assign an address to a linux system. If the addresses are incorrect, they are incorrect from the address generator i used.</description> <content:encoded><![CDATA[<p>Paul: This tutorial wasn&#8217;t about generating IPv6 addresses&#8230;it was about how to assign an address to a linux system. If the addresses are incorrect, they are incorrect from the address generator i used.</p> ]]></content:encoded> </item> <item><title>By: thedude</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-848670</link> <dc:creator>thedude</dc:creator> <pubDate>Thu, 09 Jul 2009 13:08:51 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-848670</guid> <description>pwned.</description> <content:encoded><![CDATA[<p>pwned.</p> ]]></content:encoded> </item> <item><title>By: Paul</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-848229</link> <dc:creator>Paul</dc:creator> <pubDate>Thu, 09 Jul 2009 02:57:10 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-848229</guid> <description>This tutorial is mostly wrong.  First, you can&#039;t generate an IPv6 prefix by concatenating 2002:[private IPv4 address].  There&#039;s no way that will be globally unique.
Second, if you put your hosts on different /64s, they won&#039;t be able to talk to each other.
Third, you&#039;ve provided no means by which the hosts can communicate to the external world.  This setup will never let you ping ipv6.google.com, or any other site on the Internet.
Your IPv6 prefix should either be:
1. Assigned by your ISP, or a tunnel broker.
2. A 6to4 address, calculated from your global IPv4 address.
3. A unique-local address, starting with &quot;fd&quot;.  This one won&#039;t let you access external sites.
In summary, I suggest you figure out what you&#039;re talking about before sharing the knowledge with others.</description> <content:encoded><![CDATA[<p>This tutorial is mostly wrong.  First, you can&#8217;t generate an IPv6 prefix by concatenating 2002:[private IPv4 address].  There&#8217;s no way that will be globally unique.</p><p>Second, if you put your hosts on different /64s, they won&#8217;t be able to talk to each other.</p><p>Third, you&#8217;ve provided no means by which the hosts can communicate to the external world.  This setup will never let you ping ipv6.google.com, or any other site on the Internet.</p><p>Your IPv6 prefix should either be:<br
/> 1. Assigned by your ISP, or a tunnel broker.<br
/> 2. A 6to4 address, calculated from your global IPv4 address.<br
/> 3. A unique-local address, starting with &#8220;fd&#8221;.  This one won&#8217;t let you access external sites.</p><p>In summary, I suggest you figure out what you&#8217;re talking about before sharing the knowledge with others.</p> ]]></content:encoded> </item> <item><title>By: Debian Rules</title><link>http://www.ghacks.net/2009/07/08/assign-ipv6-addresses-in-linux/comment-page-1/#comment-847547</link> <dc:creator>Debian Rules</dc:creator> <pubDate>Wed, 08 Jul 2009 11:36:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ghacks.net/?p=13965#comment-847547</guid> <description>Nice howto.
Don&#039;t forget to install IPv6 tools and config ipv6-ish firewall</description> <content:encoded><![CDATA[<p>Nice howto.</p><p>Don&#8217;t forget to install IPv6 tools and config ipv6-ish firewall</p> ]]></content:encoded> </item> </channel> </rss>
