I’ve successfully setup Cloudflare Tunnel and can access resources on the LAN using Warp remotely.
On the LAN Router we have a S2S VPN connected to a 3rd Party for a private subnet.
The question is: Does Tunnel support routing traffic to non local private subnets via the cloudflared/Warp?
Scenario:
LAN-SUBNET: 192.168.1.0/24 (cloudflared running here)
LAN-ROUTER: 192.168.1.1
S2S-VPN-SUBNET: 10.125.80.0/24
The Desired state is:
WARP-CLIENT <> CLOUDFLARED <> LAN-ROUTER <> S2S-VPN-SUBNET
In other words, we need to be able to use Warp to access a host 10.125.80.254 which is accessible via an S2S VPN on the LAN-ROUTER
Is this possible?