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:
-
- 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;
- 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;
-
- 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.