Hello, I’m trying hard to get my stuff to run and couldn’t get any useful information so far. I hope somebody can help me out.
I’m trying to run a node through wireguard. On my system. I run debian with docker/portainer. I installed gluetun on my system as vpn client. On my vps I installed wireguard (pivpn), when running gluetun, the logs show me the public ip of the vps, so it seem to work. I also connected my phone through wireguard on my vps to test it. Everything seem to work so far (I get basic internet connection for websites etc). But when trying to access a specific port through the public ip of the vps, I can’t establish a connect. Even though the port is opened on my vps (like I did with wireguard).
The wireguard clients can ping each other, the server can ping the wireguard clients, and the clients can ping the server, so connecting to each other internally shouldn’t be the problem.
For testing reasons I deployed jdownloader with gluetun. Downloading worked with jdownloader (through gluetun/wireguard, showing the vps ip adress, but I couldn’t get any connect to the gui via the public ip and port of my vps. On my local network I’m able to access the container via the port.
Even though I forwarded the ports on my vps and the gluetun container (via yaml), there is no way accessing the container through the vps via the public ip address and port. The vps is running Ubuntu with disabled firewall, since it’s managed through the providers interface.
Is there anybody who run storj through wireguard/gluetun? What am I doing wrong? Thank you in advance.