My raspberry stop working

Hello today my rpi node stopped working anything change i check the ports and they are open if i use opensignal to see if the port is open it says its closed but i have not changed anything I think its related with the ports but not sure. What do you think?

If i check the dashboard it says its offline

Here i leave the logs
2021-03-09T08:07:20.483Z ERROR contact:service ping satellite failed {“Satellite ID”: “12EayRS2V1kEsWESU9QMRseFhdxYxKicsiFmxrsLZHeLUtdps3S”, “attempts”: 1, “error”: “ping satellite error: failed to dial storage node (ID: 12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv) at address gerard-dupre.ddns.net:28967: rpc: dial tcp 81.60.186.37:28967: i/o timeout”, “errorVerbose”: “ping satellite error: failed to dial storage node (ID: 12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv) at address gerard-dupre.ddns.net:28967: rpc: dial tcp 81.60.186.37:28967: i/o timeout\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce:141\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:95\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj.io/common/sync2.(*Cycle).Run:92\n\tstorj.io/common/sync2.(*Cycle).Start.func1:71\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

Please, make sure that the DDNS address gerard-dupre.ddns.net is updated with your current public IP.
You can see it there: https://www.yougetsignal.com/tools/open-ports/
It’s better to configure the DDNS updater on your router (it’s usually placed in the DDNS section) instead of DUC on your PC or Raspberry Pi.

1 Like

thats not the problem because i have another node in the same network with the same ddns and this node is working

Make sure to double check your static IP for the raspberry hasn’t changed.

2 Likes

No its the same ip that it always had

I would extend

Node 1 - gerard-dupre.ddns.net:28967 → 192.x.x.x:28967 → inside_container:28967
Node 2 - gerard-dupre.ddns.net:28968 → 192.x.x.x:28968 → inside_container:28967

Because you need to specify -e ADDRESS=gerard-dupre.ddns.net:28968 -p 28968:28967 for your second node.

1 Like

Today started working but i havent touched anythin so I dont know but thanks and the ports were good configured