Hello Janx,
This may seem like some issue regarding NRPT related to the evolution from Direct Acess to AOVPN, and I would suggest the next workarounds:
- Get DA server Internal int ipv6 address. You can take it from step 2 DA configuration wizard (Remote Access Server).
- Set that IP as static prefered v6DNS server address on Client PC Network intreface, wich used for connection (wireless or lan).
There is a registry chain that may disable the NRPT registration, you can run the next Powershell command in some of the clients to set to "0" that value and see if they start to register:
New-ItemProperty -Path ‘HKLM:SYSTEM\CurrentControlSet\Services\Dnscache\Parameters\’ -Name DisableNRPTForAdapterRegistration -PropertyType DWORD -Value 0 -Force
------------------------------------------------------------------------------------------------------------------------------------------
--If the reply is helpful, please Upvote and Accept as answer--