An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hello @**Abhinand MS,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand your question about the public website not loading when connected to the Point-to-Site (P2S) VPN could be caused by forced tunneling behavior or platform limitations in the Azure VPN Gateway setup.
With forced tunneling enabled, outbound traffic including traffic destined for the Internet is directed through your on-premises VPN gateway rather than Azure’s Internet interface. If your on-premises gateway restricts Internet access, public websites, including your own, might be inaccessible or incorrectly routed.
Azure’s standard VPN Gateway does not allow Internet egress when P2S forced tunneling is enabled.
Any traffic destined for the Internet is dropped by the gateway and Azure Firewall does not apply SNAT (Source Network Address Translation) to this traffic. Adding a 0.0.0.0/0 route to provide full Internet access via the VPN is not supported in this setup.
Standard Troubleshooting Procedures:
1. Make sure your VPN client is set up properly and that all necessary certificates are installed.
2. If you're using forced tunneling, check that your on-premises gateway permits outbound Internet access. If suitable, try enabling split tunneling so that public traffic goes around the VPN.
Kindly let us know if the above helps or you need further assistance on this issue.
Please do not forget to "Accept the answer” and “up-vote it” wherever the information provided helps you, this can be beneficial to other community members__.__ It would be greatly appreciated and helpful to others.