Azure Point-to-site with Azure authentication error

Christopher Pearson 0 Reputation points
2023-10-23T04:57:00.4666667+00:00

A few users are getting an error 'the operation was cancelled by the user'. If tried on a different PC it works fine, I'm presuming it's some kind of permissions artifact but not sure how to get rid if it.

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,636 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KapilAnanth-MSFT 48,576 Reputation points Microsoft Employee
    2023-10-23T09:42:51.7433333+00:00

    @Christopher Pearson

    Welcome to the Microsoft Q&A Platform.

    Thank you for reaching out & I hope you are doing well.

    You can try the below steps.

    #1

    • Open elevated command prompt on the client
    • Run netsh int ip reset
    • Reboot the client

    In case the issue persists,

    #2

    1. Explore Command (Windows Key + E)
    2. Right Click on "This PC", and select "Manage"
    3. Once Computer Management Opens, click "Device Manager"
    4. Under Network Adapters, uninstall all adapters starting with "WAN Miniport" - Right click, Uninstall
    5. Once you've uninstalled all, go to the menu and select "Scan for Hardware Changes" and those adapters will reinstall automatically without restarting.

    If the issue still exists,

    #3

    From an administrator command prompt,

    1. sc config wanarp start= auto
    2. sc start wanarp

    Cheers,

    Kapil

    0 comments No comments

Your answer

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