Node not getting online

My node is not getting online but the ports are right

here is the photo of the configured ports of my router this are right?

Captura

Looks to be correct to me.

What is your docker run command

docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 14002:14002
-e WALLET=“0x”
-e EMAIL="@"
-e ADDRESS=“213.195.126.180:28967”
-e STORAGE=“900GB”
–mount type=bind,source="/home/pi/storagenode",destination=/app/identity
–mount type=bind,source="/mnt/storj",destination=/app/config
–name storagenode storjlabs/storagenode:latest

And how about in your docker logs?

2020-07-01T11:35:03.608Z INFO Node 12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv started
2020-07-01T11:35:03.608Z INFO Public server started on [::]:28967
2020-07-01T11:35:03.608Z INFO Private server started on 127.0.0.1:7778
2020-07-01T11:35:03.608Z INFO trust Scheduling next refresh {“after”: “8h6m35.500801884s”}
2020-07-01T11:35:03.609Z INFO bandwidth Performing bandwidth usage rollups
2020-07-01T11:47:05.459Z INFO Got a signal from the OS: “terminated”
Error: debug: http: Server closed
2020-07-01T11:48:00.387Z INFO Configuration loaded {“Location”: “/app/config/config.yaml”}
2020-07-01T11:48:00.399Z INFO Operator email {“Address”: “swaggyroc1@gmail.com”}
2020-07-01T11:48:00.400Z INFO Operator wallet {“Address”: “0xC1E4aD79C6F4FD21C2e09a09639E57D002552Dc5”}
2020-07-01T11:48:20.623Z INFO Telemetry enabled
2020-07-01T11:48:20.706Z INFO db.migration Database Version {“version”: 42}
2020-07-01T11:48:41.346Z WARN trust Failed to fetch URLs from source; used cache {“source”: “https://tardigrade.io/trusted-satellites”, “error”: “HTTP source: Get https://tardigrade.io/trusted-satellites: dial tcp: lookup tardigrade.io on 8.8.8.8:53: read udp 172.17.0.2:40555->8.8.8.8:53: i/o timeout”, “errorVerbose”: “HTTP source: Get https://tardigrade.io/trusted-satellites: dial tcp: lookup tardigrade.io on 8.8.8.8:53: read udp 172.17.0.2:40555->8.8.8.8:53: i/o timeout\n\tstorj.io/storj/storagenode/trust.(*HTTPSource).FetchEntries:63\n\tstorj.io/storj/storagenode/trust.(*List).fetchEntries:90\n\tstorj.io/storj/storagenode/trust.(*List).FetchURLs:49\n\tstorj.io/storj/storagenode/trust.(*Pool).fetchURLs:240\n\tstorj.io/storj/storagenode/trust.(*Pool).Refresh:177\n\tstorj.io/storj/storagenode.(*Peer).Run:688\n\tmain.cmdRun:200\n\tstorj.io/private/process.cleanup.func1.4:359\n\tstorj.io/private/process.cleanup.func1:377\n\tgithub.com/spf13/cobra.(*Command).execute:840\n\tgithub.com/spf13/cobra.(*Command).ExecuteC:945\n\tgithub.com/spf13/cobra.(*Command).Execute:885\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.ExecCustomDebug:70\n\tmain.main:320\n\truntime.main:203”}
2020-07-01T11:48:41.436Z INFO preflight:localtime start checking local system clock with trusted satellites’ system clock.
2020-07-01T11:49:02.829Z INFO preflight:localtime local system clock is in sync with trusted satellites’ system clock.
2020-07-01T11:49:02.830Z INFO trust Scheduling next refresh {“after”: “7h50m33.005935836s”}
2020-07-01T11:49:02.830Z INFO bandwidth Performing bandwidth usage rollups
2020-07-01T11:49:02.830Z INFO Node 12p8vXhGUUoL5p3Gw7vi68VfZ3D9hgdWniSY22sDVf1E8uTedBv started
2020-07-01T11:49:02.830Z INFO Public server started on [::]:28967
2020-07-01T11:49:02.831Z INFO Private server started on 127.0.0.1:7778

I’m showing that port 28967 on this IP is closed.

so its not right opened

Not from what I’m seeing. Are you sure you have your external IP address correct?

(you can go to whatismyip.com)

1 Like

Also, i know it sounds like a no-brainer, but maybe you have to save and then apply the settings on your router or something.

1 Like

finally is now online the port was not correctly openned thanks

1 Like

Awesome have fun!!!

1 Like