Open links in new tab
  1. How to Use SOCKS Proxy for Commands | Baeldung on Linux

    • In the world of system administration, there are often situations where we need to access resources on the internet securely or bypass network restrictions. One powerful tool at our disposal is the SOCKS proxSee more

    2. What Is a SOCKS Proxy?

    Before we dive into the nitty-gritty details, let’s clarify what a SOCKS proxy is and why it’s … See more

    Baeldung
    3. Creating a SOCKS Proxy With SSH

    Setting up a SOCKS proxy server on Linux can be accomplished using various software packages, including Dante, SS5, and SSH. For this article, we’ll use a method tha… See more

    Baeldung
    4. Using tsocks to Proxy Command Traffic

    Several applications are SOCKS-aware, which means they have built-in support for routing their network traffic through a SOCKS proxy. These applications include Firefox, Fil… See more

    Baeldung
    5. Conclusion

    In this article, we’ve explored SOCKS proxies on Linux and learned how to create and use them effectively with our command-line tools. By setting up a SOCKS pr… See more

    Baeldung
    Feedback
     
    Upvotes17edited Jan 13, 2020 at 16:26

    I'm using Proxychains, an easy to use command line tool. Usage:

    sudo proxychains4 apt-get update

    You can configure you proxy in the /etc/proxychains.conf

    [ProxyList]

    socks5 127.0.0.1 12345
    Content Under CC-BY-SA license
    Was this helpful?

    See results from:

  1. how to set socks5 proxy in the terminal - Ask Ubuntu

  2. How To Route Web Traffic Securely Without a VPN Using a ...

  3. How to use socks proxy for commands in Terminal such as ...

  4. linux - How to create a SOCKS proxy with ssh? - Super User

  5. Everything You Need to Know About SSH SOCKS5 …

    Nov 26, 2022 · Run the following command in your terminal to set up SSH SOCKS5 proxy: $ ssh -D 0000 -q -C -N user@VPS_IP. Remote host/device name: user@VPS_IP. SOCKS Proxy local port: -D 0000 (0000 is an example …

  6. How to invoke a command using specific proxy server?

  7. How to create a SOCKS5 proxy tunnel via SSH

    Dec 27, 2023 · Open the terminal, then connect to your server via SSH and use the SOCKS5 parameter to enable the local SOCKS5 server: ssh -D8080 user@server. The parameter “-D” enables the SOCKS5 local server and it is …

  8. Ultimate Guide to SSH SOCKS Proxy Setup - swissmade.host

  9. linux - How can I use SSH with a SOCKS 5 proxy? - Super User

  10. Some results have been removed