Forum Discussion
MatthewShulman
Mar 17, 2021Brass Contributor
Routing traffic over Azure VPN
I've got the Azure VPN configured and working. We have a website that only allows connections from our company network in azure. I am trying to see if I can just route the traffic to the site over ...
anilinal
Microsoft
Mar 18, 2021Hi Matthew;
Are you using Azure Web App? Did you configure vnet integration or private link?
Best?
MatthewShulman
Mar 18, 2021Brass Contributor
No, the application is an external web app that is hosted on AWS. We just want to access it from across the vpn so it comes from our Azure external IP range and that can be whitelisted. I tried using the app proxy with it, but the way the page is coded prevented that from working as well.
- anilinalMar 18, 2021
Microsoft
As far as i understand the architecture, if you write Ip address of web site to Local Network Gateway, your traffic originated from Azure Vnet can reach the destination over VPN tunnel.