We are trialling Husarnet and have created a new Husarnet network. We are unable to join any elements to the network though (using clients on Ubuntu 20.04 and Windows 10), as they timeout while waiting for websetup connection.
“husarnet status” on clients (both Ubuntu and Windows) report the following:
~$ sudo husarnet status -v
Version
● CLI: 2.0.52
● Daemon (running): 2.0.52
● Daemon (binary): 2.0.52
Dashboard URL
● CLI: app.husarnet.com
● Daemon: app.husarnet.com
Connection status
● Base Server: 188.165.23.196:443 (NONE)
● There's no Base Server connection - Husarnet will not be fully functional
● Websetup: not connected
Readiness
● Is ready to handle data? no
● Is ready to join? no
● Is joined? no
“journalctl --unit husarnet” reports these sorts of entries continuously:
Feb 20 09:58:49 GDS-T5810 husarnet-daemon[6890]: INFO establishing connection to base 188.165.23.196:443 (/app/core/ngsocket.cpp:891)
Feb 20 09:58:49 GDS-T5810 husarnet-daemon[6890]: WARNING base TCP connection closed (/app/core/ngsocket.cpp:899)
Feb 20 09:58:50 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:58:55 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:58:56 GDS-T5810 husarnet-daemon[6890]: INFO reestablish connection to [fc94:b01d:xxxx:xxxx:xxxx:xxxx:7639:932a] (/app/core/ngsocket.cpp:232)
Feb 20 09:59:00 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:59:05 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:59:10 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:59:15 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:59:20 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
Feb 20 09:59:21 GDS-T5810 husarnet-daemon[6890]: INFO reestablish connection to [fc94:b01d:xxxx:xxxx:xxxx:xxxx:7639:932a] (/app/core/ngsocket.cpp:232)
Feb 20 09:59:24 GDS-T5810 husarnet-daemon[6890]: WARNING retrying with fallback base address: 188.165.23.196:443 (/app/core/ngsocket.cpp:882)
Feb 20 09:59:24 GDS-T5810 husarnet-daemon[6890]: INFO establishing connection to base 188.165.23.196:443 (/app/core/ngsocket.cpp:891)
Feb 20 09:59:24 GDS-T5810 husarnet-daemon[6890]: WARNING base TCP connection closed (/app/core/ngsocket.cpp:899)
Feb 20 09:59:25 GDS-T5810 husarnet-daemon[6890]: WARNING Sending join request to websetup (/app/core/websetup.cpp:150)
We have tried with ufw disabled, and also enabled with a firewall rule to allow incoming Husarnet traffic (as per https://community-mirror.husarnet.com/t/joining-network/251/3) without any change.
Do you have any suggestions?
Thanks.