-
I'm trying to access transmission_openvpn on remote server from a home PC. I'm not sure what to put in LOCAL_NETWORK with a remote server, I don't know what LAN IP range my server is using (is there a proper way to find out? ifconfig gives quite a lot of different IPs), and I am not on the same LAN as the server anyway. Compose:
Container logs:
route command output:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I tried the proxy option, but RPC does not connect to proxy, only the WebUI does.
I also tried to set LOCAL_NETWORK=client_ip/32, where client_ip is my home network public IP (I pay my internet provider for a static one). It works with WebUI, but also doesn't work with RPC, which I need much more often.
Will appreciate any help! |
Beta Was this translation helpful? Give feedback.
-
Not sure what I've done, but by disabling "rpc-whitelist-enabled" back, removing the LOCAL_NETWORK variable completely, and bringing back the sidecar proxy to compose, I was able to get it working via the port I chose for proxy, both for WebUI, RPC for Transmission Remote GUI and sonarr (the latter also can work with the 9091 port if I map it to the transmission-openvpn in compose, but the proxy itself works without it mapped). Then I also erased the mapped data folder to test with the default settings.json. After launching it anew with this compose, it still worked with the proxy port:
|
Beta Was this translation helpful? Give feedback.
Not sure what I've done, but by disabling "rpc-whitelist-enabled" back, removing the LOCAL_NETWORK variable completely, and bringing back the sidecar proxy to compose, I was able to get it working via the port I chose for proxy, both for WebUI, RPC for Transmission Remote GUI and sonarr (the latter also can work with the 9091 port if I map it to the transmission-openvpn in compose, but the proxy itself works without it mapped).
Then I also erased the mapped data folder to test with the default settings.json. After launching it anew with this compose, it still worked with the proxy port: