Storj Node Paradox -> Status = Offline & Quick=OK

Hi,
I don’t understand this. How can QUIC be OK and my server be offline? That makes no sense since the server would need to be online for QUIC to work. My own service monitoring the external port reports the server as being up.

1 Like

Maybe because of this?

The port is forwarding correctly from the router, I just tried running Iperf3 on the port to test forwarding.
image


Yet when I restart the container…

docker run -d --restart unless-stopped --stop-timeout 300 \
    -p 59111:28967/tcp \
    -p 59111:28967/udp \
    -p 14002:14002 \
    -e WALLET=xxxxxx \
    -e EMAIL=xxxxy@gmail.com \
    -e ADDRESS="xxxx.uk:59111" \
    -e STORAGE="3.6TB" \
    --user $(id -u):$(id -g) \
    --mount type=bind,source=/root/.local/share/storj/identity/storagenode,destination=/app/identity \
    --mount type=bind,source=/mnt/storj0002/storage,destination=/app/config \
    --name storagenode0002 storjlabs/storagenode:latest
Blockquote

Oh gosh … faceplant!

here you marked port 59111 not 59110

1 Like

Oh, the shame! …I did say faceplant.