You specified a public IP in the node’s configuration. If it’s a Windows GUI, then install Notepad++ and edit "C:\Program Files\Storj\Storage Node\config.yaml"
, replace the 46.217.215.104 IP to your DDNS hostname, make sure that there is no spaces between address and port, save the config (menu File - Save, confirm Administrators request, click menu File - Save again to finally save it), then restart the storagenode service either from the Services applet or from the elevated PowerShell:
Restart-Service storagenode
If you use a docker version, then to update any parameter, you need to stop and remove the container
docker stop -t 300 storagenode
docker rm storagenode
Then run it back with all your parameters include changed ones. You need to change the IP to thre DDNS hostname in the -e ADDRESS
option.