Storj Node does not go Online

Good afternoon,

I have set up my storage node as a docker. Unfortunately it does not go online. The web interface is accessible. The log shows the following:

2020-05-28T14:49:29.633Z INFO preflight:localtime start checking local system clock with trusted satellites' system clock.
2020-05-28T14:49:30.485Z INFO preflight:localtime local system clock is in sync with trusted satellites' system clock.
2020-05-28T14:49:30.485Z INFO bandwidth Performing bandwidth usage rollups
2020-05-28T14:49:30.486Z INFO trust Scheduling next refresh {"after": "3h5m50.154480686s"}
2020-05-28T14:49:30.486Z INFO Node 12jvvRkp9CrX7sqBsxEeFU6FgHmDpwnMwN5Ja6Xf5wbdXNomHeA started
2020-05-28T14:49:30.486Z INFO Public server started on [::]:28967
2020-05-28T14:49:30.486Z INFO Private server started on 127.0.0.1:7778

What could be the reason for that?

Port is open? - please test with https://canyouseeme.org or https://www.yougetsignal.com/tools/open-ports/

Yes the port is open, I have a static IP

Hello @Slakish welcome to the forum!
Have you had a look at this?

Have you checked the identity as described in the documentation under
Confirm the identity ?

I did that too. I created the identity some time ago. Could that be the problem?

  1. WAN IP on the main page of the router. Please, compare it with IP there: https://www.yougetsignal.com/tools/open-ports/ , they should match
  2. Local IP in the port forwarding rule, it should be the same as IP of your PC with docker
  3. nslookup your.ddns.address 8.8.8.8 should return the same IP as p.1
  4. Firewall. It should have an incoming rule to allow any traffic from the any source to the TCP 28967 port and your PC as a destination. If you have any outgoing rule, then you should create an outgoing rule to allow any traffic from your PC as a source and any host with any port as a destination.
  5. Identity: https://documentation.storj.io/dependencies/identity#confirm-the-identity