On Linux, a proxy server can be connected by entering new settings into the terminal. Below we will analyze in detail what data you need to enter into the command line to configure the proxy properly. We will take Kali Linux as a basis, but the principle of setting up an intermediary server will be identical on all versions of this operating system.
To set up a proxy server on Linux, you need to follow these steps:
When choosing a proxy, try to avoid transparent servers. They will not provide you with anonymity when surfing the Internet, as they do not hide your real IP address.
If you have already selected proxy servers, then all that remains is to add them to the database. To do this, write the following phrase in an open notebook:
" Http 223.16.229.241 8080 ".
The first number is the IP of your proxy, the second is its port. Make skips of such a plan by pressing the "Tab" button.
For example, to launch the Firefox browser through a proxy on your computer, you need to enter the following phrase: " proxychains4 firefox ".
You can find out the current IP address of the proxy server in use by entering the phrase:
" Proxychains4 wget -qO- eth0.me ".
The setup is complete! Now you can use a proxy server on Linux to increase anonymity, protect against various types of network attacks, and solve many other problems.