Azure VPN on Mac: Connected but Unable to Browse the Internet
I have the following setup:
- Azure virtual Network
- having address space
10.0.0.0/16
- 3 subnets:
- application_subnet
- address prefixes:
10.0.2.0/24
- address prefixes:
- vpn_gateway_subnet
- address prefixes:
10.0.5.0/24
- address prefixes:
- app_gateway_subnet
- address prefixes:
10.0.6.0/24
- address prefixes:
- application_subnet
- having address space
- Azure VPN Gateway
- RouteBased
- having ip configuration with the vpn_gateway_subnet subnet id
- Point-to-site configuration
- authentication type: AAD
- address space: 172.10.0.0/24
- audience is a custom application, having
c632b3df-fb67-4d84-bdcf-b95ad541b5c8
client ID added to the scope of the application - added
0.0.0.0/1
and128.0.0.1/1
for forced tunneling,
I am on Mac, I downloaded the Azure VPN client, downloaded the configuration from the VPN Gateway Point-to-Site configuration.
I updated the downloaded XML file, adding <applicationid>c632b3df-fb67-4d84-bdcf-b95ad541b5c8</applicationid>
as it was mentioned on one of the discussions (p.s. I also tried it without this setting).
The VPN client is connecting successfully - authentication with Microsft Entra ID is working.
When I try to access anything in the browser or try to ping anything in the terminal, I can see in the VPN client that I do have outbound traffic, but the inbound traffic is 0 -> nothing is working.
How could I properly debug this? What could cause the issue?