In my company we sometimes setup PC in hard to reach places. These PCs have WIFI USB dongles, and I want to control them from my laptop using VNC.

How do I setup a secure P2P connection over WIFI? All computers involved are running Win7 64bit.

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

You will probably want to setup an "Ad Hoc" (client/client) wifi configuration versus an "Infrastructure" (client/access point) one.

link|improve this answer
feedback

I believe that Windows 7 only supports using WEP encryption on Ad-Hoc wireless networks. WEP encryption is pretty trivial to break - you should use something like stunnel to encrypt your VNC session if you actually want it to be secure.

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.