An interesting addition: I tried to provide the IP...
# general
r
An interesting addition: I tried to provide the IP of our netmaker server directly instead of using the server name (DNS resolution seemed to be problematic potentially), and I got a different error now:
Copy code
./netclient join -k <key> -n <network> --apiserver api.<ip>:443 --grpcserver grpc.<ip>:443
[netclient] joining <network> at grpc.<ip>:443
[netclient] error installing: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: lookup grpc.<ip> on 127.0.0.1:53: no such host"
Failed to authenticate: rpc error: code = Unauthenticated desc = Something went wrong with Auto Login: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp: lookup grpc.<ip> on 127.0.0.1:53: no such host"
[netclient] removed <network> network locally
[netclient] removed systemd remnants if any existed
[netclient] removed systemd remnants if any existed
I am still kind of suspicious of the firewall though
2 Views