Replies: 2 comments 5 replies
-
More digging: I found in
And in
This makes sense since this isn't a valid address. I'm beginning to suspect a bug in one of the setup scripts picking the port number of EDIT: I edited the file to set |
Beta Was this translation helpful? Give feedback.
-
I'm also having this issue, however my rpc_bind_address is 0.0.0.0 but my bind_address_ipv4 is not (not sure if that setting matters here) i have tried to change it but it always reverts regardless of container status (running, stopped, killed (with compose down), etc) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been using the container
:latest
for a few years now.I used to regularly pull the latest.
A couple of weeks ago, the web UI stopped responding.
I have
LOCAL_NETWORK
set correctly to my home LAN CIDR, as is also described in https://haugene.github.io/docker-transmission-openvpn/vpn-networking/ and this used to work fine for a long time.Here is the current
docker-compose.yml
(after many tweaks to try to fix this):Executing
netstat
and the logs show that the VPN comes up fine, even Transmission finds files in thewatch
directory and pulls them, but I can't reach the WebUI.Privoxy itself is accessible on port 8118, and lets me tunnel my HTTP traffic through the VPN:
(Singapore is the VPN location)
But trying to reach port 9091 (which I also see is not listned to on the container), gets
Connection Refused
:What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions