You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
I have a proxy client running on windows which provides a socks5 proxy. This client has been set to listening 0.0.0.0:1080.
I want to use this proxy in WSL2 so I install proxychains4 and set the conf file as same as WSL1.
And I found it's not working but I found this article https://docs.microsoft.com/en-us/windows/wsl/compare-versions#accessing-windows-networking-apps-from-linux-host-ip
So I modify the conf file of proxychain to set host ip to nameserver value.
But still not working, output as below:
[proxychains] config file found: /etc/proxychains4.conf
[proxychains] preloading /usr/lib/x86_64-linux-gnu/libproxychains.so.4
[proxychains] DLL init: proxychains-ng 4.14
--2020-06-25 17:19:19-- https://www.google.com/
Resolving www.google.com (www.google.com)... 31.13.74.17, 216.239.32.10, 216.239.34.10, ...
Connecting to www.google.com (www.google.com)|31.13.74.17|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
Connecting to www.google.com (www.google.com)|216.239.32.10|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
Connecting to www.google.com (www.google.com)|216.239.34.10|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
Connecting to www.google.com (www.google.com)|216.239.36.10|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
Connecting to www.google.com (www.google.com)|216.239.38.10|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
Connecting to www.google.com (www.google.com)|216.239.32.10|:443... [proxychains] Strict chain ... 172.23.0.1:1080 ... timeout
failed: Connection refused.
I am pretty sure the proxy client is working as I can access the web by using 127.0.0.1:1080 in windows.
The text was updated successfully, but these errors were encountered: