Transmission VPN stuck on bad port, nothing downloads #2805
Unanswered
thegameksk
asked this question in
Q&A
Replies: 2 comments 2 replies
-
The port script for Pia looks like it can’t get a response/connection refused. Needs to be updated and would be good if better error handling is added. For now you can either wait and see if it resolves (could be Pia is doing maintenance?) or disable the script and manually set the forwarding port |
Beta Was this translation helpful? Give feedback.
1 reply
-
Read the documentation on config options, the port can be set via the gui
among others
…On Tue 13 Feb 2024 at 21:01, thegameksk ***@***.***> wrote:
How would I disable script and manually set the forwarding port?
—
Reply to this email directly, view it on GitHub
<#2805 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7OFYRWJWKBNSJZQ2JAWQLYTPICVAVCNFSM6AAAAABDFMLPYOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DINJYGY3DM>
.
You are receiving this because you commented.Message ID:
<haugene/docker-transmission-openvpn/repo-discussions/2805/comments/8458666
@github.com>
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everything was working fine until a few days ago. I noticed nothing is downloading. Log shows the container says error: couldn't test port: bad request.
_transvpn-transmission-openvpn-1_logs.txt
version: '3.3'
services:
transmission-openvpn:
cap_add:
- NET_ADMIN
volumes:
- /srv/mergerfs/nas/downloads:/data
- /srv/mergerfs/nas/appdata/transmission-vpn:/config
environment:
- OPENVPN_PROVIDER=PIA
- OPENVPN_CONFIG=USA
- OPENVPN_USERNAME=*************
- OPENVPN_PASSWORD=************
- LOCAL_NETWORK=192.168.1.0/24
- OPENVPN_OPTS=OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
logging:
driver: json-file
options:
max-size: 10m
ports:
- '9091:9091'
image: haugene/transmission-openvpn
Beta Was this translation helpful? Give feedback.
All reactions