[GH-ISSUE #4913] Cannot connect to a peer with DNS name as set in the WebUI #9510

Open
opened 2026-08-05 01:22:25 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @reddwarf666 on GitHub (Dec 4, 2025).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/4913

Describe the problem

I cannot connect/ping to a peer with the internal/DNS name as shown in the WebUI (https://app.netbird.io)
I can ping to the assigned IP address.
I installed the client on 2 other peers and the can ping each other via the DNS name fine.

To Reproduce

Installed client with curl -fsSL https://pkgs.netbird.io/install.sh | sh
Started netbird up --setup-key xx-xx-xx-xx-xx
Execute ping mypeername.netbird.cloud
Got ping: mypeername.netbird.cloud: Name or service not known

Expected behavior

An answer from the ping command showing me a connection is possible and the name mypeername.netbird.cloud to resolve to an IP address.

As it stands now, I am forced to use the IP address of other peers on that peer to be able to connect with them.

Are you using NetBird Cloud?

I use netbird cloud

NetBird version

0.60.5

Is any other VPN software installed?

No

Debug output

Peers detail:
 macbook-steven.netbird.cloud:
  NetBird IP: 100.65.70.254
  Public key: aaabbbccc=
  Status: Connected
  -- detail --
  Connection type: P2P
  ICE candidate (Local/Remote): srflx/srflx
  ICE candidate endpoints (Local/Remote): 198.51.100.0:51820/198.51.100.1:18060
  Relay server address: rels://streamline-de-fra1-4.relay.netbird.io:443
  Last connection update: 11 minutes, 15 seconds ago
  Last WireGuard handshake: 1 minute, 3 seconds ago
  Transfer status (received/sent) 1.7 KiB/1.1 KiB
  Quantum resistance: false
  Networks: -
  Latency: 82.00166ms

 mypeername.netbird.cloud:
  NetBird IP: 100.65.100.52
  Public key: xxyyzz=
  Status: Connected
  -- detail --
  Connection type: P2P
  ICE candidate (Local/Remote): host/host
  ICE candidate endpoints (Local/Remote): 2a01:4f8:1c1e:7f96::1:51820/2a02:a46f:c4c4:0:201:2eff:fe41:aff8:51820
  Relay server address: rels://streamline-de-fra1-1.relay.netbird.io:443
  Last connection update: 11 minutes, 16 seconds ago
  Last WireGuard handshake: 1 minute, 2 seconds ago
  Transfer status (received/sent) 1.3 KiB/908 B
  Quantum resistance: false
  Networks: -
  Latency: 19.041749ms

Events:
  [INFO] SYSTEM (15148feb-9a1a-4e58-8dfe-f4e8383c6fa4)
    Message: Network map updated
    Time: 11 minutes, 16 seconds ago
OS: linux/amd64
Daemon version: 0.60.5
CLI version: 0.60.5
Profile: default
Management: Connected to https://api.netbird.io:443
Signal: Connected to https://signal.netbird.io:443
Relays: 
  [stun:stun.netbird.io:443] is Available
  [stun:stun.netbird.io:5555] is Available
  [turns:turn.netbird.io:443?transport=tcp] is Available
  [rels://streamline-de-fra1-4.relay.netbird.io:443] is Available
Nameservers: 
FQDN: peer-i-ping-from.netbird.cloud
NetBird IP: 100.65.223.131/16
Interface type: Kernel
Quantum resistance: false
Lazy connection: false
SSH Server: Disabled
Networks: -
Forwarding rules: 0
Peers count: 2/2 Connected

Create and upload a debug bundle, and share the returned file key:
f79e391890ab27fb37c88b3b4be7011e22aa2e5ca6f38ffa9c4481884941f726/07f85585-366e-4d13-9182-555866359a15

Additional context

The peer is running on a Hetzner VPS with Debian 12.12

I also tried to (de)install via apt-get
apt-get remove -y netbird
apt-get install netbird

FYI: I could not find a guide on how to properly and completely de-install the client. Perhaps I overlooked or missed the documentation on it but if it does not exist, please describe the process. Or have the client option deinstall available: netbird deinstall

Add any other context about the problem here.

Have you tried these troubleshooting steps?

  • Reviewed client troubleshooting (if applicable)
  • Checked for newer NetBird versions
  • Searched for similar issues on GitHub (including closed ones)
  • Restarted the NetBird client
  • [n/a] Disabled other VPN software
  • Checked firewall settings
Originally created by @reddwarf666 on GitHub (Dec 4, 2025). Original GitHub issue: https://github.com/netbirdio/netbird/issues/4913 **Describe the problem** I cannot connect/ping to a peer with the internal/DNS name as shown in the WebUI (https://app.netbird.io) I can ping to the assigned IP address. I installed the client on 2 other peers and the can ping each other via the DNS name fine. **To Reproduce** Installed client with `curl -fsSL https://pkgs.netbird.io/install.sh | sh` Started `netbird up --setup-key xx-xx-xx-xx-xx` Execute `ping mypeername.netbird.cloud` Got `ping: mypeername.netbird.cloud: Name or service not known` **Expected behavior** An answer from the ping command showing me a connection is possible and the name `mypeername.netbird.cloud` to resolve to an IP address. As it stands now, I am forced to use the IP address of other peers on that peer to be able to connect with them. **Are you using NetBird Cloud?** I use netbird cloud **NetBird version** 0.60.5 **Is any other VPN software installed?** No **Debug output** ``` Peers detail: macbook-steven.netbird.cloud: NetBird IP: 100.65.70.254 Public key: aaabbbccc= Status: Connected -- detail -- Connection type: P2P ICE candidate (Local/Remote): srflx/srflx ICE candidate endpoints (Local/Remote): 198.51.100.0:51820/198.51.100.1:18060 Relay server address: rels://streamline-de-fra1-4.relay.netbird.io:443 Last connection update: 11 minutes, 15 seconds ago Last WireGuard handshake: 1 minute, 3 seconds ago Transfer status (received/sent) 1.7 KiB/1.1 KiB Quantum resistance: false Networks: - Latency: 82.00166ms mypeername.netbird.cloud: NetBird IP: 100.65.100.52 Public key: xxyyzz= Status: Connected -- detail -- Connection type: P2P ICE candidate (Local/Remote): host/host ICE candidate endpoints (Local/Remote): 2a01:4f8:1c1e:7f96::1:51820/2a02:a46f:c4c4:0:201:2eff:fe41:aff8:51820 Relay server address: rels://streamline-de-fra1-1.relay.netbird.io:443 Last connection update: 11 minutes, 16 seconds ago Last WireGuard handshake: 1 minute, 2 seconds ago Transfer status (received/sent) 1.3 KiB/908 B Quantum resistance: false Networks: - Latency: 19.041749ms Events: [INFO] SYSTEM (15148feb-9a1a-4e58-8dfe-f4e8383c6fa4) Message: Network map updated Time: 11 minutes, 16 seconds ago OS: linux/amd64 Daemon version: 0.60.5 CLI version: 0.60.5 Profile: default Management: Connected to https://api.netbird.io:443 Signal: Connected to https://signal.netbird.io:443 Relays: [stun:stun.netbird.io:443] is Available [stun:stun.netbird.io:5555] is Available [turns:turn.netbird.io:443?transport=tcp] is Available [rels://streamline-de-fra1-4.relay.netbird.io:443] is Available Nameservers: FQDN: peer-i-ping-from.netbird.cloud NetBird IP: 100.65.223.131/16 Interface type: Kernel Quantum resistance: false Lazy connection: false SSH Server: Disabled Networks: - Forwarding rules: 0 Peers count: 2/2 Connected ``` Create and upload a debug bundle, and share the returned file key: f79e391890ab27fb37c88b3b4be7011e22aa2e5ca6f38ffa9c4481884941f726/07f85585-366e-4d13-9182-555866359a15 **Additional context** The peer is running on a Hetzner VPS with Debian 12.12 I also tried to (de)install via apt-get `apt-get remove -y netbird` `apt-get install netbird` FYI: I could not find a guide on how to properly and completely de-install the client. Perhaps I overlooked or missed the documentation on it but if it does not exist, please describe the process. Or have the client option `deinstall` available: `netbird deinstall` Add any other context about the problem here. **Have you tried these troubleshooting steps?** - [x] Reviewed [client troubleshooting](https://docs.netbird.io/how-to/troubleshooting-client) (if applicable) - [x] Checked for newer NetBird versions - [x] Searched for similar issues on GitHub (including closed ones) - [x] Restarted the NetBird client - [n/a] Disabled other VPN software - [x] Checked firewall settings
saavagebueno added the triage-needed label 2026-08-05 01:22:25 -04:00
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#9510