VNC is insecure as it is, but is secure when tunneled over ssh:
set up your home wireless router to only pass port 22 (ssh) to your home computer. ssh from your work machine to the home machine, tunneling port 5900 as you do so. then use VNC over ssh. voila.
Cliffs Notes:
1. set up router to forward port 22
2. ssh -L 5900:localhost:5900 myhomerouter'sIPaddressgoeshere
3. connect to localhost:5900 in your VNC client of choice
(read the google hits linked above if this doesn't make sense.)
I don't have much in the way of security issues because I don't allow external connections (outside of my LAN).
To get to your work computer from home, you'd need to get your IT department to open up a port in the firewall unless you have your own external IP (unlikely, and also unlikely that they'll be willing to open up a port for you unless it's a very small company).
To connect to home from work you just need to follow these instructions in forwarding a port through your wireless router.
i trust OpenSSH's maintainers a whole lot more than those of UltraVNC. when ssh works why try to supplant it?
also, with regard to connecting to work i actually came across a pretty solid way around firewalls -- you probably saw the earlier thread, where $tinkle actually provided serious advice, etc.:
My office is very small, basically I'm the IT guy because I know more about computers than anyone else here. As I see it, our internet comes in from the DSL modem goes to a wireless router to a switch to out individual computers. The switch gives out the IP address. again thanks for the help
VNC is insecure as it is, but is secure when tunneled over ssh:
set up your home wireless router to only pass port 22 (ssh) to your home computer. ssh from your work machine to the home machine, tunneling port 5900 as you do so. then use VNC over ssh. voila.
Cliffs Notes:
1. set up router to forward port 22
2. ssh -L 5900:localhost:5900 myhomerouter'sIPaddressgoeshere
3. connect to localhost:5900 in your VNC client of choice
(read the google hits linked above if this doesn't make sense.)
Yes, this is the way to go or you can buy a router with a VPN server and you don't have to do anything as long as nobody on your LAN wants to middleman your VNC session and steal your info in transit If you have a VPN you can also use RDP which in the current generation (6) is now more secure than it use to be but you need current RDP on both client and server. Any remote access protocol that is only encrypted can be middleman'd if its not authenticated (prior to RDP 6 there was no authentication)
If you want to pay for a service (from Citrix), Gotomypc usually works even with firewalls in place as it routes over port 80 or 443 and its secured using SSL w/128-bit AES.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.