-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to SSH using Netbird IP #385
Comments
@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? |
Do you have access control allowing this connection? |
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?
The text was updated successfully, but these errors were encountered: