With Ubuntu 22.04, the gateway
option is deprecated and nearly every example I find for configuring netplan
with static IPv6 uses gateway
.
My ISP's default /etc/netplan/01-netcfg.yaml
only includes dynamic IPv4 and they do not provide DHCP support for IPv6, but they do provide support for static IPv6.
What do I add to the configuration to support IPv6?
$ cat /etc/netplan/01-netcfg.yaml
network:
version: 2
ethernets:
eth0:
dhcp4: true
I should also add that my ISP also does not provide nameserver support for IPv6 but they do provide an IPv6 address and a gateway IPv6 address.
Gateway IPv6 address:
2001:DB8:6404::1
Instance IPv6 address:
2001:DB8:6404:10fB:928a:b151:d721:51bc