-
Been using this for years on with no issues, but suddenly it's not working. Username/pw still valid to log on to their website. I tried multiple servers worldwide. No auth error message, but container launches suspiciously fast from stack update. Docker was just updated yesterday, so there's that. Similar PIA config still working fine. Portainer stack: services:
transmission-openvpn:
cap_add:
- NET_ADMIN
dns:
- 1.1.1.1
- 9.9.9.9
volumes:
- /home/username/media/trans/data:/data
- /home/username/media/trans/config:/config
- /home/username/ipvanish/configs:/etc/openvpn/custom
- /home/username/media/trans/data/watch:/watch
- /home/username/media/trans/data/completed:/completed
- /home/username/media/trans/data/incomplete:/incomplete
environment:
- OPENVPN_PROVIDER=CUSTOM
- OPENVPN_CONFIG=ipvanish-US-Ashburn-iad-a69
- OPENVPN_USERNAME=XXXXX
- OPENVPN_PASSWORD=XXXXX
- LOCAL_NETWORK=192.168.0.0/16
- TRANSMISSION_RPC_USERNAME=XXXXX
- TRANSMISSION_RPC_PASSWORD=XXXXX
- TRANSMISSION_RPC_AUTHENTICATION_REQUIRED=true
- GLOBAL_APPLY_PERMISSIONS=false
logging:
driver: json-file
options:
max-size: 10m
ports:
- '9099:9091'
image: haugene/transmission-openvpn:latest Logfile:
|
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
PIA is well know for its outdated cipher, options and set up.
The problem here seems to be ping-exit. here is the doc that explains that option: https://haugene.github.io/docker-transmission-openvpn/faq/#set_the_ping-exit_option_for_openvpn_and_restart-flag_in_docker |
Beta Was this translation helpful? Give feedback.
-
my understanding is that ping setting is not properly set, hence jsut after auth, openvpn sends a sigtem to the container. You should force a decent value like suggested in the doc. |
Beta Was this translation helpful? Give feedback.
-
Oops, I must have cut and paste and got the the wrong timestamp copy pasting the log somehow--my sincere apologies. Here's a proper one:
|
Beta Was this translation helpful? Give feedback.
-
seems similar to #1545 |
Beta Was this translation helpful? Give feedback.
-
It started connecting again but I had to comment out my custom DNS config and use their servers to get it to work. It's also requiring frequent container restarts. Looks like I will not be renewing contract next month. |
Beta Was this translation helpful? Give feedback.
It started connecting again but I had to comment out my custom DNS config and use their servers to get it to work. It's also requiring frequent container restarts. Looks like I will not be renewing contract next month.