When connected to vnet from azure vpn client my internet is blocked

Anonymous
2023-01-19T00:04:49.5733333+00:00

Hi,

When I am connected to vnet using p2s connection(aad authentication) from my pc using azure vpn client my internet is blocked.

Just so you know, I did not enable force tunnelling. However, I have deleted it regardless using below AZ PowerShell command.

$gw = Get-AzVirtualNetworkGateway -Name <name of gateway> -ResourceGroupName <name of resource group>

Set-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -CustomRoute @0

Thanks in advance.

Jignesh

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

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.