https://netmaker.org logo
Ubuntu 22.04
# client
e
Ubuntu 22.04
Hello. I've got NetMaker set up on an Oracle VPS and on my home server, and is working well. However, on my home server (which is running NetClient v0.16.1) wireguard seems to have regular 'restarts'. I can see this by running 'watch -n 0.5 wg', and about every minute or so, it will go blank and them refill with the configs moments later. This also makes it so external clients connected to it lose connecting temporarily. Does anyone know why this is happening, or have seen something similar? *The server running on the VPS doesn't do this.
b
if you receive an update to the wg conf, netclient will bring the interface down, then bring it up with new config
e
Yes, but it will do this even if I don't make changes on the web GUI
b
this should only happen if something has changed in the network.
The server does send out an updated peers list every five minutes bug this is applied without bringing down the interface
e
It seems to be happening around every minute, so it may be something else
b
You should watch the netclient logs and see if there is any correlation between netclient logs and the interface
e
On the web GUI, it also shows it's status as
WARNING
b
The gui warning indicstes that the client cannot communicate with the server via mqtt. This will cause netclient to request a new config from the server and bring the interface down up
Check the mq and traefik logs on the server for errors
e
1st is traefik, 2nd is mq
b
Looks like a certificate issue
my guess is that traefik did not get a cert for the broker
If you look at traefik logs from start you should see certs being obtained
e
looks like traefik can't connect to one of the other NetMaker containers too
This looks like a similar issue to mine, I'll try and follow their steps
It is working fine after doing a clean reinstall of the server. Dunno what the root cause was, but thanks for the help!
6 Views