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!