Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > Free Toolchain Software

Reply
 
LinkBack (2) Thread Tools Display Modes
  #81 (permalink)  
Old 09-17-2008, 11:40 AM
alk
Status: Offline
Member
 
Join Date: Nov 2007
Posts: 45
Rep Power: 0
alk is on a distinguished road
Default

Quote:
Originally Posted by zidane47us View Post
Hi alk,
Is it possible to utilize this method for Jaadu vnc?
TIA!
For remote access from iphone to XP/2003/Vista it's better to use Mocha Remote Desktop for iphone.
http://www.mochasoft.dk/iphone_rdp.htm
The lite version is free and does not need to install any third party server components (tightvnc) on XP/2k3.
To access the PC, local or remote, over the cable from iphone you need to add extra reverse tunnel in Tunnelier configuration, see S2C section.
For example, if you'd like to connect to the Desktop of some r.no-ip.org machine add the following entry in the list
Code:
List. Int | List. Port| Dest.Host  | Dest. Port
0.0.0.0  |  3389     | r.no-ip.org | 3389
Then for connection over tunnel in Mocha RDP you need to add entry to 127.0.0.1 thru port 3389 and voila, you will see the remote desktop of r.no-ip.org on the iphone screen.
If you still prefer to use vnc just change the destination host and port which vnc uses (5900) in reverse tunnel entry. Don't forget that on iphone you should then connect to 127.0.0.1:5900
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #82 (permalink)  
Old 09-17-2008, 12:49 PM
Jim Danner
Status: Offline
Respected Member
 
Join Date: Dec 2007
Posts: 1,029
Rep Power: 67
Jim Danner is a jewel in the roughJim Danner is a jewel in the roughJim Danner is a jewel in the rough
Default

Alk, great tutorial and brilliant innovation. That thing you describe in the "use the phone's EDGE connection on your computer" tutorial, where the SSH client Tunnelier converts an SSH connection into a proxy that can be used by a web browser: is that specific to this SSH client, or is there a way to so it in WinSCP as well? Any ideas about that?
__________________
iPhone 3GS / 3.1.2 JB (PwnageTool) / 04.26.08 carrier-locked, Carrier Logo Fixer / Cydia / 1000 posts on Hackint0sh

Installing Cydia programs on a phone that has no internet connection: read this.

Editing binary .plist, .strings, .nib and .xib files:
* on your computer: Windows tool / conversion website.
* on your iPhone: convert those files in a terminal with plutil (installed with Erica Utilities) or edit them with iFile (Cydia links).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #83 (permalink)  
Old 09-17-2008, 02:43 PM
CoBra1
Status: Offline
Junior Member
 
Join Date: Apr 2008
Posts: 25
Rep Power: 0
CoBra1 is on a distinguished road
Default

I ... LOVE... IT

Just what was missing for my iphone... TAHnx aLOT
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #84 (permalink)  
Old 09-17-2008, 03:04 PM
alk
Status: Offline
Member
 
Join Date: Nov 2007
Posts: 45
Rep Power: 0
alk is on a distinguished road
Default

Quote:
Originally Posted by Jim Danner View Post
where the SSH client Tunnelier converts an SSH connection into a proxy that can be used by a web browser: is that specific to this SSH client, or is there a way to so it in WinSCP as well?
Well, you can use any other ssh client for the same activity, putty is first in this list. Later I'll publish another manual where putty is featured.
But WinSCP is another beast. It's not for tunneling, it's excellent file transfer utility.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #85 (permalink)  
Old 09-17-2008, 04:10 PM
Jim Danner
Status: Offline
Respected Member
 
Join Date: Dec 2007
Posts: 1,029
Rep Power: 67
Jim Danner is a jewel in the roughJim Danner is a jewel in the roughJim Danner is a jewel in the rough
Default

Quote:
Originally Posted by alk View Post
Well, you can use any other ssh client for the same activity, putty is first in this list. Later I'll publish another manual where putty is featured.
But WinSCP is another beast. It's not for tunneling, it's excellent file transfer utility.
In the configuration menu in PuTTY there are indeed some settings relating to proxy, but they seem to be about connecting PuTTY as a client to a proxy server, and not making PuTTY into a proxy server. Or am I looking in the wrong place?

