Request for the Release of QNAP Native Installation Package #1178

Open
opened 2025-11-20 05:25:28 -05:00 by saavagebueno · 3 comments
Owner

Originally created by @allblue on GitHub (Aug 25, 2024).

Is your feature request related to a problem? Please describe.
As a well-known system alongside Synology, the QNAP system also faces the issue of intranet penetration. Unfortunately, netbird has not yet provided good support for this system.
Both the existing binary package and the Docker method have failed to install, with the following issues:

  1. Binary package installation: Successful registration but unable to ping or register.
  2. Docker method installation: Unable to register.

ps: The QuVPN suite has been installed in advance, generating a tun network card.

Describe the solution you'd like
Adapt to the QNAP system, similar to Synology, and provide a native installation package.

Describe alternatives you've considered
Alternatively, a Docker solution can be provided, but the parameters need to be modified.

Additional context
Add any other context or screenshots about the feature request here.

Originally created by @allblue on GitHub (Aug 25, 2024). **Is your feature request related to a problem? Please describe.** As a well-known system alongside Synology, the QNAP system also faces the issue of intranet penetration. Unfortunately, netbird has not yet provided good support for this system. Both the existing binary package and the Docker method have failed to install, with the following issues: 1. Binary package installation: Successful registration but unable to ping or register. 2. Docker method installation: Unable to register. ps: The QuVPN suite has been installed in advance, generating a tun network card. **Describe the solution you'd like** Adapt to the QNAP system, similar to Synology, and provide a native installation package. **Describe alternatives you've considered** Alternatively, a Docker solution can be provided, but the parameters need to be modified. **Additional context** Add any other context or screenshots about the feature request here.
saavagebueno added the feature-request label 2025-11-20 05:25:28 -05:00
Author
Owner

@houpi commented on GitHub (Nov 1, 2024):

我用docker是成功注册的,将认证key写入docker容器运行命令后注册成功,但不能使用100的IP访问web服务,可能是web服务没有绑定这个IP地址,但可以通过router的方式添加qnap的内网段路由,然后使用qnap的内网方式访问qnap服务

@houpi commented on GitHub (Nov 1, 2024): 我用docker是成功注册的,将认证key写入docker容器运行命令后注册成功,但不能使用100的IP访问web服务,可能是web服务没有绑定这个IP地址,但可以通过router的方式添加qnap的内网段路由,然后使用qnap的内网方式访问qnap服务
Author
Owner

@allblue commented on GitHub (Nov 1, 2024):

我用docker是成功注册的,将认证key写入docker容器运行命令后注册成功,但不能使用100的IP访问web服务,可能是web服务没有绑定这个IP地址,但可以通过router的方式添加qnap的内网段路由,然后使用qnap的内网方式访问qnap服务

学习了,我再试下,感谢

@allblue commented on GitHub (Nov 1, 2024): > 我用docker是成功注册的,将认证key写入docker容器运行命令后注册成功,但不能使用100的IP访问web服务,可能是web服务没有绑定这个IP地址,但可以通过router的方式添加qnap的内网段路由,然后使用qnap的内网方式访问qnap服务 学习了,我再试下,感谢
Author
Owner

@rmoriz commented on GitHub (Nov 16, 2024):

it seems to work with --network=host

docker run --rm --name <CONTAINER_NAME> --hostname <HOSTNAME> --network=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=SYS_RESOURCE -d -e NB_SETUP_KEY=<KEY> -v netbird-client:/etc/netbird netbirdio/netbird:latest

beware of the implication of --network=host (see docker manual)

@rmoriz commented on GitHub (Nov 16, 2024): it seems to work with `--network=host` ```shell docker run --rm --name <CONTAINER_NAME> --hostname <HOSTNAME> --network=host --cap-add=NET_ADMIN --cap-add=SYS_ADMIN --cap-add=SYS_RESOURCE -d -e NB_SETUP_KEY=<KEY> -v netbird-client:/etc/netbird netbirdio/netbird:latest ``` beware of the implication of `--network=host` (see docker manual)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1178