Node not starting after power outage

Hi All,

My nodes were fine before a power outage last night. The message seems to indicate that my port forwarding has not been setup properly but like I said it worked perfectly fine before the power outage. This is the message I am getting when I try to restart the node:

2022-03-24T14:48:53.823932651Z 2022-03-24T14:48:53.822Z	WARN	contact:service	failed PingMe request to satellite	{"Satellite ID": "121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6", "error": "ping satellite: check-in network: failed to ping node (ID: 1SdoZv6L8E32agbFGRbrJt97TYwLek8kLBzuWNLMx1nAqKHYiW) at address: 173.35.195.218:28968, err: contact: failed to dial storage node (ID: 1SdoZv6L8E32agbFGRbrJt97TYwLek8kLBzuWNLMx1nAqKHYiW) at address 173.35.195.218:28968 using QUIC: rpc: quic: timeout: no recent network activity", "errorVerbose": "ping satellite: check-in network: failed to ping node (ID: 1SdoZv6L8E32agbFGRbrJt97TYwLek8kLBzuWNLMx1nAqKHYiW) at address: 173.35.195.218:28968, err: contact: failed to dial storage node (ID: 1SdoZv6L8E32agbFGRbrJt97TYwLek8kLBzuWNLMx1nAqKHYiW) at address 173.35.195.218:28968 using QUIC: rpc: quic: timeout: no recent network activity\n\tstorj.io/storj/storagenode/contact.(*Service).requestPingMeOnce:194\n\tstorj.io/storj/storagenode/contact.(*Service).RequestPingMeQUIC:167\n\tstorj.io/storj/storagenode.(*Peer).addConsoleService:841\n\tstorj.io/storj/storagenode.(*Peer).Run:880\n\tmain.cmdRun:251\n\tstorj.io/private/process.cleanup.func1.4:363\n\tstorj.io/private/process.cleanup.func1:381\n\tgithub.com/spf13/cobra.(*Command).execute:852\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.ExecCustomDebug:70\n\tmain.main:474\n\truntime.main:255"}

I’ve tried to drop the port forwarding and recreated it and also rebooting everything including my router. Any ideas what may have gone wrong?

Hi @thebadcat

The port is showing closed:

image

However did you have QUIC configured previously? That’s UDP port forwarding.

1 Like

Interesting… it was working before I’ve got the port forwarded for both UDP and TCP. It’s only stopped working after the power outage.

Ok, my problem… looks like my IP address changed after the power outage and was not switched at noip… I actually hardcoded the IP in the message I posted to be specific but didn’t notice the my IP address had actually changed.

Sorry for the noise…

4 Likes