Azure VPN Client on macOS 13 connects but cannot access resources

Paul Knisely 0 Reputation points
2023-10-23T20:08:29.6033333+00:00

Azure VPN Client is installed through the Mac App Store and is able to connect but cannot ping devices. When Azure VPN Client is installed in a Parallels Windows 11 VM, it connects and is able to ping devices through the VPN.

Testing through Windows 11 is fine and everything but my development tools are all Mac based.

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

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 27,476 Reputation points Microsoft Employee Moderator
    2023-10-26T02:38:28.2+00:00

    @Paul Knisely

    Thank you for getting back and sharing additional details.

    As no error is observed and the connection successfully established. This might be a routing issue. You can try the following steps and see if that helps in troubleshooting the issue.

    • Run the ifconfig command in your Mac's terminal and check the interface name and IP address of the VpnCLient. 
    • You can also find the allocated IpAddress & total connection connected time from Network Preferences:
    • Route table: - This will help debugging if correct routes are configured for VpnClient connected interface You can look at route table using netstat -rn command on Terminal
    • Make sure the configured routes have that endpoint/IpAddress for which connectivity is not working. If it does not have, then the issue is the missing route. 
    • Make sure ICMP traffic is not blocked on the MAC and you can do TCP ping instead to check the connectivity.
    • If the routes are correct you can try to redownload VPN client profile from Server & import it to client again. 

    Hope this helps! Please let me know if you have any additional questions. Thank you!

    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.