https://netmaker.org logo
Can someone link the current troubleshooting guide...
# client
p
Can someone link the current troubleshooting guide for an Ubuntu install? Everything works fine except I am getting errors on my peers in the console. I would like to dig further into what might be going on.
b
when you say console are you referring to the netmaker-ui or the terminal on the client?
p
I am seeing the errors on the console. The problems are on the clients, which is what I want to troubleshoot. The clients are showing an error state. They also won't restart netclient on a reboot.
Here's the network graph.
b
systemctl enable netclient; systemctl start netclient
should take care of the issue of not restarting on boot
p
Ok, cool, thanks. I still have no idea why the clients are all red and in error state.
b
that means they have not connected to the server via mqtts in the last 30 minutes. That will happen if the netclient daemon is not running on the client. If the daemon is running, there may be a connectivity problem with the mqtt broker. See following gist for troubleshooting
p
Thanks!
Port 8883 is TCP right?
b
technically it is ssl or mqtts
but yes tcp as opposed to udp
p
Ok. That port wasn't open on the firewall.
It's also not listening on the server. I'll have to dig into that later. I assume it's something wrong with the initial config. Thanks for pointing me in the right direction.
Got it figured out. I ran docker-compose in sudo and that resulted in a bad config and failed cert management due to how it ended up handling volumes. I had to rebuild the network but it is working now. Thanks!
3 Views