Hi can anyone help me on my way?
If got this network. Netmaker is working fine (flying).
Trying to join a new client. Netclient (v0.15.2) is installed and working under systemd:
ā netclient.service - Netclient Daemon
Loaded: loaded (/lib/systemd/system/netclient.service; disabled; vendor preset: enabled)
Active: active (running) since Fri 2022-09-16 12:03:16 CEST; 8s ago
Docs:
https://docs.netmaker.org
https://k8s.netmaker.org
Main PID: 779 (netclient)
Tasks: 9 (limit: 11897)
Memory: 5.8M
CPU: 31ms
CGroup: /system.slice/netclient.service
āā779 /sbin/netclient daemon
I enter my key: sudo netclient join -t
-vvv
That returns the shell:
[netclient] 2022-09-16 12:04:35 joining hak8s at api.netmaker.n-able.consulting:443
[netclient] 2022-09-16 12:04:35 error installing: error creating node 500 Internal Server Error {"Code":500,"Message":"Key: 'Node.LocalAddress' Error:Field validation for 'LocalAddress' failed on the 'ip' tag"}
[netclient] 2022-09-16 12:04:35 error running command: wg-quick down /etc/netclient/config/.conf
[netclient] 2022-09-16 12:04:35 wg-quick: `/etc/netclient/config/.conf' does not exist
[netclient] 2022-09-16 12:04:36 removed systemd remnants if any existed
I have a high-available setup, where I come in over a load balancer. I can figure out which netmaker vm, and which netmaker apps on the vm in docker are involved.
But I am hoping someone is familiar already with this issue before I spend my time diving in....
As far as I can asses api.netmaker.n-able.consulting is not the issue, this is a local netclient 500 error or is api.netmaker (server side) giving this back an error 500.
Is anyone able to help me out with what is going on here?