Bonjour,
Je tourne actuellement sur un serveur debian stretch chez kimsufi et je ne réussi pas à activer l’IPv6 après avoir fait des recherches… Je trouve des solutions avec eth0 mais lorsque je fais un “ip a” c’est une interface eth0 renommée en enp1s0
voici le fichier 50-default
cat /etc/systemd/network/50-default.network
# This file sets the IP configuration of the primary (public) network device.
# You can also see this as "OSI Layer 3" config.
# It was created by the OVH installer, please be careful with modifications.
# Documentation: man systemd.network or https://www.freedesktop.org/software/systemd/man/systemd.network.html
[Match]
MACAddress=00:XX:XX:XX:XX:XX
[Network]
Description=network interface on public network, with default route
DHCP=no
Address=XXX.XXX.XXX.XXX/24
Gateway=XXX.XXX.XXX.XXX
IPv6AcceptRA=no
NTP=ntp.ovh.net
DNS=127.0.0.1
DNS=213.186.33.99
DNS=2001:XXXX:X:XXX::1
Gateway=2001:XXXX:XXXX:XXff:ff:ff:ff:ff
[Address]
Address=2001:XXXX:XXXX:XXXX::1/128
[Route]
Destination=2001:XXXX:XXXX:XXff:ff:ff:ff:ff
Scope=link
D’avance merci pour vos réponses