definitely not, QUIC is a network communication protocol between Peers in the Storj network.
Did you try to refresh a dashboard with Ctrl-F5?
definitely not, QUIC is a network communication protocol between Peers in the Storj network.
Did you try to refresh a dashboard with Ctrl-F5?
yes I did try that. Just recently and before the move
are other two nodes running the same way? Both docker and both on the same host?
If yes, please show your current port forwarding rules for all three nodes, the firewall rules and port mapping options for each of the node.
Do you use docker-composer by the way?
The other two nodes are running the exact same way. Same machine. Same ISP. Same router. Same DDNS. Same Docker. Not sure what host meansā¦
Red Node and blue node are the new ones that run just fine. 100% up time and NO quic misconfigured.
āold girlā is using port 28989 on internal and external on port forwarding in the router app.
āblue nodeā is using port 28991 on internal and external on port forwarding in the router app.
āred nodeā is using port 28968 on internal and external on port forwarding in the router app.
Youāll have to explain to me how to get the firewall rules. A reminder that you and I did explore the possibility of it being the firewall about a month ago and concluded that was not the issue.
My docker run commands are below. I have deleted parts of the run command that are identical for all nodes. The first line is not part of the run command I just put it there for explanation.
"Old Girl" Oldest node that has been giving QUIC misconfigured for 2+ months
-p 28989:28967/tcp \
-p 28989:28967/udp \
-p 127.0.0.1:14004:14002 \
-e ADDRESS="REDACTED.tplinkdns.com:28989" \
--mount type=bind,source="/mnt/OLDGIRL/storagenode/identity/storjidentity",destination=/app/identity \
--mount type=bind,source="/mnt/OLDGIRL/storagenode/data",destination=/app/config \
--name storagenodeoldgirl storjlabs/storagenode:latest
"Blue Node" -working
-p 28991:28967/tcp \
-p 28991:28967/udp \
-p 127.0.0.1:14005:14002 \
-e ADDRESS="REDACTED.tplinkdns.com:28991" \
--mount type=bind,source="/mnt/SEA4TBBLUE/identity/storagenode",destination=/app/identity \
--mount type=bind,source="/mnt/SEA4TBBLUE/storage",destination=/app/config \
--name storagenodeblue storjlabs/storagenode:latest
"red Node" -Working
-p 28968:28967/tcp \
-p 28968:28967/udp \
-p 127.0.0.1:14002:14002 \
-e ADDRESS="REDACTED.tplinkdns.com:28968" \
--mount type=bind,source="/mnt/SEA4TBRED/identity/storagenode",destination=/app/identity \
--mount type=bind,source="/mnt/SEA4TBRED/storage",destination=/app/config \
--name storagenodered storjlabs/storagenode:latest