Notices


Reply
Thread Tools
bzbnd's Avatar
Posts: 209 | Thanked: 76 times | Joined on Mar 2010
#1
Is there any way to use tor in all apps like HAM ?
 
bzbnd's Avatar
Posts: 209 | Thanked: 76 times | Joined on Mar 2010
#2
Or is there any other app which works like tor but in all of apps
 
Posts: 5 | Thanked: 1 time | Joined on Apr 2010 @ Florida
#3
Since my college uses a proxy with a login on their wifi, I'm limited to just the web browser for internet access. As for the application manager, IM, etc. I'm out of luck. I saw this mentioned in another thread from a while back to no avail. Maybe a reboot to the idea can spark someone with more experience to get this idea in development?
 

The Following User Says Thank You to Dehshizknight For This Useful Post:
pH5's Avatar
Posts: 138 | Thanked: 375 times | Joined on Aug 2009 @ Berlin
#4
This should be possible if you have a kernel with NAT support, i.e. kernel-power:
https://trac.torproject.org/projects...ansparentProxy
 

The Following User Says Thank You to pH5 For This Useful Post:
bzbnd's Avatar
Posts: 209 | Thanked: 76 times | Joined on Mar 2010
#5
Can anyone help me with more understandable and easier solution ?
 
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#6
Some stuff in this thread might help.

But you really shouldn't be trying to pipe all your network traffic down a tor connection. Even if you do it'll be very s-l-o-w....
__________________
May the source be with you.
 
Captwheeto's Avatar
Posts: 302 | Thanked: 193 times | Joined on Oct 2008 @ England
#7
Originally Posted by Dehshizknight View Post
Since my college uses a proxy with a login on their wifi, I'm limited to just the web browser for internet access. As for the application manager, IM, etc. I'm out of luck. I saw this mentioned in another thread from a while back to no avail. Maybe a reboot to the idea can spark someone with more experience to get this idea in development?
You can just export the http proxy with the correct credentials and then use apt to get packages. I think pidgin accepts proxy too
 
Posts: 9 | Thanked: 8 times | Joined on Mar 2013
#8
there is a way to use all your apps in work or school where you behind isa server (authentication proxy)

this work without export your proxy or put your proxy setting in wifi profiles

so to make this work you have to install tor.
after install it :

1-cd to tor configuration file and back-up it
cd /etc/tor/

sudo cp torrc torrc-orig

now we are ready to edit the config file

2- use your favorite text editing app to edit /etc/tor/torrc

add these lines :

Code:
#HTTPSProxy                    proxyaddress:proxyport
HTTPSProxyAuthenticator         domain\username:password
#Socks5Proxy                    proxyaddress:proxyport
Socks5ProxyUsername             domain\username
Socks5ProxyPassword             password
#ReachableAddresses             reject *:*
#ReachableAddresses             accept *:*
now its depend to your work,school network
is it use http-proxy or socks-proxy? (most of the time uses http-proxy)

if your network place use http-proxy then uncomment HTTPSProxy
and fill it with your HTTP proxy Address and port

if it use socks5-proxy then uncomment Socks5Proxy and fill it with your Socks proxy Address and port

3-keep these two commented

#ReachableAddresses reject *:*
#ReachableAddresses accept *:*

most network close or filter their ports, so we must check if the ports tor try to connect is closed or not
run tor if tor port closed it will tell something like this

"Proxy Client :unable to connect to ip-address:port"

now take every port tor cant connect to and write it
now uncomment these

#ReachableAddresses reject *:*
#ReachableAddresses accept *:*

let's say we have 9001, 9003,9005 closed

ReachableAddresses reject *:9001,*:9003,*:9005
ReachableAddresses accept *:*

now tor reject any connection with these ports
and accept any


now run tor and enjoy


Almost all app will work
App I tried:

Availability :facebook,msn"haze",skype, (work)
apt-get (work)
Yappari (work)


msn "pecan" (not work for me)

sorry for my bad English

Last edited by nonviolent; 2013-04-15 at 14:22.
 

The Following 2 Users Say Thank You to nonviolent For This Useful Post:
Posts: 69 | Thanked: 195 times | Joined on Jan 2013 @ kerala
#9
Originally Posted by nonviolent View Post
there is a way to use all your apps in work or school where you behind isa server (authentication proxy)

this work without export your proxy or put your proxy setting in wifi profiles

so to make this work you have to install tor.
after install it :

1-cd to tor configuration file and back-up it
cd /etc/tor/

sudo cp torrc torrc-orig

now we are ready to edit the config file

2- use your favorite text editing app to edit /etc/tor/torrc

add these lines :

Code:
#HTTPSProxy                    proxyaddress:proxyport
HTTPSProxyAuthenticator         domain\username:password
#Socks5Proxy                    proxyaddress:proxyport
Socks5ProxyUsername             domain\username
Socks5ProxyPassword             password
#ReachableAddresses             reject *:*
#ReachableAddresses             accept *:*
now its depend to your work,school network
is it use http-proxy or socks-proxy? (most of the time uses http-proxy)

if your network place use http-proxy then uncomment HTTPSProxy
and fill it with your HTTP proxy Address and port

if it use socks5-proxy then uncomment Socks5Proxy and fill it with your Socks proxy Address and port

3-keep these two commented

#ReachableAddresses reject *:*
#ReachableAddresses accept *:*

most network close or filter their ports, so we must check if the ports tor try to connect is closed or not
run tor if tor port closed it will tell something like this

"Proxy Client :unable to connect to ip-address:port"

now take every port tor cant connect to and write it
now uncomment these

#ReachableAddresses reject *:*
#ReachableAddresses accept *:*

let's say we have 9001, 9003,9005 closed

ReachableAddresses reject *:9001,*:9003,*:9005
ReachableAddresses accept *:*

now tor reject any connection with these ports
and accept any


now run tor and enjoy


Almost all app will work
App I tried:

Availability :facebook,msn"haze",skype, (work)
apt-get (work)
Yappari (work)


msn "pecan" (not work for me)

sorry for my bad English
Hi,
First of all thanks for the post.I am trying to make yappari through tor.Do i have to make any other changes other than starting tor to make it work.?
 
Reply


 
Forum Jump


All times are GMT. The time now is 12:38.