| Linode Forum https://forum.linode.com/ |
|
| ipv6 setup on Ubuntu 12.04. https://forum.linode.com/viewtopic.php?f=19&t=9986 |
Page 1 of 1 |
| Author: | MrWonka [ Thu Apr 18, 2013 5:48 am ] |
| Post subject: | ipv6 setup on Ubuntu 12.04. |
So I'm attempting to get ipv6 setup. I've followed the guide given here (https://library.linode.com/networking/ipv6) but have apparently hit across an issue I'm not sure how to solve. Firstly I enabled ipv6 in my linode panel. Then I rebooted (I've done this a few times since then). The first thing of the guide says to run an ifconfig and see whats running. Code: eth0 Link encap:Ethernet HWaddr f2:3c:91:93:ab:10 You'll notice my output is slightly different in that it doesn't have a Scope:Global address. Scanning further through the document I see that I need to assign an IP from my /64 pool to the interface so I do that Code: eth0 Link encap:Ethernet HWaddr f2:3c:91:93:ab:10 W00t. There is now a global address. In theory I'm now up and running right? Code: user:~$ ping6 ipv6.google.com Ah. Apparently not. Some other information Code: user:~$ ip -6 route show I've tried all sorts of alternate ways of adding routes and addresses but none of them seem to have worked. I'd really like to get this running. Any hints? |
|
| Author: | MrWonka [ Thu Apr 18, 2013 6:19 am ] |
| Post subject: | Re: ipv6 setup on Ubuntu 12.04. |
So. The one thing I didn't try - and just did - worked. Code: iface eth0 inet6 static Setting the connection up as a static rather then autoconfigured one seems to do the trick just fine. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|