Hello everyone,
I am working on some IPv6-stuff lately for my company. While researching I stumbled across some interesting powershell cmdlets:
- Set-NetDNSTransitionConfiguration
- Set-NetNATTransitionConfiguration
I went straight into it. I installed the DirectAccess role, but did not configure it. Insted, I successfully enabled DNS64 using the powershell cmdlet. So all names resolving to IPv4 addresses get masked by an IPv6 address. Now I wanted to get NAT64 going as well, but I failed so far.
Want I am trying to accomplish is to use Windows Server 2012 R2 as a NAT64 gateway, similar to the function provided earlier by the Unified Access Gateway. Is there a way to make it work?
Greetings from Germany,
Martin