How to Use Tortunnel to Quickly Encrypt Internet Traffic

S

system

Guest
How to Use Tortunnel to Quickly Encrypt Internet Traffic

Step 1 Download & Install Tortunnel

Code:
All writing in bold means it is intended to be entered in a terminal emulator.

Let’s start by downloading and configuring our Tortunnel software.
[CODE]Download Totunnel from its official mirror:
    wget http://www.thoughtcrime.org/software/tortunnel/tortunnel-0.3.tar.gz
Extract the archive:
    tar zxvf tortunnel-0.3.tar.gz
Change to the new directory:
    cd tortunnel-0.3
Configure the files:
    ./configure
Compile and install the program:
    sudo make && sudo make install
[/CODE]
Step 2 Set Up Our Tunnel

Code:
Now let’s set up our Tortunnel to be ready to have traffic run through it.
[CODE]Let's put a SOCKS interface on localhost port 5060:
    torproxy -p 5060 -r
That's all you need to do, but if you have a specific exit node you want to tunnel through, use this:
    torproxy -p 5060 -n 
Open your browser (or another internet program) and change your network/proxy settings to:
    http://localhost:5060
-OR-
    127.0.0.1:5060
[/CODE]
http://null-byte.wonderhowto.com/blog/use-tortunnel-quickly-encrypt-internet-traffic-0131169/
http://www.thoughtcrime.org/software/tortunnel/

Ko je raspolozen moze slobodno da prevede tekst sa datih linkova
 
Top