Site to Site VPN Traffic via Cloudflare Tunnel?

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?

Answered my own question here and got this working!

A case of overlooking some things. Basically I am using include mode, I simply needed to add the remote VPN subnet (10.125.80.0/24) to be included in the split tunnel. Then added the same to private networks under Tunnels and now it works! Nice.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.