straight-lock-3524
10/25/2021, 6:01 PMhandsome-lifeguard-70799
10/25/2021, 9:58 PMaverage-helicopter-96869
10/26/2021, 4:19 AM0.8.2
to 0.8.4
... there really were no changes required except changing the tag for the docker image in my docker-compose.yaml
file.
I did so, did a docker-compose pull && docker-compose up -d
... and everything worked as expectd.
But then i noticed in the Netmaker UI (dashboard) my netmaker
node is was in a WARNING
state...
I thought this odd, but couldn't find any problem in netmaker logs or by pinging all nodes.
I looked a bit closer and saw that the node was a relay. So I removed the relay config, and the node became HEALTHY
. I re-added the same relay config and still the node was OK.
Tonight I noticed that netmaker
node as now in an ERROR
state... Once again, I removed the relay
config, and readded, and it's HEALTHY
again.
I'm not seeing a problem, but I'm confused what this means or why it's happening and I see nothign in logs.
Any tips on how to troubleshoot this more? I've just increased VERBOSITY on the netmaker container, so we'll see if I see anything, but so far the node has not get non-HEALTHY again.average-helicopter-96869
10/26/2021, 4:22 AMnetmaker
node is not participating in any wireguard connections at all.
sudo wg show
shows nothing.
netmaker logs just show other nodes checking in.
I'm digging around but curious/concerned.average-helicopter-96869
10/26/2021, 4:37 AMCLIENT_MODE: "contained"
but changed to "on"
now i do get an error
netmaker | 2021/10/26 04:37:03 [netmaker] netmaker could not set peers on network MYNET
netmaker | 2021/10/26 04:37:03 [netmaker] netmaker file does not exist
netmaker | 2021/10/26 04:37:03 [netmaker] error occurred during server checkin: could not find any records
netmaker | 2021/10/26 04:37:03 [netmaker] completed a checkin call
quiet-continent-24852
10/26/2021, 1:26 PM/etc/netclient
with files belonging to MYNET
?average-helicopter-96869
10/26/2021, 1:29 PM$ grep netclient docker-compose.yml
- /etc/netclient/config:/etc/netclient/config
$ sudo ls -l /etc/netclient/config
total 16
-rwxr-xr-x 1 root root 1633 Oct 24 00:03 netconfig-MYNET
-rw-r--r-- 1 root root 177 Oct 3 22:57 nettoken-MYNET
-rw-r--r-- 1 root root 16 Oct 3 22:57 secret-MYNET
-rw-r--r-- 1 root root 44 Oct 3 22:57 wgkey-MYNET
average-helicopter-96869
10/26/2021, 1:32 PMCLIENT_MODE: contained
3) then i changed to CLIENT_MODE: on
and started seeing the netmaker file does not exist
errorquiet-continent-24852
10/26/2021, 1:34 PMaverage-helicopter-96869
10/26/2021, 1:34 PMaverage-helicopter-96869
10/26/2021, 1:35 PMaverage-helicopter-96869
10/26/2021, 1:36 PMaverage-helicopter-96869
10/26/2021, 1:37 PMquiet-continent-24852
10/26/2021, 1:38 PMaverage-helicopter-96869
10/26/2021, 1:39 PMaverage-helicopter-96869
10/26/2021, 1:40 PMquiet-continent-24852
10/26/2021, 1:40 PMaverage-helicopter-96869
10/26/2021, 1:41 PMquiet-continent-24852
10/26/2021, 1:42 PMaverage-helicopter-96869
10/26/2021, 1:43 PM/etc/netclient/config
volume mount ?quiet-continent-24852
10/26/2021, 1:44 PMaverage-helicopter-96869
10/26/2021, 1:45 PMhandsome-lifeguard-70799
10/26/2021, 1:46 PMaverage-helicopter-96869
10/26/2021, 1:48 PMquiet-continent-24852
10/26/2021, 1:50 PMaverage-helicopter-96869
10/26/2021, 1:51 PMCLIENT_MODE: off
and a manually joined netclient
on the same host, I still couldn't take advantage of UDP hole punching?
Good to know if so...quiet-continent-24852
10/26/2021, 1:51 PMaverage-helicopter-96869
10/26/2021, 1:52 PMquiet-continent-24852
10/26/2021, 1:52 PMaverage-helicopter-96869
10/26/2021, 1:53 PM