warp-docker icon indicating copy to clipboard operation
warp-docker copied to clipboard

No instructions for mdm.xml creation

Open jondycz opened this issue 1 month ago • 6 comments

The documentation for warp connector links to cloudflare's docs, which were probably changed and do not contain information necessary in setting up warp-docker in connector mode.

https://github.com/cmj2002/warp-docker/blob/main/docs/warp-connector.md

jondycz avatar Oct 28 '25 13:10 jondycz

I found this, but I'm unsure whether this would work or if it needs more changes

https://developers.cloudflare.com/cloudflare-one/tutorials/warp-on-headless-linux/#3-create-an-installation-script

jondycz avatar Oct 28 '25 14:10 jondycz

Way back machine has a snapshot that is almost 2 years old. No idea whether this method of installation is supported considering its removal from the docs.

https://web.archive.org/web/20240128042134/https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/private-net/warp-connector/

jondycz avatar Oct 28 '25 14:10 jondycz

After struggling for a whole day, I wasn't able to get this working. Farthest I got was my packets being dropped due to them being "Martian"

jondycz avatar Oct 28 '25 20:10 jondycz

Warp connector is contributed by @vinothsubramanian in #26. Unfortunately, I've never used it, so I don't know how to fix it. Maybe you can ask him for some suggestion (if he willing to).

cmj2002 avatar Oct 29 '25 07:10 cmj2002

@jondycz @cmj2002 My setup is still up and running. I will check the latest documentation and get back with an update on how to make it work.

vinothsubramanian avatar Oct 30 '25 01:10 vinothsubramanian

Awesome. Thanks @vinothsubramanian

When I did it the old way, the JWT of the connector was not being used (tunnel showed as inactive). When I installed warp-cli into an lxc and used the official clooudflare install script, the tunnel did show up as active, but I couldn't run any traffic through it because I already have cloudflared tunnels running on the same subnet and setting the same subnet on the connector results in an error message saying the same subnet is already defined on another tunnel. But I need the tunnel to expose my local services to the outside internet. And wanted to use warp connector to connect 2 of my subnets with site-to-site routing tunnel.

Do you think my end goal is possible? I'm currently exploring other options like tailscale due to this limitation.

jondycz avatar Oct 30 '25 05:10 jondycz