Hi,
Thanks for posting in Q&A platform.
I understand that we encounter windows 10 always on VPN client disconnected intermittently and then reconnected automatically issue
May I know if there is Windows Firewall or any other brand Firewall enabled in our environment? If yes, I would suggest temporally disable the Firewall to test if the issue still existed.
And if the IKEv2 Fragmentation was enabled on both VPN server and client? IKEv2 fragmentation was introduced in Windows 10 1803 and is enabled by default. No client-side configuration is required. IKEv2 fragmentation was introduced in Windows Server 1803 and is also supported in Windows Server 2019. It is enabled via a registry key. The following PowerShell command can be used to enable IKEv2 fragmentation on supported servers.
New-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\RemoteAccess\Parameters\Ikev2\” -Name EnableServerFragmentation -PropertyType DWORD -Value 1 -Force
Meanwhile, here are 2 articles regarding of troubleshooting Always on VPN for your reference:
Troubleshooting Always On VPN Error Code 809
Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
Best Regards,
Sunny
----------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.