LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-03-2012, 01:12 AM   #1
thelastblack
Member
 
Registered: Jun 2011
Distribution: Elementary OS beta 2
Posts: 48

Rep: Reputation: Disabled
Confused about using tor and proxy


Hi
I am using openSUSE 12.2 KDE,
and I connect to internet through a proxy server.
I want to use tor, and I cant figure out how to do this.
Also I cant use anything but firefox, like I cant
user zypper to update system.
I tried using `proxychains` for zypper with no luck.

So the question is how to use tor and my own HTTP proxy
together and also how to make `every` program use this combination
or at least my HTTP proxy.

thx in advance
 
Old 10-03-2012, 08:44 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by thelastblack View Post
So the question is
The first question is what traffic this proxy server allows and if it requires proxy authentication.
Have you at least tried configuring Yast for proxy use? As in Yast -> Network services -> Proxy?
 
1 members found this post helpful.
Old 10-03-2012, 12:28 PM   #3
thelastblack
Member
 
Registered: Jun 2011
Distribution: Elementary OS beta 2
Posts: 48

Original Poster
Rep: Reputation: Disabled
sry if i was not clear. i think it allows http and https.
i think i have tried that. i searched for proxy in kickoff and i configured everything it showed. after configuring it,
it wanted me to relogin, but i had the same
situation after this. nothing worked without explicit proxy setting.
i downloaded tor browser for linux and it
has an option for setting proxy, but i can't find anything in tor config files.
 
Old 10-03-2012, 02:35 PM   #4
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by thelastblack View Post
(..) i had the same situation after this. nothing worked without explicit proxy setting.
Does that mean that if you for example edit Firefox' own proxy settings you actually can access the 'net?


Quote:
Originally Posted by thelastblack View Post
i downloaded tor browser for linux
Please note TOR is not meant for huge volume traffic like streaming music, watching videos, downloading BitTorrent or your distributions updates.


Quote:
Originally Posted by thelastblack View Post
it has an option for setting proxy, but i can't find anything in tor config files.
That said TOR comes with documentation (or see https://www.torproject.org/documentation.html and https://wiki.torproject.org/noreply/...er/TorifyHOWTO) and manual pages. Here's the relevant part wrt specifying proxies:
Code:
       HTTPProxy host[:port]
           Tor will make all its directory requests through this host:port (or
           host:80 if port is not specified), rather than connecting directly
           to any directory servers.

       HTTPProxyAuthenticator username:password
           If defined, Tor will use this username:password for Basic HTTP
           proxy authentication, as in RFC 2617. This is currently the only
           form of HTTP proxy authentication that Tor supports; feel free to
           submit a patch if you want it to support others.

       HTTPSProxy host[:port]
           Tor will make all its OR (SSL) connections through this host:port
           (or host:443 if port is not specified), via HTTP CONNECT rather
           than connecting directly to servers. You may want to set
           FascistFirewall to restrict the set of ports you might try to
           connect to, if your HTTPS proxy only allows connecting to certain
           ports.

       HTTPSProxyAuthenticator username:password
           If defined, Tor will use this username:password for Basic HTTPS
           proxy authentication, as in RFC 2617. This is currently the only
           form of HTTPS proxy authentication that Tor supports; feel free to
           submit a patch if you want it to support others.

       Socks4Proxy host[:port]
           Tor will make all OR connections through the SOCKS 4 proxy at
           host:port (or host:1080 if port is not specified).

       Socks5Proxy host[:port]
           Tor will make all OR connections through the SOCKS 5 proxy at
           host:port (or host:1080 if port is not specified).

       Socks5ProxyUsername username

       Socks5ProxyPassword password
           If defined, authenticate to the SOCKS 5 server using username and
           password in accordance to RFC 1929. Both username and password must
           be between 1 and 255 characters.
 
1 members found this post helpful.
Old 10-04-2012, 06:11 AM   #5
thelastblack
Member
 
Registered: Jun 2011
Distribution: Elementary OS beta 2
Posts: 48

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by unSpawn View Post
Does that mean that if you for example edit Firefox' own proxy settings you actually can access the 'net?
yes, it works.

Quote:
Originally Posted by unSpawn View Post
Please note TOR is not meant for huge volume traffic like streaming music, watching videos, downloading BitTorrent or your distributions updates.
I dont do any of them (except for updating).
I mostly use tor because here internet is censored(IR) and I cant go everywhere without tor.
And sometimes I cant update my system without using tor (same reason).

Quote:
Originally Posted by unSpawn View Post
That said TOR comes with documentation (or see https://www.torproject.org/documentation.html and https://wiki.torproject.org/noreply/...er/TorifyHOWTO) and manual pages. Here's the relevant part wrt specifying proxies:
Code:
       HTTPProxy host[:port]
           Tor will make all its directory requests through this host:port (or
           host:80 if port is not specified), rather than connecting directly
           to any directory servers.

       HTTPProxyAuthenticator username:password
           If defined, Tor will use this username:password for Basic HTTP
           proxy authentication, as in RFC 2617. This is currently the only
           form of HTTP proxy authentication that Tor supports; feel free to
           submit a patch if you want it to support others.

       HTTPSProxy host[:port]
           Tor will make all its OR (SSL) connections through this host:port
           (or host:443 if port is not specified), via HTTP CONNECT rather
           than connecting directly to servers. You may want to set
           FascistFirewall to restrict the set of ports you might try to
           connect to, if your HTTPS proxy only allows connecting to certain
           ports.

       HTTPSProxyAuthenticator username:password
           If defined, Tor will use this username:password for Basic HTTPS
           proxy authentication, as in RFC 2617. This is currently the only
           form of HTTPS proxy authentication that Tor supports; feel free to
           submit a patch if you want it to support others.

       Socks4Proxy host[:port]
           Tor will make all OR connections through the SOCKS 4 proxy at
           host:port (or host:1080 if port is not specified).

       Socks5Proxy host[:port]
           Tor will make all OR connections through the SOCKS 5 proxy at
           host:port (or host:1080 if port is not specified).

       Socks5ProxyUsername username

       Socks5ProxyPassword password
           If defined, authenticate to the SOCKS 5 server using username and
           password in accordance to RFC 1929. Both username and password must
           be between 1 and 255 characters.
I think I needed this. Thank you!

Last edited by thelastblack; 10-04-2012 at 06:12 AM.
 
  


Reply

Tags
opensuse, proxy, tor


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setting up transparent proxy through TOR Itsamnaaj Linux - Networking 1 07-22-2012 04:06 AM
Setting up a Tranparent Tor proxy therite Linux - Newbie 1 04-07-2011 10:51 AM
Tor with Proxy otaku2k2 Linux - Networking 1 04-05-2009 03:17 PM
LXer: Ultimate Security Proxy With Tor LXer Syndicated Linux News 0 10-27-2008 10:10 AM
Using the anomizing proxy Tor robbbert Linux - Software 4 06-16-2006 12:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 02:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration