VPS OVH : Configuration IPv6
Activation IPv6 pour un serveur Debian VPS OVH
Éditer le fichier
/etc/network/interfaces
. En dessous de # The normal eth0
allow-hotplug eth0
iface eth0 inet dhcp
Ajouter les lignes
iface eth0 inet6 static
address <adresse ipv6>
netmask 128
gateway <gateway ipv6>
sudo /etc/init.d/networking restart
# ou
sudo systemctl restart networking
Dernière mise à jour 2yr ago