Skip to main content

How to Pass All Of Your Network Traffic Through Tor on Linux

Hey guys, I am here with another post. Today I will guide you on how to set up proxy to pass all of your network traffic through TOR. If you don't know what tor is, well, Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy, confidential business activities and relationships, and state security.
This is quite easy to set up and shouldn't you more than 10 minutes. Let's get started.



Install and Setup Tor and Privoxy

  • First thing you need to do is install Tor and Privoxy on your linux. Just run the command shown below:
sudo apt-get install tor privoxy
  • After installing you need to make some small changes to the privoxy config file. To do that, run this command in the terminal to open config file in leafpad:
sudo leafpad /etc/privoxy/config
  • Now scroll down to the end of the config file and add these lines:
forward-socks5 / localhost:9050 .
forward-socks4 / localhost:9050 .
forward-socks4a / localhost:9050 .
  • Now save the file and exit from the leafpad.
  • Now you need to start the tor and privoxy services
service tor start
service privoxy start
  • Now you need to open "Network Settings" then go to proxy and setup just like it is shown in the picture below
Proxy Settings
 
And you are done. Now all your network traffic is going through Tor.
If you like this post then please like and share us on facebook, twitter or wherever you want. Just share it buddy.

Comments

Popular posts from this blog

How to Fix Bluetooth not Working in Kali Linux

Hello everyone, how are you guys? Good? Cool. Quick question, Do you like our new theme? Let us know in the comments. so this article is for you if you are running Linux and your Bluetooth is not working. So I am here to help you fix that. It will be up and running in no time.

How to Flash TWRP on Samsung Galaxy Star Advance (SM-G350E)

Hi guys, I am back with another flashing guide. I had this Samsung phone lying around, so I thought about experimenting on it with custom rom. So I started searching for custom recovery, and I find out that this device is not officially supported by TWRP, but I got my hands on unofficial build of TWRP. Well I have to tell you, flashing TWRP on this device wasn't an easy task (mainly because, their isn't any simple guide available).

How to Find Wi-Fi Password on windows using CMD

If you wanna know the password of your own wifi network that you are connected to or have connected before, then this post is for you. Today I will show you how to find the wifi password on windows  using cmd. Please note that this is not a hacking guide, however if you want a hacking guide on WiFi then please click here .