| Linode Forum https://forum.linode.com/ |
|
| IPv6 https://forum.linode.com/viewtopic.php?f=19&t=11462 |
Page 1 of 1 |
| Author: | anthonyw [ Thu Dec 04, 2014 7:31 am ] |
| Post subject: | IPv6 |
I've just configured a new linode, and I'm having trouble with the IPv6 access. ifconfig shows that it has an IPv6 address, but it appears that packets are getting lost somewhere as I can't access any ipv6 resources. e.g. ping6 ipv6.google.com reports 100% packet loss My other linode in the same data centre works fine. Any ideas? |
|
| Author: | lakridserne [ Thu Dec 04, 2014 8:00 am ] |
| Post subject: | Re: IPv6 |
Have you configured your IPv6 address? https://www.linode.com/docs/networking/ ... networking |
|
| Author: | anthonyw [ Thu Dec 04, 2014 10:18 am ] |
| Post subject: | Re: IPv6 |
Yes. The linode has an ipv6 address in the linode manager, and ifconfig shows this IP address. |
|
| Author: | akerl [ Thu Dec 04, 2014 10:27 am ] |
| Post subject: | Re: IPv6 |
Here are the commands you want to run: Code: ip -6 addr Those results will likely shed some light on this. - Les |
|
| Author: | anthonyw [ Thu Dec 04, 2014 10:52 am ] |
| Post subject: | Re: IPv6 |
Code: root@vega:~# ip -6 addr |
|
| Author: | akerl [ Thu Dec 04, 2014 11:00 am ] |
| Post subject: | Re: IPv6 |
Code: inet6 2a01:7e00::9503:ca45:d005:d13/64 scope global temporary dynamic Looks you have IPv6 Privacy Extentions turned on. You can confirm that with `sysctl -a | grep use_tempaddr`, which will show something besides 0 if you're using them. If you have something in /etc/sysctl.d that's setting use_tempaddr to non-zero, remove that. If you don't, you can add a file there and manually set them to 0. |
|
| Author: | anthonyw [ Thu Dec 04, 2014 11:04 am ] |
| Post subject: | Re: IPv6 |
That fixes it. Thanks! Why would that cause a problem? |
|
| Author: | akerl [ Thu Dec 04, 2014 11:06 am ] |
| Post subject: | Re: IPv6 |
Because your Linode can only talk to Linode's network on the IPv6 address that it owns, not weird ones it invented. - Les |
|
| Author: | anthonyw [ Thu Dec 04, 2014 11:14 am ] |
| Post subject: | Re: IPv6 |
Makes sense. Thanks again. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|