travaux:ipv6-faq

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
travaux:ipv6-faq [2015/06/26 15:29]
sthibaul [Is there ARP in IPv6?]
travaux:ipv6-faq [2018/06/19 02:20] (Version actuelle)
sthibaul [Why should I enable IPv6?]
Ligne 30: Ligne 30:
   * 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. 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.   * 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://www.youtube.com/watch?v=eYffYT2y-Iw+  * Because there are no IPv4 addresses any more. 
 +  * https://labs.ripe.net/Members/david_holder/blockers-to-ipv6-adoption 
 +  * https://www.ipv6.com/general/top-10-features-that-make-ipv6-greater-than-ipv4/ 
 +  * https://www.youtube.com/watch?v=d8wIdd2fNmk 
  
 TODO: links to details TODO: links to details
Ligne 86: 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 142: 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, ''host www.ffdn.org'' should report both 141.255.128.13 and 2a01:474::13. If not, you need to configure your DNS server to enable IPv6 AAAA records (TODO: tell briefly how in the "quick examples" section).+You need to make sure IPv6 resolution works. For instance, ''host www.ffdn.org'' should report both 185.233.100.13 and 2a0c:e300::13. If not, you need to configure your DNS server to enable IPv6 AAAA records (TODO: tell briefly how in the "quick examples" section).
  
 [[http://v6.testmyipv6.com/]] can be used for instance to easily test that it worked fine. [[http://v6.testmyipv6.com/]] can be used for instance to easily test that it worked fine.
Ligne 302: Ligne 306:
 ===== Is there ARP in IPv6? ===== ===== Is there ARP in IPv6? =====
  
-Yes, although it was reworked and now called Neighbour Discovery Protocol (NDP), and is contained in ICMPv6 instead of a special type of ethernet frame. In the end it is basically the same principle, implemented in a better way.+It was reworked and called Neighbour Discovery Protocol (NDP), and is contained in ICMPv6 instead of a special type of ethernet frame. In the end NDP is basically the same principle as ARP, to translate from L3 addresses to L2 addressesbut implemented in a better way.
  
 ====== Cheatsheet ====== ====== Cheatsheet ======
  • travaux/ipv6-faq.1435325354.txt.gz
  • Dernière modification: 2015/06/26 15:29
  • de sthibaul