network:ipv6:set_a_static_address_part_with_ipv6_and_debian_ifupdown
Set a static address part with IPv6 and Debian ifupdown
In /etc/network/interfaces configure the inet6 stanza like this:
iface eth0 inet6 auto
pre-up ip token set ::251 dev eth0
Then restart the interface if needed:
ifdown eth0; sleep 5; ifup eth0
network/ipv6/set_a_static_address_part_with_ipv6_and_debian_ifupdown.txt · Last modified: by 127.0.0.1