Comment puis-je envoyer un ping à localhost en utilisant IPv6?
J'essaie de mieux comprendre IPv6 .
Tout d'abord, j'essaie ifconfig , et j'obtiens ce qui suit:
eth0 Link encap:Ethernet HWaddr XXXXXXX
inet addr:X.X.X.X Bcast:X.X.X.X Mask:XXXXXXXXX
inet6 addr: XXXX::XXXX:XXX:XXXX:XXX/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:138752772 errors:0 dropped:0 overruns:0 frame:0
TX packets:67894054 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:67347428211 (67.3 GB) TX bytes:168368922639 (168.3 GB)
Interrupt:43
Donc, d'après ce qui précède, je peux supposer qu'IPv6 est activé (corrigez-moi si je me trompe ici).
Maintenant, si j'utilise ping localhost
j'obtiens:
64 bytes from localhost (127.0.0.1): icmp_req=1 ttl=64 time=0.026 ms
64 bytes from localhost (127.0.0.1): icmp_req=2 ttl=64 time=0.019 ms
64 bytes from localhost (127.0.0.1): icmp_req=3 ttl=64 time=0.025 ms
...
Mais quand j'utilise ping6 localhost
j'obtiens:
unknown host
Comment utiliser ping6
? Ou plus précisément, quels changements doit-on faire pour que ping6 localhost
fonctionne (si possible)?