extremecoders-re / go-dispatch-proxy

SOCKS5/Transparent load balancing proxy developed in Go, combines multiple internet connections
MIT License
278 stars 45 forks source link

Problem with windows 10 ver. 20H2 #7

Closed StefanoNiccolini closed 3 years ago

StefanoNiccolini commented 3 years ago

Hi, this is my problem.

go-dispatch-proxy.exe -list --- Listing the available adresses for dispatching [+] Ethernet 2, IPv4:192.168.1.101 [+] Wi-Fi 2, IPv4:192.168.43.232

go-dispatch-proxy.exe 192.168.1.101@1 192.168.43.232@3

C:\APPOGGIO\AA>go-dispatch-proxy.exe 192.168.1.101@1 192.168.43.232@3 [INFO] Load balancer 1: 192.168.1.101, contention ratio: 1 [INFO] Load balancer 2: 192.168.43.232, contention ratio: 3 [INFO] Local server started on 127.0.0.1:8080

After setting windows 10 vers. 20H2 to use proxy ... Immagine This error message appears: [WARN] unsupported SOCKS version [WARN] unsupported SOCKS version [WARN] unsupported SOCKS version ..... Any suggestions ? Thank you

extremecoders-re commented 3 years ago

Windows uses the SOCKS5 protocol which is compatible with go-dispatch-proxy. The error looks to be due to some other application which is trying to use the SOCKS4 protocol.

StefanoNiccolini commented 3 years ago

Thanks for your answer. Indeed, this was certainly the problem. I say "was" as I found a Chrome extension on the Internet that allows to set the SOCKS (4 or 5), as in FireFox. In the standard settings of Chrome this is not possible or in any case I could not find this setting. ONCE THIS IS DONE EVERYTHING WORKS WELL and the error message has disappeared. The extension for Chrome is PROXY HELPER:

extremecoders-re commented 3 years ago

Good to know that!

StefanoNiccolini commented 3 years ago

HELLO. OK THE PROBLEM IS SOLVED. I apologize if I have directly exposed the problem without introducing myself. I DO IT NOW. I AM STEFANO NICCOLINI, CIVIL ENGINEER, AND I LIVE NEARBY TO THE CITY OF ANCONA IN ITALY. ALSO I HAVE TO THANK YOU FOR THE UTILITY YOU DEVELOPED BECAUSE IT WILL BE VERY USEFUL TO MANAGE BETTER MY INTERNET CONNECTION THAT, LIVING IN THE COUNTRYSIDE, IS NOT THE BEST. CURRENTLY I HAVE TWO LINES AVAILABLE: ONE ADSL UP TO 20 MBit/sec (4-5 MBit/sec real) AND A WIFI ROUTER ON A MOBILE PHONE (6-10 MBit/sec variable during the day). IN ADDITION TO PERSONAL THANKS, I WOULD LIKE TO CONTRIBUTE TO SUPPORT THE YOUR WORK THROUGH A DONATION, AS I HAVE DONE OTHER TIMES WITH FREE SOFTWARE DEVELOPED AND MADE AVAILABLE TO OTHER GRARES TO THE GOOD WILL AND ABILITY OF SOMEONE (or of many). GREETINGS, STEFANO NICCOLINI

extremecoders-re commented 3 years ago

@StefanoNiccolini I've added a sponsor button to the repository. Thanks for your support!