Having issue with joining remote network

First off, I have no idea what I’m doing, baby steps.
I create a network 272***********, added my laptop (Garuda Linux) & my proxmox node to the network.
Zerotier sees both connections
When I try to connect to Zerotier remotely, I get this
sudo zerotier-cli join 272***********
[sudo] password for marc:
0 join connection failed
sudo zerotier-cli status
Error connecting to the ZeroTier service: connection failed

Please check that the service is running and that TCP port 9993 can be contacted via 127.0.0.1.
curl -Lv localhost:9993

  • Host localhost:9993 was resolved.
  • IPv6: ::1
  • IPv4: 127.0.0.1
  • Trying [::1]:9993…
  • connect to ::1 port 9993 from ::1 port 42436 failed: Connection refused
  • Trying 127.0.0.1:9993…
  • connect to 127.0.0.1 port 9993 from 127.0.0.1 port 44888 failed: Connection refused
  • Failed to connect to localhost port 9993 after 0 ms: Could not connect to server
  • closing connection #0
    curl: (7) Failed to connect to localhost port 9993 after 0 ms: Could not connect to server
    Any help woul be appreciated

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.