Hi,
What I usually recommend (depending on the needs of the client) is to use
RDP since it too requires one port. Personally I prefer RDP since I don't
have to worry about security of the client (does it have antivirus running
or is it infected with a virus; does it have all patches installed; does it
have e.g. personal firewall enable etc)... It is very unlikely that users
will infect the LAN with a worm over RDP connection while I seen quite a few
infection over VPN connections (connections that allowed unlimited access to
the remote network). And with RDP it is relatively easy to set what users
can and can't do on the remote server.
In environments where they did need VPN -- we set up VPN quarantine to make
sure clients would not infect whole network.
If the number of ports is an issue -- I would recommend open only 3389 and
logon to the server. Once on the server RDP to the computer you want to
access...
As far as traffic is concerned -- RDP sessions are encrypted with 128 bit
keys (if RDP server is set to high encryption). As addition in environments
requiring higher security -- we also implemented two factor authentication
on RDP sessions (e.g. RSA SecurID cards) or Smart Card logons...
--
Mike
Microsoft MVP - Windows Security
"Sooner Al [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It depends on what VPN package you use...
>
> I use RDP through an OpenVPN tunnel which uses one port, ie. UDP Port 1194
> is the default although I use another obscure port.
>
> http://theillustratednetwork.mvps.or...N/OpenVPN.html
>
> In the past I ran RDP through a Secure Shell (SSH) tunnel. Again only one
> port open (TCP Port 22 is the default) on my firewall and I can access any
> of my PCs on my local LAN...
>
> http://theillustratednetwork.mvps.or...esktopSSH.html
>
> In both cases I either use a cert and a key protected with a strong
> password or a private/public key pair protected with a strong password and
> only have one port forwarded/opened incoming on my firewall...
>
> I just like to minimize my exposure to the public internet.
>
> --
> Al Jarvi (MS-MVP Windows Networking)
>
> Please post *ALL* questions and replies to the news group for the
> mutual benefit of all of us...
> The MS-MVP Program - http://mvp.support.microsoft.com
> This posting is provided "AS IS" with no warranties, and confers no
> rights...
>
>
> "Miha Pihler [MVP]" <mihap-(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> Hi,
>>
>> Can you explain a bit more why would VPN be safer then RDP connection?
>>
>> Actually for VPN you do need more then one port open and few protocols
>> compared to RDP where you actually do have one TCP port open (3389).
>>
>> --
>> Mike
>> Microsoft MVP - Windows Security
>>
>