Internet not working when i use Azure VPN (Point to Site)

Julie M 526 Reputation points
2022-06-02T10:18:06.84+00:00

Dear All,

I configured a Azure Point to site vpn using Azure AD.

Whenever i access the VPN from my Laptop, internet is not working.

I unchecked use default gateway on remote network. Still not working.

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,450 questions
0 comments No comments
{count} vote

Accepted answer
  1. Jackson Martins 10,136 Reputation points MVP
    2022-06-10T14:20:19.543+00:00

    Possible troubleshooting:

    1

    On Azure portal, click on Reset (is the same as restarting the server)

    2

    Make a telnet test on google.com, like:

    telnet google.com 443
    210323-image.png

    3

    Try test internet access in other browser

    4

    Make sure if sites with ipv4 or ipv6 are having problems, if ipv6, see gateway config on this protocol.

    5

    Remove auto dectect proxy from browser before conect to the vpn client.

    6

    Make sure route print don't have a custom route as your default gateway

    Get in touch if you need more help with this issue.

    --please don't forget to Accept as answer if the reply is helpful--


4 additional answers

Sort by: Most helpful
  1. Jackson Martins 10,136 Reputation points MVP
    2022-06-03T10:06:40.997+00:00

    Hi Julie!
    Make sure there is no overlap ip with your local network. In the route print command what is the default gateway that appears?

    0 comments No comments

  2. Julie M 526 Reputation points
    2022-06-03T10:47:54.23+00:00

    Hello @Jackson Martins

    I tried the above remove command which is not working with syntax error,

    208244-image.png
    However I made sure no custom route in place

    208176-image.png

    Still Internet is not working. and wifi status is not connected, when i disconnect the VPN, internet is working fine.


  3. Jackson Martins 10,136 Reputation points MVP
    2022-06-03T11:18:49.96+00:00

    You can try disabele forced tunneling, using Azure PowerShell like:
    $gw = Get-AzVirtualNetworkGateway -Name <name of gateway> -ResourceGroupName <name of resource group>
    Remove-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute 0.0.0.0/1 , 128.0.0.0/1

    Kind regards

    0 comments No comments

  4. James C. Brewer 0 Reputation points
    2024-06-17T18:40:23.8166667+00:00

    I have the same issue, everything was working until recently and I can not see what's changed

    We have remote users who connect via VPN to our Azure VM office share drive. Now when they enable the vpn, they are not able to access anything outside our network. No internet, no email, no ring central etc.

    0 comments No comments