Hello,
I am creating a virtual network on Windows Azure with Point-To-Site support. So,
My PTS have 192.168.0.0/24 as its pool, and the virtual network have 192.168.1.0/24.
I can access my VM on 192.168.1.4 (Which means it is located on the second subnet and now I know that routing has been configured between subnet).
Now that because the PTS is on 192.168.0.0, it have its own gateway and not the same gateway as the VN. I can not connect to the internet after connecting to my Azure Virtual Network.
I would like to use internet connection from my Virtual Network like connecting to internet through VPN. Is it possible?
Thanks