What is the name of the domain?
any-id.nl
What is the issue you’re encountering
I have a virtual network in Azure with 2 subnets as shown in the image. In the first subnet (firewall-subnet) I have deployed a Virtual Machine with a private and a public IP, on which I configured a Cloudflare Warp connector (connector-vm) following the official guide. In the other subnet (portainer-subnet), I have another Virtual Machine with only private IP (test-vm). My goal is to provide Internet connectivity to the test-vm through the Cloudflare WARP connector. I have an Azure route table for the portainer-subnet with one entry: to 0.0.0.0/0 via the private IP of the connector-vm 10.1.2.4. The issue I am encountering is that the connector-vm and test-vm can access each other using Ping and SSH, but the test-vm has no Internet connectivity. I tried traceroute to google.com and no hops were shown. For troubleshooting purposes, I created another Virtual Machine, the same as test-vm but in the same subnet as the connector-vm. I set the default route on the vm using this command: ip route default via 10.1.2.4 dev eth0. However, it still did not route outbound traffic through the connector-vm. Moreover, this same setup was recreated in Hyper-V on my local machine, the virtual machines were in the same subnet and traffic was routed through the connector successfully.