Can't CIDR For Split Tunnling

Hi,

I want to add CIDR for split tunnling, I can add my address using old command warp-cli add-excluded-route 172.16.13.0/24 but can’t add using new command warp-cli tunnel ip add 172.16.13.0/24 and will get:
error: invalid value '172.16.13.0/24' for '<ADDRESS>': invalid IP address syntax

While clearly in description of tunnel command it describe ip command for “Configure split tunnel IP ranges” not single IP.

Thanks

1 Like

I ran into the same problem.

I ran into this today.

Why does there seem to be virtually no attention from both users and Cloudflare side?
Few people actually use WARP for this to be a problem, maybe?

I still want to use the official WARP client, but I can’t SSH into my machine unless this issue is solved. I just want to exclude the CIDR of possible SSH clients from the tunnel.

Apparently using CIDRs is possible in the admin console but not at the CLI:

It seems to be possible using a deprecated command:

warp-cli add-excluded-route 100.100.0.0/16

Or maybe edit /var/lib/cloudflare-warp/settings.json directly.

Seems to be possible now.