By z4y4ts
Hi all,
So I’m trying to setup ipv6 for my droplet following this instruction.
I’ve enabled ipv6 in DO panel after the creation and added following lines to the /etc/networking/interfaces:
# The primary network interface
auto eth0
iface eth0 inet static
address Y.Y.Y.Y
netmask 255.255.224.0
gateway Y.Y.Y.1
up ip addr add 10.18.0.5/16 dev eth0
dns-nameservers 67.207.67.2 67.207.67.3
iface eth0 inet6 static
address 2a03:XXX:XXX:XXX:XXX:XXX:2001
netmask 64
gateway 2a03:XXX:XXX:XXX:XXX:1
autoconf 0
dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3
But after reboot system picks up only ipv4 settings and link-local ipv6 address
root@XXX:~# ip -6 a show dev eth0
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 state UP qlen 1000
inet6 fe80::8080:e2ff:fedb:ae11/64 scope link
valid_lft forever preferred_lft forever
At the same time, I can set up ipv6 manually using, say, ip command.
Can you please point what do I missing?
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!
Ubuntu 18.04 has switched to netplan, the current guide hasn’t been updated yet. Follow this steps:
That guide is outdated (for ubuntu, still works for debian)
https://wiki.ubuntu.com/Netplan
/etc/netplan/50-cloud-init.yaml
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.