I had StorJ running on a Windows computer but it was getting old. So I moved it to an Unraid. I copied all the data over (took days…) and then started up StorJ. It runs and all the ports are open. I can see the ports from the outside that are open.
But for some reason the QUIC keeps coming up as Misconfigured.
You need to make sure, that you have the port forwarding rule for the UDP 28967 port as well.
And please check your port mapping in the docker run command, since nmap checks only TCP port by default.
This is inside the local network, but not from external. So, perhaps you did not forward UDP 28967 on your router or did not allow it on your firewall on your router or between the router and Unraid or on Unraid itself.
Plus this response:
means that UDP is closed as well.
Could you please show your docker run command? You may mask your private info.
I see. Some kind of Community Unraid application for storagenode.
Then you need to check all firewalls starting from Unraid’s one, you need to allow incoming connections for TCP 28967 and UDP 28967. Right now the UDP port is blocked (“filtered”).
If it would be open, the node could be contacted, but it’s not.
Is it always misconfigured or when you refresh a dashboard it some times OK?
The node contacted each satellite every hour by default and the satellite is trying to contact the node using provided external address. If it cannot contact it via QUIC (UDP), you will see “Misconfigured”, if it cannot contact via TCP, you will see OFFLINE.
I fear that I am not being clear. I have left it running for days and it remains “misconfigured” even though UDP is open and reaching the node. As seen by Pingdom - it can be reached via UDP and TCP.
Your status is offline. Your node is not working properly. Forget QUIC for a moment, which is UDP and it only makes that check on start up. You are not getting TCP packets. You may have something else listening on that port, so that Pingdom is telling you it is open, but your node is not getting traffic on it. I would also double check with yougetsignal.com
Then something is blocking packets to your node from the Satellites. The software isn’t at issue, so it’s definitely your network configuration or your ISP’s configuration. Are you running some kind of intrusion detection that may be blocking packets?
Ok, well then I have no idea. Sounds to me like packets are being blocked from the Satellite to your node. Possibly because the IP itself is being blocked, and that is why it works for you from other locations. Because those locations are not being blocked.
The node isn’t getting packets, that’s what the error is saying. Why not?
try to check your node like this HTTP://xxx.xxx.xxx.xxx:28967 xxx is your external ip or domain if tou use ddns. it shold show you
{
“Statuses”: null,
“Help”: “To access Storagenode services, please use DRPC protocol!”,
“AllHealthy”: true
}
if you don see something like this then you have bloked external ports or something misconfigured