Monday, January 21, 2008

Ubuntu - Install Tor to use the blocked MSN

The following step shows how to setup Tor to use the blocked MSN:
1) Install Tor
sudo apt-get install tor
sudo /etc/init.d/tor start
2) Config MSN for localhost
If your MSN and Tor are running at the same computer, the configuration is, Pidgin for example: Accounts --> Add/Edit --> (account) --> Modify Account --> Advanced --> Proxy Type --> Socks 5 --> Host: localhost, Port: 9050
3) Config for LAN
Open the config file:
sudo vi /etc/tor/torrc
Find the following line:
SocksListenAddress 127.0.0.1 # accept connections only from localhost
Add a new line:
SocksListenAddress XXX.XXX.XXX.XXX:PORT # accept connections from local network
XXX.XXX.XXX.XXX is the IP address of the pc running Tor, Port is any number not used.
For example:
172.21.18.247:9100
And then restart Tor:
sudo /etc/init.d/tor restart
Pidgin settings: ... --> Host: 172.21.18.247, Port: 9100
That's all.

1 Comments:

At 9/13/2008 10:31 PM , Blogger Unknown said...

I have just starte using privoxy with ubuntu and can't use pidgin any longer. The only way to enable it is installing Tor?

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home