Good morning all,
I am new to Storj. My particularity is to have installed my storjnode on a remote VPS, on a Linux Ubuntu 20.04 LTS. With the VPS, I got a static IP address (82.x.x.x). Therefore , there is normally no router and no forwarding port. The node’s hostname is: “aaa.bbb.fr”, but I didn’t use it to launch the container. Despite my best efforts, port 28967 unfortunately remains closed and my storjnode remains OFFLINE in the dashboard. I tried to enable UFW by granting permissions, but nothing helped. So I disabled UFW. I am giving you the launch routine that I am currently using. It certainly contains errors. Could you, based on your experience, tell me?
Thank you in advance for your suggestions and best regards,
Alain
docker run -d --restart unless-stopped --stop-timeout 300
-p 28967:28967
-p 127.0.0.1:14002:14002
-e WALLET=“0x…”
-e EMAIL="xxx.yyy@orange.fr"
-e ADDRESS=“82.x.x.x:28967”
-e STORAGE=“1TB”
–mount type=bind,source="/home/alain/.local/share/storj/identity/storagenode",destination=/app/identity
–mount type=bind,source="/home/alain/storage",destination=/app/config
–name storagenode storjlabs/storagenode:latest