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

can't connect to Dante outside localhost #18

Closed
pyed opened this issue Jun 11, 2016 · 2 comments
Closed

can't connect to Dante outside localhost #18

pyed opened this issue Jun 11, 2016 · 2 comments

Comments

@pyed
Copy link

pyed commented Jun 11, 2016

I followed the instructions here now I can do the following on my server:
curl -x socks5h://username:password@127.0.0.1:1080 https://www.youtube.com

but I can't do it from my computer:
curl -x socks5h://username:password@SERVERIP:1080 https://www.youtube.com

what am I missing ?

@vimagick
Copy link
Owner

vimagick commented Jun 11, 2016

I've tested the latest image without problem.
I've the latest docker running on debian 8.

Make sure port 1080/tcp is allowed in firewall.
Maybe port 1080/tcp is blocked by your ISP.

Please post curl error message:

curl -v -x socks5h://username:password@SERVERIP:1080 https://www.youtube.com

@pyed
Copy link
Author

pyed commented Jun 11, 2016

strange, I have no firewall on my server nor my laptop, but changing the port to 3256 solved it.

the curl error was a timeout error.

Thank you.

@pyed pyed closed this as completed Jun 11, 2016
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