Point to Site Azure VPN Basic SKU Connection Issues

Afeef Muhammed Shafi 0 Reputation points
2026-08-10T14:19:38.11+00:00

The network connection between your

computer and the VPN server could not be

established because the remote server is not

responding. This could be because one of

the network devices (e.g, firewalls, NAT,

routers, etc) between your computer and the

remote server is not configured to allow

VPN connections. Please contact your

Administrator or your service provider to

determine which device may be causing the

problem.

Azure VPN Gateway
Azure VPN Gateway

An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-08-10T14:19:54.4066667+00:00

    For this Azure Point-to-Site VPN error, the documented causes and checks are:

    1. If the connection is using IKEv2 on Windows, verify that the Windows version supports IKE fragmentation.
      • Windows 10 and Windows Server 2016 support IKEv2, but require the applicable update.
      • Operating systems earlier than Windows 10 are not supported for IKEv2 and can only use SSTP.
    2. On supported Windows versions, install the required update for the OS version:
      • Windows Server 2016 / Windows 10 version 1607: KB4057142
      • Windows 10 version 1703: KB4057144
      • Windows 10 version 1709: KB4089848
    3. Set the following registry value locally on the client. Warning: registry changes can affect system networking if entered incorrectly.
      • Create or set: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\IKEv2\DisableCertReqPayload
      • Type: REG_DWORD
      • Value: 1
    4. If the client shows Error 800 instead, update the NIC driver:
      • Open StartDevice Manager
      • Expand Network adapters
      • Open the NIC properties
      • Select Update driverSearch automatically for updated driver software
      • Restart the computer and test again
    5. If the issue is related to VPN reachability between the client and server, verify that UDP ports 500 and 4500 are not blocked by any firewall, NAT device, or router between the client and the VPN server.
    6. If the VPN tunnel type is set to Automatic, set the VPN client to the specific tunnel type used by the deployment instead of Automatic.

    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.