Fedora IPv6 instructions don't seem to work
complete
John D. Rowell
Here's what I did instead:
nmcli connection modify "cloud-init eth0" ipv6.method manual
nmcli connection modify "cloud-init eth0" ipv6.address 2604:a880:400:d0::xxxx:yyyy/64
nmcli connection modify "cloud-init eth0" ipv6.gateway 2604:a880:400:d0::1
nmcli connection modify "cloud-init eth0" ipv6.dns "2001:4860:4860::8844 2001:4860:4860::8888"
nmcli connection up "cloud-init eth0"
Dan Brian
marked this post as
complete
Dan Brian
Hi John D. Rowell, are you talking about the instructions in the "How to Enable IPv6 on Existing Droplets" doc? https://docs.digitalocean.com/products/networking/ipv6/how-to/enable/#on-existing-droplets
John D. Rowell
Dan Brian: Yes, that looks like the page I came from in the docs. Following those instructions did not activate IPv6 for me.
Dan Brian
John D. Rowell: Hi, I've updated the docs with new instructions. Thanks for reaching out and letting us know!