Conflict with Cloudflare Warp #270

Open
opened 2025-11-20 05:08:55 -05:00 by saavagebueno · 5 comments
Owner

Originally created by @SooOverpowered on GitHub (Feb 6, 2023).

Describe the problem
When netbird connection is up, cloudflare warp is unable to connect

To Reproduce
Steps to reproduce the behavior:

  1. Connect to netbird
  2. Connect cloudflare warp
  3. Cloudflare warp will fail the connection

Additional context
Only peers are added to netbird, no routing rules whatsoever

Originally created by @SooOverpowered on GitHub (Feb 6, 2023). **Describe the problem** When netbird connection is up, cloudflare warp is unable to connect **To Reproduce** Steps to reproduce the behavior: 1. Connect to netbird 2. Connect cloudflare warp 3. Cloudflare warp will fail the connection **Additional context** Only peers are added to netbird, no routing rules whatsoever
saavagebueno added the triage-neededthird-party-integration labels 2025-11-20 05:08:55 -05:00
Author
Owner

@mlsmaycon commented on GitHub (Feb 6, 2023):

Hello @SooOverpowered do you have any specific DNS or network route configured in NetBird?

@mlsmaycon commented on GitHub (Feb 6, 2023): Hello @SooOverpowered do you have any specific DNS or network route configured in NetBird?
Author
Owner

@SooOverpowered commented on GitHub (Feb 6, 2023):

No I don't have any

@SooOverpowered commented on GitHub (Feb 6, 2023): No I don't have any
Author
Owner

@nazarewk commented on GitHub (Apr 17, 2025):

@SooOverpowered could you confirm whether this is still an issue for you?

@nazarewk commented on GitHub (Apr 17, 2025): @SooOverpowered could you confirm whether this is still an issue for you?
Author
Owner

@SooOverpowered commented on GitHub (Apr 17, 2025):

@nazarewk Hi I don't actively use netbird now so I am not sure if the issue is still present. Feel free to try replicating the issue it is pretty self-explanatory.

@SooOverpowered commented on GitHub (Apr 17, 2025): @nazarewk Hi I don't actively use netbird now so I am not sure if the issue is still present. Feel free to try replicating the issue it is pretty self-explanatory.
Author
Owner

@serversathome commented on GitHub (Apr 18, 2025):

I will add to this - I am attempting to use a cloudflare tunnel to expose the control plane of self-hosted netbird and I cannot connect. i get these 2 issues when trying with firefox and chrome:

Image

Image

these are the settings i have setup for the tunnel. pretty vanilla http forward to a VM running on proxmox. i followed the docs and ran the script with the domain i added here:

Image

script executed with no errors:

curl -fsSL https://
github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh 
| bash
Use Postgres as default Zitadel database.
For using CockroachDB please the environment variable 'export ZITADEL_DATABASE=cockroach'.
Rendering initial files...

Starting Zitadel IDP for user management


WARN[0000] /root/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
[+] Running 22/22
 ✔ caddy Pulled                                                                  5.2s 
 ✔ zitadel Pulled                                                                7.8s 
 ✔ zdb Pulled                                                                    5.5s 
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
                                                                                      
[+] Running 7/7
 ✔ Network root_netbird                 Created                                  0.1s 
 ✔ Volume "root_netbird_zitadel_certs"  Created                                  0.0s 
 ✔ Volume "root_netbird_zdb_data"       Crea...                                  0.0s 
 ✔ Volume "root_netbird_caddy_data"     Cr...                                    0.0s 
 ✔ Container root-caddy-1               Started                                  1.1s 
 ✔ Container root-zdb-1                 Healthy                                  6.6s 
 ✔ Container root-zitadel-1             Started                                  6.1s 

Initializing Zitadel with NetBird's applications

Waiting for Zitadel's PAT to be created  . . . done
Reading Zitadel PAT
Waiting for Zitadel to become ready  done
Creating new zitadel project
parse error: Invalid numeric literal at line 1, column 10
Creating new Zitadel SPA Dashboard application
Creating new Zitadel SPA Cli application
parse error: Invalid numeric literal at line 1, column 10

