Husarnet Docker Image - No connection to base

Hi,
I have a Beaglebone Black running Debian buster. I am trying to run the Husarnet Docker image on it for a robotics application. I have installed docker and the container runs fine.
Whenever the Husarnet client starts up, it just shows joining and doesn’t connect and obtain an IP6 address.
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…
husarnet_1 | [758582678] joining…

I tried checking status inside the container using husarnet status. I get the following error.
Version: 2021.05.28.7
Husarnet IP address: fc94:36a9:7aea:5be3:db5a:877d:8f9f:b98e
UDP connection to base: [0000:0000:0000:0000:0000:0000:0000:0000]:0
Peer fc94:b01d:1803:8dd8:b293:5c7d:7639:932a
tunnelled
establishing secure connection

OR sometimes
Version: 2021.05.28.7
Husarnet IP address: fc94:36a9:7aea:5be3:db5a:877d:8f9f:b98e
Error: No connection to base
Peer fc94:b01d:1803:8dd8:b293:5c7d:7639:932a
tunnelled
establishing secure connection

I can confirm that there is an internet connection inside the docker as I was able to successfully ping google.com after installing iputils-ping.
Please let me know if any information is required.

Hi jiyopalatti, please paste here a docker run ... command or docker-compose.yml file (or a fragment) to show how you start the container.

If the problem still persist, please send also an output log from a command journalctl --unit husarnet > log.txt as mentioned here: https://husarnet.com/docs/tutorial-troubleshooting#reporting-problems (so start husarnet at first, then execute docker exec -it <container-id> bash on your host and inside container’s shell journalctl ...).

Same problem here:

husarnet status (i’m hiding 2 fields with XXXX)
Version: 2021.11.26.1
Husarnet IP address: fc94:9622:6fce:aa79:XXXX:XXXX:b76b:bae7
UDP connection to base: [0000:0000:0000:0000:0000:0000:0000:0000]:0
Peer fc94:b01d:1803:8dd8:XXXX:XXXX:7639:932a
tunnelled
establishing secure connection

and when i’m joining:

husarnet join fc94:b01d:1803:XXXX:XXXX:5c7d:7639:932a/XXXXXXXXXXXXXX MYHOST
[-1389482016] joining…
[-1389480012] joining…
[-1389478006] joining…
[-1389476002] joining…
[-1389473996] joining…
[-1389471991] joining…
[-1389469985] joining…
[-1389467980] Request timed out.

Common reasons:

  1. This device is already added by Join Code to another network (maybe by another user)
  2. You have exceeded maximum number of devices for your plan - upgrade your account at
  3. If you use self-hosted Husarnet infrastructure make sure your Husarnet Client is configured to use it (eg. sudo husarnet setup-server app.husarnet.mydomain.com)
    If the problem persists, find more information here: