Replies: 2 comments
-
environment: |
Beta Was this translation helpful? Give feedback.
-
you need to set the local_network to the local network of the vps. It should either give you a local one like 10.x or just use the public ip of your vps. then if your vps has a firewall, you need to allow it as well. if you are already port mapping 9091, docker bypasses ufw and directly adds it to iptables. another way to do it to use a persistent ssh tunnel to do local forwarding over ssh with autossh or a script that runs |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
access from public IP possible?
I have Transmission running at a VPS, I want to connect from my local network @home to the transmission client, i tried setting - LOCAL_NETWORK=mypublicip/32 but this did not work unfortunatly,
when i setup wireguard to the VPS, and I put in the VPN client IP range , it works... how can I set it so that I can connect from my home public IP? I have a firewall setup on the host to block access from other IP's, is this possible?
Beta Was this translation helpful? Give feedback.
All reactions