Hello
I just configured storj, it starts without errors but I have nothing at the address.
docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0x…”
-e EMAIL=“my email@orange”
-e ADDRESS=“Public IP:28967”
-e STORAGE=“1.5TB”
–mount type=bind,source=“/home/acidburn/storj”,destination=/app/identity
–mount type=bind,source=“/home/acidburn/storj”,destination=/app/config
–name storagenode storjlabs/storagenode:latest
In the logs, I have a lot of errors that I don’t understand.
root@acidhosting:~/.local/share/storj/identity/storagenode# docker logs --tail 20 storagenode
2022-12-08T16:43:08.016Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “1wFTAgs9DP5RSnCqKV1eLf6N9wtk4EAtmN5DpSxcs8EjT69tGE”, “attempts”: 5, “error”: “ping satellite: failed to ping storage node, your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host”, “errorVerbose”: “ping satellite: failed to ping storage node , your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce :145\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:100\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj .io/common/sync2.(*Cycle).Run:99\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.( *Group).Go.func1:75”}
2022-12-08T16:43:11.680Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “121RTSDpyNZVcEU84Ticf2L1ntiuUimbWgfATz21tuvgk3vzoA6”, “attempts”: 5, “error”: “ping satellite: failed to ping storage node, your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host”, “errorVerbose”: “ping satellite: failed to ping storage node , your node indicated error code: 0, rpc: tcp connector failed: rpc: dial tcp 82.65.185.180:28967: connect: no route to host\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatelliteOnce :145\n\tstorj.io/storj/storagenode/contact.(*Service).pingSatellite:100\n\tstorj.io/storj/storagenode/contact.(*Chore).updateCycles.func1:87\n\tstorj .io/common/sync2.(*Cycle).Run:99\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.( *Group).Go.func1:75”}
2022-12-08T16:43:23.574Z ERROR contact:service ping satellite failed {“Process”: “storagenode”, “Satellite ID”: “12rfG3sh9NCWiX3ivPjq2HtdLmbqCrvHVEzJubnzFzosMuawymB”, “attempts”:
Can you give me a clue?
Sincerely Emmanuel