Running Windows node (online) - Linux docker node (offline) - Please help

Hi Team,
I have a Linux node that I just setup and it is offline. I followed the documentation like I did with the Windows node but it is not coming online. I only have one public isp IP
Here is my setup

Windows node is: 28967
Linux node is: 28968

docker run -d --restart unless-stopped --stop-timeout 300
-p 28968:28967/tcp
-p 28968:28967/udp
-p 127.0.0.1:14002:14002
-e WALLET=“xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”
-e EMAIL="xxxxxxxxxxx@gmail.com"
-e ADDRESS=“orjlinuxst.ddns.net:28967
-e STORAGE=“10.4TB”
–mount type=bind,source="/home/ubuntu-storj/.local/share/storj/identity/storagenode/",destination=/app/identity
–mount type=bind,source="/mnt/storj",destination=/app/config
–name storagenode storjlabs/storagenode:latest

I attached my port fwd below

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
d0ce07be5bd9 storjlabs/watchtower “/watchtower storage…” 26 minutes ago Up 26 minutes watchtower
ad58faxxxxx storjlabs/storagenode:latest “/entrypoint” 28 minutes ago Up 9 minutes 127.0.0.1:14002->14002/tcp, 0.0.0.0:28968->28967/tcp, 0.0.0.0:28968->28967/udp storagenode

I can pull logs if needed, please provide location of logs

The port forward 28968-28968 on router
and in docker 28968-28967

Hi John,
Thanks for the quick reply. I did update the port forward on my router (stop/start docker) but It is still offline.

ad58fa1516c5 storjlabs/storagenode:latest “/entrypoint” 58 minutes ago Up 16 seconds 127.0.0.1:14002->14002/tcp, 0.0.0.0:28968->28967/tcp, 0.0.0.0:28968->28967/udp storagenode

Just hoping that i can help
You got to chance the DNS from 28967 to 28968.

orjlinuxst.ddns.net:28968 and change to that port at your DNS provider

So your DNS and router have the same ports

Didnt see that first.

1 Like

Stop node
Remove storagenode.
Change -e address.

Fix to right port with your DNS provider.

Start node with new settings

1 Like

Ok when you say remove storagenode you mean. stop it , remove the docker container and run this again with the updated info?

docker run -d --restart unless-stopped --stop-timeout 300
-p 28968:28967/tcp
-p 28968:28967/udp
-p 127.0.0.1:14002:14002
-e WALLET=“0xXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX”
-e EMAIL="user@example.com"
-e ADDRESS=“domain.ddns.net:28968
-e STORAGE=“2TB”
–mount type=bind,source="",destination=/app/identity
–mount type=bind,source="",destination=/app/config
–name storagenode storjlabs/storagenode:latest

Hi.
Yes👍.
Sorry for bad info.
Writing in my phone and the dang autocorrect drives me mad and makes me write short and bad

1 Like

John, thank you very much man! Works like a charm right now!

1 Like

Awesome. Enjoy running in Linux.

I began my Linux life thanks to Storj and now everything exept an old laptop are running Debian or Ubuntu

You know I am in the same bucket, got a new job and they want me to learn Linux. Hey quick question all but one of my Satellites is in red and audit, suspension and online is at 0%? Will it just take a little long to come online?

Is it a new node?
Perhaps the node has not updated information from that satellite, or it managed to fail audits.
In the last case it will be disqualified.

Yes it is a new node 2hrs uptime.
Sattalites

Do you see a disqualification message on your dashboard?
If not, these numbers should be updated if your node is online.

Hey Alexey, no dq on my dashboard. Ok I will give it sometime, the others were like that and came online but my windows node didnt take this long.
node-status

Satellite is online now! All good thanks guys

2 Likes