up vote 3 down vote favorite
2
share [g+] share [fb]

What is the best way to enable remote access (for desktop support purposes) to a network where there is a single server on a fixed IP and a number of Windows DHCP clients (all with internet access, but the clients are all using NAT for external access)

link|improve this question

71% accept rate
feedback

14 Answers

up vote 4 down vote accepted

We use Remote Desktop (comes with Windows XP pro).

We have also used LogMeIn

link|improve this answer
LogMeIn appears to be the best solution, thanks to everyone who suggested it. – DrStalker Sep 25 '08 at 4:53
feedback

Bomgar and UltraVNC are also very good. (I'm very happy with Bomgar; remote access to any client machine anytime with just a few simple clicks on their part -- even Macs. UltraVNC is a wonderful free cross-platform tool.)

link|improve this answer
1  
Bomgar is a breath of fresh air. – Gili Mar 19 '09 at 3:05
feedback

Maybe stupid answer - install Live Mesh on all machines and not depending on security policies you'll get desktop access as soon as port 80 is not closed. ) Cheers.

link|improve this answer
feedback

I've not used it, but I've heard that FogCreek's Copilot is good for desktop support (and it's Joel Spolsky's company :)

link|improve this answer
They have a free (1-minute) trial. I've used it and it works really well. – JosephStyons Sep 23 '08 at 2:39
feedback

I have used this in the past, adn it works well and can be used free:

https://secure.logmein.com/home.asp?lang=en

Has a very nice interface and can access any pc you have setup for it through the web, and across the firewall (as long as port 80 outbound is not blocked which i doubt or no one would be browsing the net ;)).

link|improve this answer
Sorry nathan, i missed that you already linked Logmein. – mattlant Sep 23 '08 at 2:12
np, the answer's come fast & furious here :-) – Nathan Koop Sep 23 '08 at 2:30
feedback

One of the best tools to do that is LogMeIn because you don't have to deal with Nat / Ip or other technical (non-User) information. It's very fast and reliable.

I've use this tool several times and it works very well.

link|improve this answer
feedback

If you have an SSH server in the remote network, you can use an SSH tunnel to tunnel either VNC traffic or Remote Desktop traffic.

link|improve this answer
feedback

UltraVNC here.

link|improve this answer
feedback

If you only need access for one user/computer at a time, you can forward RDP (3389) then once connected to that machine you can RDP into any other machine on that network.

Just to be clear you have a connection to a publicly accessible machine, which has an RDP connection to another machine on the network.

This works well, but you can only have one user at a time.

Depending on the number of machines/security policies, you could use Live Mesh.

link|improve this answer
feedback

We use TightVNC a free cross platform VNC. But Tight VNC isn't very secure in its self (the password is sent in the clear!) We use CopSSH and tunnelier SSH client. TightVNC and Tunnelier can be launched from a Thunbdrive and Tunnelier of course tunnels thus simplifying Proxy and Firewall issues.

link|improve this answer
feedback

ultravnc single click, lets users download a small (160kb) app and connect to you.

i have set it up with a local repeater and several incoming channels so that when users call us, we can tell them what channel to use, and they can connect to anyone in the office.

have only come across one place that has a firewall that stops it

link|improve this answer
feedback

If you have a linux box at the remote end, and you can forward SSH (port 22) from the firewall to it, then you might consider NX from NoMachine. It can act as a VNC or RDP conduit to machines in it's local network.

link|improve this answer
feedback

RealVNC http://www.realvnc.com/ is very friendly. They have a free version and a paid one with support. (I'm not affiliated)

link|improve this answer
feedback

My company uses proxy networks software to do this. I find it pretty easy to use. Would recommend their remote desktoping program.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.