<?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: Ubuntu Linux Add Static IPv6 Address Network Configuration</title> <atom:link href="http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: muruli</title><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/#comment-60013</link> <dc:creator>muruli</dc:creator> <pubDate>Wed, 15 Jun 2011 10:04:43 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4136#comment-60013</guid> <description>please let me know, what is the configutration for dhcp ?</description> <content:encoded><![CDATA[<p>please let me know, what is the configutration for dhcp ?</p> ]]></content:encoded> </item> <item><title>By: JP</title><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/#comment-55047</link> <dc:creator>JP</dc:creator> <pubDate>Fri, 21 Jan 2011 06:59:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4136#comment-55047</guid> <description>I was getting the error &quot;SIOCADDRT: File exists&quot; when I tried to do a &#039;networking restart&#039;. Had to reboot the box for it to enable the static IPv6 address.</description> <content:encoded><![CDATA[<p>I was getting the error &#8220;SIOCADDRT: File exists&#8221; when I tried to do a &#8216;networking restart&#8217;. Had to reboot the box for it to enable the static IPv6 address.</p> ]]></content:encoded> </item> <item><title>By: Giedrius</title><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/#comment-49595</link> <dc:creator>Giedrius</dc:creator> <pubDate>Sat, 18 Sep 2010 23:19:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4136#comment-49595</guid> <description>IPv6 module is already built-in to kernel, no need to use modprobe ipv6 command on Ubuntu 10 anymore (probably since version 9)</description> <content:encoded><![CDATA[<p>IPv6 module is already built-in to kernel, no need to use modprobe ipv6 command on Ubuntu 10 anymore (probably since version 9)</p> ]]></content:encoded> </item> <item><title>By: Norman</title><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/#comment-46988</link> <dc:creator>Norman</dc:creator> <pubDate>Thu, 22 Apr 2010 07:58:19 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4136#comment-46988</guid> <description>hi, after following your tutorial, this is the output that I get when I restart networking
*Reconfiguring network interfaces...
FATAL: Module ipv6 not found.
Failed to bring up eth0.                 [OK]
IPv4 still works fine but not v6. I have been able to add and use an IPv6 address with the ifconfig command. Also when do &quot;lsmod &#124; grep ip&quot; - nothing with IPv6 is displayed. Any idea what the problem is? Using Ubuntu 9.10 Server</description> <content:encoded><![CDATA[<p>hi, after following your tutorial, this is the output that I get when I restart networking</p><p>*Reconfiguring network interfaces&#8230;<br
/> FATAL: Module ipv6 not found.<br
/> Failed to bring up eth0.                 [OK]</p><p>IPv4 still works fine but not v6. I have been able to add and use an IPv6 address with the ifconfig command. Also when do &#8220;lsmod | grep ip&#8221; &#8211; nothing with IPv6 is displayed. Any idea what the problem is? Using Ubuntu 9.10 Server</p> ]]></content:encoded> </item> <item><title>By: tagno25</title><link>http://www.cyberciti.biz/faq/ubuntu-ipv6-networking-configuration/#comment-42135</link> <dc:creator>tagno25</dc:creator> <pubDate>Fri, 19 Jun 2009 03:50:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=4136#comment-42135</guid> <description>instead of typing
&lt;code&gt;### Start IPV6 static configuration
iface eth0 inet6 static
pre-up modprobe ipv6
address 2607:f0d0:2001:000a:0000:0000:0000:0010
netmask 64
gateway 2607:f0d0:2001:000a:0000:0000:0000:0001
### END IPV6 configuration
&lt;/code&gt;use
&lt;code&gt;### Start IPV6 static configuration
iface eth0 inet6 static
pre-up modprobe ipv6
address 2607:f0d0:2001:a::10
netmask 64
gateway 2607:f0d0:2001:a::1
### END IPV6 configuration&lt;/code&gt;</description> <content:encoded><![CDATA[<p>instead of typing<br
/> <code>### Start IPV6 static configuration<br
/> iface eth0 inet6 static<br
/> pre-up modprobe ipv6<br
/> address 2607:f0d0:2001:000a:0000:0000:0000:0010<br
/> netmask 64<br
/> gateway 2607:f0d0:2001:000a:0000:0000:0000:0001<br
/> ### END IPV6 configuration<br
/> </code>use<br
/> <code>### Start IPV6 static configuration<br
/> iface eth0 inet6 static<br
/> pre-up modprobe ipv6<br
/> address 2607:f0d0:2001:a::10<br
/> netmask 64<br
/> gateway 2607:f0d0:2001:a::1<br
/> ### END IPV6 configuration</code></p> ]]></content:encoded> </item> </channel> </rss>
