maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   (HELP) System wide proxy using tor (https://talk.maemo.org/showthread.php?t=74594)

bzbnd 2011-07-03 20:58

(HELP) System wide proxy using tor
 
Is there any way to use tor in all apps like HAM ?

bzbnd 2011-07-03 21:04

Re: (HELP) System wide proxy using tor
 
Or is there any other app which works like tor but in all of apps

Dehshizknight 2011-07-03 21:07

Re: (HELP) System wide proxy using tor
 
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?

pH5 2011-07-03 21:33

Re: (HELP) System wide proxy using tor
 
This should be possible if you have a kernel with NAT support, i.e. kernel-power:
https://trac.torproject.org/projects...ansparentProxy

bzbnd 2011-07-04 08:42

Re: (HELP) System wide proxy using tor
 
Can anyone help me with more understandable and easier solution ?

jedi 2011-07-04 09:01

Re: (HELP) System wide proxy using tor
 
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....

Captwheeto 2011-07-04 09:02

Re: (HELP) System wide proxy using tor
 
Quote:

Originally Posted by Dehshizknight (Post 1044105)
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

nonviolent 2013-04-15 13:53

Re: (HELP) System wide proxy using tor
 
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

padmaraj.ravi 2014-10-13 18:28

Re: (HELP) System wide proxy using tor
 
Quote:

Originally Posted by nonviolent (Post 1336200)
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.?


All times are GMT. The time now is 19:54.

vBulletin® Version 3.8.8