Thanks everyone for your feedback.
I have been trying all night to get my second node up. I am hosting it on a second machine with this command:
sudo docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p :14002:14002
-e WALLET=“XXXXXX”
-e EMAIL="XXXXX@gmail.com"
-e ADDRESS=“XXXX.ddns.net:28968”
-e STORAGE=“4TB”
–mount type=bind,source=/home/XXX/storj/Identity/storagenode,destination=/app/identity
–mount type=bind,source=/mnt/storj2,destination=/app/config
–name storagenode2 storjlabs/storagenode:latest
and I currently have my port forwarding setup like this (i have just many different combos)
I have been reading this guide (Setting up second machine with storj on same network - #4 by BrightSilence) and i am trying to use:
node2: outside world => 28968 => router => 28967 => node machine2 [ => 28967 => docker container]
I think I have set it up right but Storj is showing offline? Happy to try another way if there is a better way. I might even stick it on the same box if you think that is better / easier