Consider the following scenario:
More specifically, when you run the following cmdlet, DNS64 displays "Loopback Pseudo-Interface" as the interface name in the AcceptInterface field:However, when you run the following command to view the status of the IPv6 addresses, the DNS64 address (prefix:3333::1) is not bound to the Loopback Pseudo-Interface interface:
Notes
- External load balancing is enabled on a Windows Server 2012-based DirectAccess server in a network environment.
- The network environment contains some IP version 4 (IPv4)-only intranet resources.
- You use DNS64 to synthesize IPv6 addresses from the IPv4 addresses to reach internal IPv4 resources.
More specifically, when you run the following cmdlet, DNS64 displays "Loopback Pseudo-Interface" as the interface name in the AcceptInterface field:
Get-NetDnsTransitionConfiguration
netsh int ipv6 show address
Notes
- The expected behavior is that the IPv6 address binds to the loopback interface.
- DNS64 is a mechanism that synthesizes AAAA records (IPv6 address records) from A records (address records).
- After you enable external load balancing, DNS64 accepts a loopback interface.