TightVNC'ers

Ight, i got vnc to work throughout my lan network(well minus getting my linux to work as a remote desktop, but i can connect to other comps on my lan). . . so now i'm trying to get it work to liek my friends networks.

Linux Software 434 This topic was started by ,


data/avatar/default/avatar09.webp

175 Posts
Location -
Joined 2004-01-25
Ight, i got vnc to work throughout my lan network(well minus getting my linux to work as a remote desktop, but i can connect to other comps on my lan)...so now i'm trying to get it work to liek my friends networks...but i don't know how to connect to them...internal ips wouldnt' work...so i had friend go to whatismyip.com get his ip that way, then i trie dto remote connect to that..but no luck..anyone know how i connect over the internet?
Daum

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar22.webp

71 Posts
Location -
Joined 2000-03-19
The safest way to do this is to tunnel through SSH. I do wish that I had time to detail the instructions for setting up an SSH tunnel for VNC, but there are a number of websites that will tell you how to do this. The key is knowing that ports 5900-5909 correspond to VNC session numbers 0 through 9. If you want to use session 1, you will need port 5901. In this case, just set up a tunnel on the client machine for port 5901, and then in VNC, connect to localhost:1 (or 127.0.0.1:1) and you should be all set.
 
If you're not familiar with SSH tunneling, you should read up on how it works. You're basically making the client machine think that the services that are available at the other end (through the SSH) are actually on the local machine. Those requests are forwarded by SSH to whichever machine on the other end you want them to be forwarded to. All of this is fully encrypted via whichever encryption you're using in SSH (AES is excellent), and while you'll take somewhat of a performance hit through an encrypted connection, it is far safer than having this kind of traffic passing unencrypted over the internet.
 
Good luck!

data/avatar/default/avatar09.webp

175 Posts
Location -
Joined 2004-01-25
OP
Ok, well, i can remote connect to another person...i need to get this up and running..the person is on SBC Yahoo! DSL and I set up a vnc server on her comp...it gave me two ips a 69 one and a 169 one(when you held the mouse of the icon)..the latter was what registered as her ip when i did winipcfg(the 169 one)...and when i tight the 169 ip into my remote desktop connection it immediatly says there is no vnc server at the location..when i do the 69 oen it just takes forever...soemone please leave me a read me or im me at matttah if you know hwo to get this working...
 
oh and...she is not on a huge network, it goes from the yahoo's dsl box staright into her comp. also about how the icon will display the two ips..why is it doing this..on mine it is only showing the local ips.
 
Daum