Rendering NetBird files...


Starting NetBird services

WARN[0000] /root/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion 
[+] Running 39/39
 ✔ management Pulled                                                                                          20.7s 
 ✔ coturn Pulled                                                                                              16.8s 
 ✔ dashboard Pulled                                                                                           20.4s 
 ✔ signal Pulled                                                                                               8.9s 
 ✔ relay Pulled                                                                                                9.5s 
[+] Running 9/9
 ✔ Volume "root_netbird_management"  Created                                                                   0.0s 
 ✔ Container root-relay-1            Started                                                                   1.5s 
 ✔ Container root-management-1       Started                                                                   1.5s 
 ✔ Container root-coturn-1           Started                                                                   1.4s 
 ✔ Container root-zdb-1              Healthy                                                                   1.6s 
 ✔ Container root-dashboard-1        Started                                                                   1.4s 
 ✔ Container root-caddy-1            Running                                                                   0.0s 
 ✔ Container root-signal-1           Started                                                                   1.4s 
 ✔ Container root-zitadel-1          Running                                                                   0.0s 

Done!

You can access the NetBird dashboard at
@serversathome commented on GitHub (Apr 18, 2025): I will add to this - I am attempting to use a cloudflare tunnel to expose the control plane of self-hosted netbird and I cannot connect. i get these 2 issues when trying with firefox and chrome: ![Image](https://github.com/user-attachments/assets/4816900c-945c-4aef-b834-fae5122fab22) ![Image](https://github.com/user-attachments/assets/f365110a-e147-4890-a406-e636ffb57cab) these are the settings i have setup for the tunnel. pretty vanilla http forward to a VM running on proxmox. i followed the docs and ran the script with the domain i added here: ![Image](https://github.com/user-attachments/assets/3c7992f8-9c43-4da5-a3b1-3f5ca7c90129) script executed with no errors: ``` curl -fsSL https:// github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh | bash Use Postgres as default Zitadel database. For using CockroachDB please the environment variable 'export ZITADEL_DATABASE=cockroach'. Rendering initial files... Starting Zitadel IDP for user management WARN[0000] /root/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 22/22 ✔ caddy Pulled 5.2s ✔ zitadel Pulled 7.8s ✔ zdb Pulled 5.5s [+] Running 7/7 ✔ Network root_netbird Created 0.1s ✔ Volume "root_netbird_zitadel_certs" Created 0.0s ✔ Volume "root_netbird_zdb_data" Crea... 0.0s ✔ Volume "root_netbird_caddy_data" Cr... 0.0s ✔ Container root-caddy-1 Started 1.1s ✔ Container root-zdb-1 Healthy 6.6s ✔ Container root-zitadel-1 Started 6.1s Initializing Zitadel with NetBird's applications Waiting for Zitadel's PAT to be created . . . done Reading Zitadel PAT Waiting for Zitadel to become ready done Creating new zitadel project parse error: Invalid numeric literal at line 1, column 10 Creating new Zitadel SPA Dashboard application Creating new Zitadel SPA Cli application parse error: Invalid numeric literal at line 1, column 10 Rendering NetBird files... Starting NetBird services WARN[0000] /root/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion [+] Running 39/39 ✔ management Pulled 20.7s ✔ coturn Pulled 16.8s ✔ dashboard Pulled 20.4s ✔ signal Pulled 8.9s ✔ relay Pulled 9.5s [+] Running 9/9 ✔ Volume "root_netbird_management" Created 0.0s ✔ Container root-relay-1 Started 1.5s ✔ Container root-management-1 Started 1.5s ✔ Container root-coturn-1 Started 1.4s ✔ Container root-zdb-1 Healthy 1.6s ✔ Container root-dashboard-1 Started 1.4s ✔ Container root-caddy-1 Running 0.0s ✔ Container root-signal-1 Started 1.4s ✔ Container root-zitadel-1 Running 0.0s Done! You can access the NetBird dashboard at ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#270