VPN port forwarding for Pi nodes?

,

As a general update, I’ve been trying to get this up and running again with Portmap over SSH as described in this tutorial: Tutorial: tunneling through CGNAT with portmap.io & ssh

I believe I have everything set up properly, but I get a dead page for my node dashboard when I go to my device’s IP:14002. I checked my config.yaml and it looked like none of my settings when I executed the docker command were added, so I manually tweaked that file.

Here is what I ran initially when starting the storagenode docker container:

docker run -d --restart always --stop-timeout 300
-p 28967:28967/tcp
-p 14002:14002/udp
-p 127.0.0.1:14002:14002
-e WALLET=“[REDACTED]”
-e EMAIL=“[REDACTED]”
-e ADDRESS=“[REDACTED].portmap.host:60692”
-e STORAGE=“18TB”
–memory=800m
–log-opt max-size=50m
–log-opt max-file=10
–mount type=bind,source=/mnt/storj/storagenode/identity,destination=/app/identity
–mount type=bind,source=/mnt/storj/storagenode,destination=/app/config
–name storagenode storjlabs/storagenode:latest

Oracle may be my next option to try if I can’t get this working, or if this is no longer feasible through Portmap.