__________________
iPhone 3GS / 3.1.2 JB (PwnageTool) / 04.26.08 carrier-locked, Carrier Logo Fixer / Cydia / 1000 posts on Hackint0sh

Installing Cydia programs on a phone that has no internet connection: read this.

Editing binary .plist, .strings, .nib and .xib files:
* on your computer: Windows tool / conversion website.
* on your iPhone: convert those files in a terminal with plutil (installed with Erica Utilities) or edit them with iFile (Cydia links).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #86 (permalink)  
Old 09-17-2008, 04:48 PM
alk
Status: Offline
Member
 
Join Date: Nov 2007
Posts: 45
Rep Power: 0
alk is on a distinguished road
Default

Quote:
Originally Posted by Jim Danner View Post
but they seem to be about connecting PuTTY as a client to a proxy server, and not making PuTTY into a proxy server. Or am I looking in the wrong place?
The wrong place.
You need to go to Connection/SSH/Tunnels section in putty and add Dynamic tunnel with Source port 1080. You will see D1080 in the Forwarded ports: box above.
This is equivalent to Tunnelier Socks Proxy Forwarding in Services tab.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #87 (permalink)  
Old 09-17-2008, 05:33 PM
Jim Danner
Status: Offline
Respected Member
 
Join Date: Dec 2007
Posts: 1,029
Rep Power: 67
Jim Danner is a jewel in the roughJim Danner is a jewel in the roughJim Danner is a jewel in the rough
Default

Quote:
Originally Posted by alk View Post
The wrong place.
You need to go to Connection/SSH/Tunnels section in putty and add Dynamic tunnel with Source port 1080. You will see D1080 in the Forwarded ports: box above.
This is equivalent to Tunnelier Socks Proxy Forwarding in Services tab.
That works. Great, thanks!

__________________
iPhone 3GS / 3.1.2 JB (PwnageTool) / 04.26.08 carrier-locked, Carrier Logo Fixer / Cydia / 1000 posts on Hackint0sh

Installing Cydia programs on a phone that has no internet connection: read this.

Editing binary .plist, .strings, .nib and .xib files:
* on your computer: Windows tool / conversion website.
* on your iPhone: convert those files in a terminal with plutil (installed with Erica Utilities) or edit them with iFile (Cydia links).
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #88 (permalink)  
Old 09-21-2008, 05:09 AM
abc12345's Avatar
abc12345
Status: Offline
Supporter
 
Join Date: Dec 2007
Posts: 154
Rep Power: 10
abc12345 is on a distinguished road
Default

Since this thread born ,I am not using a wireless modem to connect to my iPhone.

Thank you God.
__________________
Doctor of the all iPhone'S
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #89 (permalink)  
Old 10-01-2008, 07:05 PM
ibic
Status: Offline
Member
 
Join Date: Dec 2007
Posts: 56
Rep Power: 4
ibic is on a distinguished road
Default

That is .... Awsome!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Sponsored links Remove advertisements
Advertisement
Advertisement

  #90 (permalink)  
Old 10-01-2008, 08:45 PM
kneeslasher
Status: Offline
Member
 
Join Date: Mar 2007
Posts: 39
Rep Power: 0
kneeslasher is on a distinguished road
Default

So hang on a sec. Thinking ahead, what with pdanet tethering working so well.... it should technically be possible simply to plug in your iPhone and have instant access to the iPhone's connection if these two methods (pdanet and usb network connection) are brought together...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


LinkBacks (?)
LinkBack to this Thread: http://www.hackint0sh.org/f126/48459.htm
Posted By For Type Date
iPhone?USB???????? - ?????????????????????1?????(??????)??? This thread Refback 01-14-2009 05:03 PM
SSH and WinSCP without WiFi This thread Refback 01-14-2009 02:52 PM



All times are GMT +2. The time now is 03:04 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105