Node just went offline after an unexpected UIC misconfigured before it worked without problems for several months, no settings changed, all ports are open, DNS 1.1.1.1, tried restarting the container with the option --dns 1.1.1.1 and 8.8.8.8.
Check that this is still your external IP address, that the port is still forwarded to the correct lan device at the correct ip address, that the firewall or other security software on the gateway does not block these connections, and the same on the device that runs a node.
You need to check, that your external IP has not changed, also please check the local IP of your host with the node, if you didn’t configure a static local IP for it on your router and your router is unable to detect the IP change automatically, you need to update the local IP in the port-forwarding rule and make it static in the DHCP section to do not have this issue again.
I have a static ip and if i connect from a differen5 machine i got this response.
curl 104.xxx.xxx.xxx:5145
{
“Statuses”: null,
“Help”: “To access Storagenode services, please use DRPC protocol!”,
“AllHealthy”: false
}
So the connection should not be the issue. The Node worked for a long time and i didnt change a thing. So very strage.
It is always a DNS Problem. I changed the DNS on my Gateway, and boom. Worked Again.
The strage thing is, on my other machine was the same DNS without a problem.