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

PROXYCHAINS_SOCKS5 example didn't work #41

Open
dandv opened this issue Nov 18, 2013 · 7 comments
Open

PROXYCHAINS_SOCKS5 example didn't work #41

dandv opened this issue Nov 18, 2013 · 7 comments

Comments

@dandv
Copy link

dandv commented Nov 18, 2013

I have set up an ssh tunnel using ssh -D, but PROXYCHAINS_SOCKS5=4321 proxychains <application> still read its configuration from /etc/proxychains.conf (unlike what the README says)

@aviau
Copy link
Contributor

aviau commented Sep 13, 2020

Same here.

@phil-blain
Copy link

Thanks, that helped me figure out what was not working!

@carlosaguilarmelchor
Copy link

Same here

@1moere1
Copy link

1moere1 commented Sep 30, 2021

is there any solution to this?

@BlueSkyDetector
Copy link
Contributor

Perhaps because the environment variable name is changed from PROXYCHAINS_SOCKS5 to PROXYCHAINS_SOCKS5_HOST and PROXYCHAINS_SOCKS5_PORT.
In my local, using tag proxychains-proxychains-4.4.0, following command works.

$ PROXYCHAINS_SOCKS5_HOST=127.0.0.1 PROXYCHAINS_SOCKS5_PORT=18080 proxychains4 nc 192.168.1.1 80

@qaiwiz
Copy link

qaiwiz commented Feb 10, 2023

@BlueSkyDetector Does the curl ifconfig.io returns the IP of server after setting:
PROXYCHAINS_SOCKS5_HOST=127.0.0.1 PROXYCHAINS_SOCKS5_PORT=18080 proxychains4 nc 192.168.1.1 80? For me it doesn't do anything. I opened this issue #148 and I wonder can i fix it? (by the way, I have change the proxychain.conf so that it has socks5 127.0.0.1 8080, I am using 8080 instead of 18080)

Copy link

Stale issue message

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