![]() |
2008-04-06
, 22:21
|
Posts: 1,950 |
Thanked: 1,174 times |
Joined on Jan 2008
@ Seattle, USA
|
#2
|
![]() |
2008-04-06
, 22:40
|
Posts: 2 |
Thanked: 2 times |
Joined on Jan 2008
|
#4
|
The Following User Says Thank You to lethall For This Useful Post: | ||
![]() |
2008-04-06
, 23:01
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#5
|
![]() |
2008-04-06
, 23:16
|
Posts: 118 |
Thanked: 26 times |
Joined on Feb 2008
|
#6
|
The Following User Says Thank You to m_stolle For This Useful Post: | ||
![]() |
2008-04-07
, 01:19
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#7
|
so, when you do
ssh -L5901:localhost:5901 user@targetIP
you are connecting to your home computer at "targetIP" and at the same time have created a tunnel. This tunnel makes it so that connecting to your local computer (presumable Nokia), port 5901 will get forwarded to "localhost" port 5901 on the remote end (hence, the comptuer you logged into via ssh).
Now, in VNC, you have to connect to the _NOKIA_ via "localhost", to VNC server :1 (the VNC server gets added to 5900 so this is in effect port 5901)
Martin
![]() |
2008-04-07
, 02:20
|
Posts: 2 |
Thanked: 2 times |
Joined on Jan 2008
|
#8
|
The Following User Says Thank You to lethall For This Useful Post: | ||
![]() |
2008-04-07
, 03:00
|
|
Posts: 100 |
Thanked: 13 times |
Joined on Mar 2008
|
#9
|
![]() |
2008-04-07
, 04:02
|
|
Posts: 202 |
Thanked: 28 times |
Joined on Jan 2008
|
#10
|
Someone please correct me if I am wrong.
Once I have the tunnel established between client and server, all I have to do is launch my VNC viewer and (as long as the VNC server is active at the server end) the VNC session will be secure? I guess I've been working under the assumption that there was something more to it. Is it really that easy?
The Following User Says Thank You to superstar For This Useful Post: | ||
Anyway . . .
What I want to do:
Access my XP PC via my n800 when I am out and about and using public wifi. I would like to connect to the machine through a VNC client/server setup and be able to access GUI, Windows explore system, and various apps running on the XP machine.
And I want to do this through an SSH so as to avoid all the nefarious predators lurking about the internets.
What I've done so far:
I have VNC viewer, x11VNC, and openssh installed on my n800. I have tightVNC, cygwin, and copSSh installed on my XP machine. I have connected my n800 as a VNC client to the XP VNC serve on my home WLAN.
I have also established a SSH tunnel (at least, I think that's what I did) from my n800 to the XP machine by going into xterm and entering the command "ssh username@external_ip_address" (where username and external_ip_address are the appropriate names for my setup).
What my question/problem is:
I don't know how to make these things work together. I'm assuming that once I have my tunnel open it's not simply a matter of firing up my VNC client and expecting the session to be secure. It would be awesome if that assumption is false. But if my assumption is correct, then I lack knowing what my next step is.
So if any of you tech gurus could provide some guidance, I would gladly provide my first born and eternal gratitude.