浏览代码

Update ipv6.md

Håvard O. Nordstrand 5 年之前
父节点
当前提交
50d35716b1
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 5 5
      it/network/ipv6.md

+ 5 - 5
it/network/ipv6.md

@@ -323,11 +323,11 @@ breadcrumbs:
     - No changes are required in the IPv6 client in order to support it.
     - If the DNS64 server does not find an AAAA record, it synthesizes a AAAA record within the NAT64 prefix.
     - Limitations:
-        - All clients must be configured to use the the DNS64 server (e.g. through DHCP).
-        - Synthesized AAAA records break DNSSEC.
-        - Connections can't be initiated from the IPv4 side (like NAT masquerading).
-        - Some applications don't support IPv6 or may have IPv4 literals hardcoded.
-        - Users may attempt to enter IPv4 literals instead of using the DNS64 server.
+        - All clients must be configured to use the the DNS64 server (e.g. through DHCP). Clients with statically configured public servers will not work.
+        - Some applications don't support IPv6 or may have IPv4 literals hardcoded. They won't work, period.
+        - Synthesized AAAA records break DNSSEC. I'm not sure if typical clients validate DNSSEC, though.
+        - Connections can't be initiated from the IPv4 side (just like NAT44).
+        - Users may prefer entering IPv4 literals instead of IPv6 literals or using domain names. That's more of an IPv6 "limitation", though.
 - XLAT464:
     - Uses stateful translation in the core and statekess translaton at the edge.
     - Uses a customer-side translator (CLAT) which translated between 1:1 private IPv4 addresses and global IPv6 addresses.