I am attempting to route internet traffic from a Japan VM, running Windows Server 2022 over a peered vnet to East US with a Windows Server 2022 VM using RRAS. Esentially force tunneling without a S2S requirement
The configuration is as follows Japan Vnet > Vnet peering connection > EastUS2 vnet > internet is esentially what I want. I have a server in useast configured with RRAS and it routes traffic over the site to site tunnel fine (Example: onprem network is 10.0.8.0, this works fine from Japan going through the VM in USEast over vnet peering), but getting it to route internet traffic is not working.
I configured a static route using azure route tables for the japan server to 0.0.0.0/0 to the IP of the azure useast server, simlar to how i configured a static route for having the japan server connect to on-prem over the vnet. But this just causes a loss of internet, and I have to remove the route. vnet to vnet traffic continues to work.
I also tried setting the gateway on the NIC of the Japan server to the IP of the USEast2 system. Also did not work.
I do not want to use the S2S tunnel. I simply want the Japan server to use the internet from the USEast2 vnet.