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

how to use socket5 proxy #127

Open
foxundermoon opened this issue Jul 5, 2015 · 11 comments
Open

how to use socket5 proxy #127

foxundermoon opened this issue Jul 5, 2015 · 11 comments

Comments

@foxundermoon
Copy link

as the title。

@otahi
Copy link
Collaborator

otahi commented Jul 5, 2015

At this time, there is no implementation for socks5 proxies.

@tmatilai
Copy link
Owner

@foxundermoon what kind of configuration would you need?

@idf
Copy link

idf commented Aug 3, 2015

+1 for this issue.

I guess we need to access host's socket5 proxy and forward the socks5 in vagrant.

@otahi
Copy link
Collaborator

otahi commented Aug 5, 2015

@foxundermoon , @idf ,
What kind of applications do you want to use? Git? SVN? or something else?

@idf
Copy link

idf commented Aug 9, 2015

@otahi It would be cool to set global mode and/or application specific mode for socket5 proxy for http/https, but I think global mode is much needed first.

@otahi
Copy link
Collaborator

otahi commented Aug 12, 2015

@idf,
Thank you for your reply.
I don't know how to use socks5 proxy in general. Do you mean setting 'ALL_PROXY'?
Could you please give some ideas?

@idf
Copy link

idf commented Aug 13, 2015

@otahi Assumed the socks5 proxy server is up, the client (host) need to configure server-ip:port, password, and encryption method. The guest machine need to have a way to access the host's socket proxy client, usually through socks5 127.0.0.1 1080.

Here is a famous socks5 proxy implementation: https://github.com/shadowsocks/shadowsocks. You can try it out.

Thanks for your time.

@otahi
Copy link
Collaborator

otahi commented Sep 2, 2015

@idf , I'm very sorry for late reply.
Vagrant-proxyconf is the plugin which set environment variables for proxy servers like http_proxy.
If we need to use corporate socks5 proxy server, I cannot imagine how to set environment variables for any applications(svn, git, ...), but only for some specific applications are OK.
Because each application has each configuration for socks5.

@desmax
Copy link

desmax commented Mar 13, 2017

maybe some news here?

@tmatilai
Copy link
Owner

@desmax If someone comes up with a generic enough configuration, we add automation for it. But based on earlier discussion, it seems that SOCKS5 configuration is very client specific.

@Nesh108
Copy link

Nesh108 commented Jul 6, 2017

Any update on this?

I have shadowsocks running on my Ubuntu and Vagrant can ping to the Internet but running anything else will result in failure.

Something for SOCKS5 and rc-md5 would be great!

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

No branches or pull requests

7 participants