in our setup the dynamic DNS updates for the windows clients on the DNS-Server wont work.
We use Windows 10 with AD/DNS and the v3 Client. We dont force all traffic through the Server and added many DNS resolution zones.
We've got 2 problems left:
1. It wont update automatically
We added "register-dns" in the Client-Configuration. Nothing happens.
Manual with "ipconfig /registerdns" it updates as intended.
2. The updated IP is from the wrong adapter
The updated IP isnt the IP from the VPN-Adapter. Instead it uses the IP from the local networkadapter for the DNS-Record.
How can this be fixed?
If we look at the details in the TAP-Network-Adapter its setup with static IP but without any entry. So we cant enable the "Register this connections addresses in DNS" under the advanced options.
Code: Select all
Caption DomainDNSRegistrationEnabled
[00000017] TAP-Windows Adapter V9 for OpenVPN Connect FALSE
Caption FullDNSRegistrationEnabled
[00000017] TAP-Windows Adapter V9 for OpenVPN Connect TRUE
https://docs.microsoft.com/en-us/window ... dfrom=MSDN
Are there any possibilitys to solve this issue?
Thanks for help!