Wheels Posted November 30, 2010 Share Posted November 30, 2010 How do I tunnel with my iTouch on my existing HTTP tunnel? If it helps, here is the .bat file I execute when connecting via a regular (non-iTouch) computer. I use plink as my SSH client. start plink.exe -N -D 9999 root@username.dyndns.org -P 443 I found the following link while doing research - (http://snipplr.com/view/16563/how-to-connect-to-a-socks-proxy-from-an-unjailbroken-iphoneipod-touch/) but I have never used .PAC files. Any help greatly appreciated. Quote Link to comment Share on other sites More sharing options...
Netshroud Posted December 1, 2010 Share Posted December 1, 2010 If you have a terminal with SSH, it would be ssh -N -D 9999 root@username.dyndns.org -P 443 essentially just replace "start plink.exe" with "ssh". Quote Link to comment Share on other sites More sharing options...
Jamo Posted December 1, 2010 Share Posted December 1, 2010 You need jailbroken iPodTouch for ssh tunneling. Then you need terminal ans openssh installed. Then open terminal, ssh -D 8080 user@dyndnsORip -p 443 Then go to |settings|wifi|yourwlan connection| down on that page that shows your ip "use http proxy" "manual" set server to be localhost ie. 127.0.0.1 and port 8080 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.