Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
travaux:ipv6-faq [2014/05/02 15:15] sthibaul More refactoring |
travaux:ipv6-faq [2018/06/19 02:20] (Version actuelle) sthibaul [Why should I enable IPv6?] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | |||
======= IPv6 FAQ ======= | ======= IPv6 FAQ ======= | ||
Ligne 28: | Ligne 29: | ||
* Because you have the opportunity to rethink your addressing scheme. | * Because you have the opportunity to rethink your addressing scheme. | ||
* Because there are no IPv4 addresses any more. | * Because there are no IPv4 addresses any more. | ||
- | * Because IPv4 will be yet more and more painful to make working at all. | + | * Because IPv4 will be yet more and more painful to make working at all. We have kept piling up tricks to continue using IPv4, but that has already cost more than just migrating to IPv6, and continue costing **again** even more than just migrating to IPv6. |
- | * http:// | + | * Because there are no IPv4 addresses any more. |
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
TODO: links to details | TODO: links to details | ||
Ligne 85: | Ligne 90: | ||
$ dig -4 any www.ffdn.org | $ dig -4 any www.ffdn.org | ||
... | ... | ||
- | www.ffdn.org. 86400 IN A 141.255.128.13 | + | www.ffdn.org. 86400 IN A 185.233.100.13 |
- | www.ffdn.org. 86400 IN AAAA 2a01:474::13 | + | www.ffdn.org. 86400 IN AAAA 2a0c:e300::13 |
... | ... | ||
$ dig -6 any www.ffdn.org | $ dig -6 any www.ffdn.org | ||
... | ... | ||
- | www.ffdn.org. 86400 IN A 141.255.128.13 | + | www.ffdn.org. 86400 IN A 185.233.100.13 |
- | www.ffdn.org. 86400 IN AAAA 2a01:474::13 | + | www.ffdn.org. 86400 IN AAAA 2a0c:e300::13 |
... | ... | ||
Ligne 141: | Ligne 146: | ||
You can however also configure the IPv6 address, default gateway and DNS server by hand, similarly to manual configuration of the IPv4 address. | You can however also configure the IPv6 address, default gateway and DNS server by hand, similarly to manual configuration of the IPv4 address. | ||
- | You need to make sure IPv6 resolution works. For instance, '' | + | You need to make sure IPv6 resolution works. For instance, '' |
[[http:// | [[http:// | ||
Ligne 271: | Ligne 276: | ||
But that's only in that case. With static configuration, | But that's only in that case. With static configuration, | ||
+ | The privacy extension is usually not enabled by default, but can be enabled this way on Linux (here on eth0): | ||
+ | |||
+ | '' | ||
+ | |||
+ | TODO: other OSes | ||
===== Do I have to change all my equipments? ===== | ===== Do I have to change all my equipments? ===== | ||
Ligne 296: | Ligne 306: | ||
===== Is there ARP in IPv6? ===== | ===== Is there ARP in IPv6? ===== | ||
- | Yes, although it is rather | + | It was reworked and called Neighbour Discovery Protocol (NDP), |
====== Cheatsheet ====== | ====== Cheatsheet ====== | ||
Ligne 322: | Ligne 332: | ||
====== Some quick examples ====== | ====== Some quick examples ====== | ||
+ | ===== Firefox ===== | ||
+ | |||
+ | Out of the box, firefox should use IPv6 connectivity when available. However, it is not visible to the user. | ||
+ | |||
+ | There is a firefox extension that displays whether the current page is loaded over IPv4 or IPv6: https:// | ||
+ | |||
+ | You can test it on this wiki: if you have IPv6 connectivity, | ||
+ | |||
+ | If IPv6 connectivity does not work, make sure that it is not disabled: in '' | ||
===== Basic OS checks ===== | ===== Basic OS checks ===== | ||