How do I know if my router supports IPv6?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Peaceful Mind
--
Chapters
00:00 How Do I Know If My Router Supports Ipv6?
00:24 Answer 1 Score 2
00:33 Accepted Answer Score 11
00:55 Thank you
--
Full question
https://superuser.com/questions/241285/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#router #ipv6
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Peaceful Mind
--
Chapters
00:00 How Do I Know If My Router Supports Ipv6?
00:24 Answer 1 Score 2
00:33 Accepted Answer Score 11
00:55 Thank you
--
Full question
https://superuser.com/questions/241285/h...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#router #ipv6
#avk47
ACCEPTED ANSWER
Score 11
You can ping the "all routers link-local address" (RFC 4291) to discover all routers on your local network (replace en1 with the name of your connection interface, e.g. 'eth0' or 'wlan0'):
$ ping6 -I en1 ff02::2
PING6(56=40+8+8 bytes) fe80::def0:9abc:5678:1234%en1 --> ff02::2
16 bytes from fe80::1234:5678:9abc:def0%en1, icmp_seq=0 hlim=64 time=33.759 ms
^C
--- ff02::2 ping6 statistics ---
1 packets transmitted, 1 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 33.759/33.759/33.759/0.000 ms
ANSWER 2
Score 2
Have a look on http://test-ipv6.com/, I find it very helpful and quick.