Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No external connections when VPN is running #52

Closed
scottydelicious opened this issue Feb 24, 2016 · 3 comments
Closed

No external connections when VPN is running #52

scottydelicious opened this issue Feb 24, 2016 · 3 comments

Comments

@scottydelicious
Copy link

I fired up a haugene/transmission-openvpn docker instance with PIA credentials. I can reach the web interface, but adding magnet links or torrent files never progresses. They are stalled at 0% with no connections.

Tailing the log I can see:
(6) Could not resolve host: www.privateinternetaccess.com Got new port from pia transmission auth not required localhost:9091/transmission/rpc/ responded: "success" Checking port... Error: portTested: http error 0: No Response

When I "docker exec -it haugene-transmission /bin/bash", I cannot ping anything. restarting openvpn through the script doesn't help. If i issue "ip link delete tun0" to remove the tunnel device (tun0-00), I get "File descriptor in bad state".

Any ideas?

@haugene
Copy link
Owner

haugene commented Feb 24, 2016

Sounds like a DNS issue. Have you tried starting the container with Google dns as stated in the "Known Issues" section of the readme?

@scottydelicious
Copy link
Author

Thank you haugene. I feel like an idiot missing such a simple corrective measure that was laid out right in the README. Adding "--dns 8.8.8.8 --dns 8.8.4.4" to my docker run command resolved this issue.

I apologize for taking up your time on this. Please mark this issue as solved or resolved.

SOLUTION: add --dns flags to the docker command.

@haugene
Copy link
Owner

haugene commented Feb 24, 2016

No worries :) Glad it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants