PDA

View Full Version : remote desktop (WXP)



eliteconnections
12-28-2002, 08:01 PM
how do I connect 2 computers in different states with remote desktop? Is this the best program for
this application. Both machine are running xp pro.

homeflash
12-30-2002, 01:37 PM
try tightvnc

http://www.webattack.com/get/tightvnc.shtml

Basically, you load the application on one machine, the other machine will go to the browser to do remote control. It's pretty easy and good!!

Paul S
12-30-2002, 03:30 PM
...and free /images/forums/icons/smile.gif

<font color=green>Paul</font color=green>

<font color=blue>mailto:paul@winguides.com (paul@winguides.com)</font color=blue>

redbird_400
01-08-2003, 01:20 PM
Hmm... I dont know about that one there. Where is the security in it? Is it a secure connection? Does it use any kind of encryption? Programs like netbus might not be such a good thing to install and use over the internet with out the security. It just makes it easier for someone to come across and find one or you ports open to walk right through and take controll over your pc. Keep in mind some of these programs are used for the wrong reasons. If I were you I would look into a secure VPN.

jdharm
01-09-2003, 03:29 PM
I use a combination of a VPN connection and then connecting to the other computer with VNC over the VPN connection.

In any case, here is the answer to the security question:

&lt;<a target="_blank" href=http://www.uk.research.att.com/vnc/faq.html#q55>http://www.uk.research.att.com/vnc/faq.html#q55 (http://www.uk.research.att.com/vnc/faq.html#q55>How)&gt;

Access to your VNC desktop generally allows access to your whole environment, so security is obviously important. VNC uses a challenge-response password scheme to make the initial connection: the server sends a random series of bytes, which are encrypted using the password typed in, and then returned to the server, which checks them against the 'right' answer. After that the data is unencrypted and could, in theory, be watched by other malicious users, though it's a bit harder to snoop a VNC session than, say, a telnet, rlogin, or X session. Since VNC runs over a simple single TCP/IP socket, it is easy to add support for SSL or some other encryption scheme if this is important to you, or to tunnel it through something like SSH or Zebedee.

SSH allows you to redirect remote TCP/IP ports so that all traffic is strongly encrypted, and this can be combined with VNC. SSH can also compress the encrypted data - this can be very useful if using VNC over slow links. See the 'Using SSH with VNC' page. Zebedee is a similar system which can be sometimes simpler to use. You can find info here.

While we're on the subject of security, you should also be aware that only the first 8 characters of VNC passwords are significant. This is because the 'getpass' call used in the Unix server to read a password has this restriction, and the other platforms have been made compatible with this.

Wolfram Gloger &lt; wmglo@dent.med.uni-muenchen.de&gt; has built Xvnc with the TCP Wrapper library, allowing you more control over which hosts are allowed to connect. See the contribs page for details.


Josh

[i]Sorry folks, I'm an idiot. Moose out front shoulda told ya. [i]