iOS not connecting to peer #1114

Closed
opened 2025-11-20 05:24:18 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @sahara101 on GitHub (Jul 30, 2024).

Describe the problem

Hello, when connecting from my iPhone to netbird, the peer connection runs in a loop.

The issue is that on the stun test page, I do not get the correct reply as if the the port fwd is wrong. But I do get the reply if using my external IP, just not with the domain name.

I assume because my config is a bit...weird.
Traefik has two networks, lan-traefik and a macvlan network 192.168.1.6
All services which are external are set in DNS to the traefik macvlan IP.

Since coturn is using the host network which is 192.168.1.150 I think it does not know how to route my hostname.
Do I need to change the network mode and add traefik labels so that it responds correctly over 1.6 IP as well?

It is late in the night and my brain stopped working, help is appreciated.

Thanks!

Originally created by @sahara101 on GitHub (Jul 30, 2024). **Describe the problem** Hello, when connecting from my iPhone to netbird, the peer connection runs in a loop. The issue is that on the stun test page, I do not get the correct reply as if the the port fwd is wrong. But I do get the reply if using my external IP, just not with the domain name. I assume because my config is a bit...weird. Traefik has two networks, lan-traefik and a macvlan network 192.168.1.6 All services which are external are set in DNS to the traefik macvlan IP. Since coturn is using the host network which is 192.168.1.150 I think it does not know how to route my hostname. Do I need to change the network mode and add traefik labels so that it responds correctly over 1.6 IP as well? It is late in the night and my brain stopped working, help is appreciated. Thanks!
saavagebueno added the triage-needed label 2025-11-20 05:24:18 -05:00
Author
Owner

@sahara101 commented on GitHub (Jul 30, 2024):

Solved. I changed it to a new macvlan, changed the host name for it and used the new information for the port forward. Working now.

@sahara101 commented on GitHub (Jul 30, 2024): Solved. I changed it to a new macvlan, changed the host name for it and used the new information for the port forward. Working now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1114