Results 1 to 2 of 2
  1. #1
    Got a whack on head! balakrish's Avatar
    Join Date
    Apr 2012
    Location
    inside every Coding ..
    Posts
    68

    Question SSH Proxy and http proxy?

    Hi friend!
    Actually I have two pc-s. One is here and another one is "some where" else. I got very fast internet connection on that 2nd pc. 1st PC runs ubuntu 12.04LTS and second one also runs ubuntu 12.04LTS.
    I always use ssh tunneled proxy to ensure my internet privacy. I create ssh tunnel using the following command on my first pc:
    Code:
    ssh -D 8080 balakrish@mySecondPcIp.com
    This will create ssh socks proxy and i will have to configure my firefox to use that proxy. Now let me come to the actual problem
    I've configured my second pc to use a http proxy to ensure more privacy.
    by changing the .bashrc file:
    Code:
    http_proxy=http://username: password@httpProxyIp: port/
    2nd machine uses this proxy as its http proxy. But whenever i tunnel my second machine from my first machine,it actually doesn't use the proxy,instead it goes directly to internet. Where im doing wrong???

    Thank you,
    Balakrish
    (I know my qn is little bit tricky but YOU CAN ANSWER )
    Last edited by balakrish; 14-05-2012 at 05:35 PM.

  2. #2
    change is constant!! khmadhu's Avatar
    Join Date
    Jan 2010
    Location
    Bengaluru
    Posts
    496

    Default Re: SSH Proxy and http proxy?

    how u know its going directly..? if u have applied proxy in firefox. either it should go through proxy or it must give "proxy not found" error!..
    If you really wanna think, try to think from Atom to Universe!!

    cpu: core i5 2500k, mobo: DP67BG, RAM:Corsair 8GB(4x2) 1600 Mhz, XFX HD 5770, 1TB seagate 6Gbps 7200 rpm , SAGA II 500W

Similar Threads

  1. Http Proxy settings for android ?
    By atherq in forum Mobiles and Tablets
    Replies: 2
    Last Post: 17-05-2011, 07:16 PM
  2. What is HTTP proxy,
    By easwaran in forum Software Q&A
    Replies: 8
    Last Post: 17-06-2009, 09:52 AM
  3. SSH via HTTP Proxy
    By desertwind in forum Open Source
    Replies: 17
    Last Post: 13-03-2007, 07:45 PM
  4. "http://localhost:9100/proxy.pac" problem in IE6
    By taken in forum Software Q&A
    Replies: 5
    Last Post: 04-03-2006, 01:44 PM
  5. plz tell me how to bypass http proxy server
    By roxisayshi in forum QnA (read only)
    Replies: 8
    Last Post: 22-04-2005, 03:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close