User Tools

Site Tools


network:ipv6:set_a_static_address_part_with_ipv6_and_ubuntu_netplan

**This is an old revision of the document!**

Set a static address part with IPv6 and Ubuntu netplan

In /etc/netplan/00-<interface>.yaml configure a ipv6-address-token like this:

      addresses:
        - 192.168.1.250/24
      ipv6-address-token: ::250

Then restart the interface if needed:

sudo netplan apply
network/ipv6/set_a_static_address_part_with_ipv6_and_ubuntu_netplan.1691087963.txt.gz · Last modified: by admin