Unable to connect to SSH using Netbird IP
docker run --rm -d
--cap-add=NET_ADMIN
-e NB_SETUP_KEY=SETUP_KEY
-v netbird-client:/etc/netbird
-e NB_MANAGEMENT_URL=https://xxxxxxxx
netbirdio/netbird:latest
dashboard Show connected
Use the linux command ip addr Netbird ip cannot be found
What mappings are needed to start the container?
@HKbool for SSH connection using netbird, you need to enable it on the client as well:
-e NB_ALLOW_SERVER_SSH=true
There are web pages in the client that cannot be accessed using Netbird IP. @mlsmaycon
When the container is started and joined -e NB_ALLOW_SERVER_SSH=true, it still fails to connect.
Maybe I am not understanding the issue.
Can you share what is the role of the machine in which you run the docker command is? is it a routing peer, exit node, or is the machine you want to access via ssh?
100.79.167.144 to 100.79.1.66
I want to access 100.79.1.66 through SSH connection and access 100.79.1.66 through a browser. There is web information on 100.79.1.66. There are two access methods.
Do you have access control allowing this connection?
yes
Netbird network card not found
@mlsmaycon
I has the same issue, ssh is enable, sshd is running but still can't connect with. Tailscale works just fine, but using the netbird ip just doseen't work .-.
I has the same issue, ssh is enable, sshd is running but still can't connect with. Tailscale works just fine, but using the netbird ip just doseen't work .-.
Netbird client is not currently using sshd, but a separate Go implementation of SSH server running on a different port.
You can use netbird ssh user@host command to establish a connection over the Netbird's internal SSH server.
There are long-term plans to change this and actually use sshd, but there is no timeline for this rework yet.