KVM VPS - как добавить IPv6 для Ubuntu 20.04 - interfaces
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
KVM VPS - как добавить IPv6 для Ubuntu 20.04 - interfaces
# vi /etc/network/interfaces iface eth0 inet6 static pre-up modprobe ipv6 address IPV6 netmask 64 gateway YOUR_GW
Перезапустить сеть:
# service networking restart