Question

IP6 Does not work for Ubuntu 22.10

I followed the toturial and [https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/](How to Enable IPv6 on Droplets). I double-checked everything, but the server is not accessible using IP6. Only IP 4 is working.

ping [ip4] is fine

ping [ip6] is “Destination net unreachable.”


Submit an answer
Answer a question...

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!

Sign In or Sign Up to Answer

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.

Bobby Iliev
Site Moderator
Site Moderator badge
November 3, 2022

Hi there,

Keep in mind that to use IPv6, your ISP needs to also support IPv6.

Not all ISPs offer IPv6 addresses for customers, so you may not be able to connect to an IPv6 address directly from your local machine. For example, if your local machine does not have an IPv6 address, you will not be able to connect to your Droplet using its IPv6 address.

You can locate your public IPv6 address using:

https://test-ipv6.com

If you SSH to your server and then run ping6 2001:4860:4860::8888 does it work?

Note, change 2001:4860:4860::8888 with your server IPv6

Best,

Bobby