IPad shared pc ssh sock5 to HTTP proxy for Internet access

Source: Internet
Author: User
Tags ssh account

PC and iPad are in the same LAN

 

Pc ip: 192.168.1.99

 

Proxy Software for PC machines (such as tunnelier) connected to the Internet successfully (sock5)

 

Install the Privoxy software (see the followingArticle)

 

Note: Change 127.0.0.1: 8118 to 192.168.1.99: 8118.

 

Now, both the PC and iPad can use the 192.168.1.99: 8118 proxy to access the Internet.

 

Convert socks proxy to HTTP Proxy 2010/12/10 at 12: 49 Old King of Bodhi 3 comments

Previously, the SSH account and myentunnel were used as the proxy for the Internet, but the proxy itself is Socks type. Internet Explorer only supports HTTP proxy, so setting 127.0.0.1: 7070 to IE proxy does not work.

With Privoxy, the socks proxy can be converted into an HTTP proxy. The conversion method is as follows:

  1. Modify the Privoxy configuration file, find the line "Listen-address", and change it to "Listen-address 127.0.0.1: 6060", which is the port of the HTTP Proxy you need;
  2. Find the "forward-socks5" line, remove the comment mark #, change this line to "forward-socks5/127.0.0.1: 7070.", 7070 is the port of the socks proxy;
  3. Restart Privoxy.

Enter 127.0.0.1: 6060 In the IE proxy to access the Internet. At this time, it is also convenient for other machines to use your port 6060 to access the Internet ~

Why? Because some software, such as Windows Live writer, only supports HTTP proxy, Privoxy is still very powerful. By the way, this log is written in Windows Live writer. 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.