Report this

What is the reason for this report?

I set up IPv6. Why isn’t it working?

Posted on June 17, 2014

After setting up IPv6, I still can’t connect to the droplet with the new address.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This is most likely due to your internet service provider not supporting IPv6. In order for IPv6 to work, it needs to be available on both sides. Both the droplet and the computer you are trying to access it from must have support for it. In order to check if IPv6 is working on your end, please visit: http://ipv6-test.com/

Also, check if you have turned on your bindv6only:

$ sysctl -a | grep bindv6only # check if it's 0 then
$ vim /etc/sysctl.conf (editing to provide the content "net.ipv6.bindv6only = 1")
$ sysctl -p

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.