Can someone please help me with this Azure solution.
Scenario:
I have VM1 in VNet in Azure (VNet1) and a VM2 in another VNET (VNet2). I have created a VNet-2-VNet tunnel between these two and I verified that it works properly. I have a website that is only reachable from the VM2 in VNet2 via VPN S2S tunnel. If I try telnet from VM1 to VM2 it works. If I try to browse the HTTPS (443) site from the VM2 it works.
What I need to do:
I need to be able to browse the website directly on VM1. My guess is that I will have to set up some routing that traffic from VM1 will hop to VM2 and from there send the request to the website, or something. So far nothing I've tried works.
If you need any more information I will fill in the blanks. Thanks in advance for your help