[GH-ISSUE #2418] Remote access to OpenWrt router not working #5156

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

Originally created by @cmonty14 on GitHub (Aug 11, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2418

Describe the problem
I have setup Netbird successfully on my OpenWrt router based on the information shared here #2268.

Peer is up and connected:

root@openwrt:~# netbird status
Daemon version: 0.24.3
CLI version: 0.24.3
Management: Connected
Signal: Connected
FQDN: openwrt.netbird.cloud
NetBird IP: 100.xxx.xxx.216/16
Interface type: Kernel
Peers count: 1/2 Connected

To verify if connection to peer is working, I deployed another peer on my laptop.
However I cannot ping this OpenWrt router peer from my laptop.
And nmap shows that all relevant ports are filtered:

❯ nmap -Pn -p 22,80,443 openwrt.netbird.cloud
Starting Nmap 7.95 ( https://nmap.org ) at 2024-08-11 11:57 CEST
Nmap scan report for rb760igs.netbird.cloud (100.xxx.xxx.216)
Host is up.

PORT    STATE    SERVICE
22/tcp  filtered ssh
80/tcp  filtered http
443/tcp filtered https

Nmap done: 1 IP address (1 host up) scanned in 16.05 seconds

I configured the router to listen on 0.0.0.0:80 and 0.0.0.0:443, and this should give remote access to OpenWrt webUI.
But it's not working.

Can you please advise what is missing?

Are you using NetBird Cloud?
Yes

NetBird version
0.24.3

Originally created by @cmonty14 on GitHub (Aug 11, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2418 **Describe the problem** I have setup Netbird successfully on my OpenWrt router based on the information shared here #2268. Peer is up and connected: ``` root@openwrt:~# netbird status Daemon version: 0.24.3 CLI version: 0.24.3 Management: Connected Signal: Connected FQDN: openwrt.netbird.cloud NetBird IP: 100.xxx.xxx.216/16 Interface type: Kernel Peers count: 1/2 Connected ``` To verify if connection to peer is working, I deployed another peer on my laptop. However I cannot ping this OpenWrt router peer from my laptop. And nmap shows that all relevant ports are filtered: ``` ❯ nmap -Pn -p 22,80,443 openwrt.netbird.cloud Starting Nmap 7.95 ( https://nmap.org ) at 2024-08-11 11:57 CEST Nmap scan report for rb760igs.netbird.cloud (100.xxx.xxx.216) Host is up. PORT STATE SERVICE 22/tcp filtered ssh 80/tcp filtered http 443/tcp filtered https Nmap done: 1 IP address (1 host up) scanned in 16.05 seconds ``` I configured the router to listen on `0.0.0.0:80` and `0.0.0.0:443`, and this should give remote access to OpenWrt webUI. But it's not working. Can you please advise what is missing? **Are you using NetBird Cloud?** Yes **NetBird version** 0.24.3
saavagebueno added the clientwaiting-feedbackopenwrt labels 2026-08-05 01:01:40 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#5156