L3arn3r Posted September 27, 2014 Posted September 27, 2014 Just wanna use socks5 for everything on system not for just web request? Quote
L3arn3r Posted September 28, 2014 Author Posted September 28, 2014 (edited) Give an example. Like VPN! For every kind of program which needs internet even for antivirus update. Edited September 28, 2014 by L3arn3r Quote
cooper Posted September 29, 2014 Posted September 29, 2014 Is the SOCKS5 proxy on the same machine, or is it a separate one? It would also help to say WHY you want to do this. We might be able to suggest some alternatives. Quote
Sitwon Posted September 29, 2014 Posted September 29, 2014 Sounds like the OP wants to be sure that all traffic is going through the proxy (much like the TOR liveCD claims to do). It's easier to proxy specific applications. If the application supports SOCKS proxies you can configure it directly. If it does not you can use a utility like tsocks or proxychains to sort of trick it into using a SOCKS proxy (it hijacks the system-calls and redirect network traffic through the proxy.)Doing it system-wide is a bit more complicated, and depending on the circumstances, potentially ill-advised. Quote
BeNe Posted September 29, 2014 Posted September 29, 2014 You can try proxychains, simpleproxy or ssh Proxychains -> http://www.ehacking.net/2013/01/proxychains-tor-backtrack-5-r3-tutorial.html Simpleproxy -> http://sourceforge.net/projects/simpleproxy/ SSH + IPTables -> http://dtbaker.net/random-linux-posts/redirect-all-traffic-through-transparent-socks5-proxy-in-linux/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.