This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Astaro & RDP

Hello,

my problem is: I have to make a remote session with the rdp protocol (Port 3389) to a server.

Here the networks:

in my office:

Windows XP Client behind a astaro 5.2 
from here I must have a rdp connection to a server behind a d-link router. the connection goes over dyndns (xxx.dyndns.org) on the router is a portforwarding of port 3389 to the server.
it worked good with my netgear router, but not behind the astaro.

my rules are:

Source buero (is my host) Service RDP Destination any

and

Source any Service RDP Destination Buero

DNAT/SNAT

Source Any   Destination external interface service rdp

change source  no change
change destination buero
service destination no change

I hope someone can help me.

Gerne auch auf Deutsch


This thread was automatically locked due to age.
Parents
  • [ QUOTE ]
    my problem is: I have to make a remote session with the rdp protocol (Port 3389) to a server.

    [/ QUOTE ]It is not a good idea to run Microsoft's Remote Desktop Protocol naked on the public Internet. The RDP protocol traffic is encrypted, but the initial password authentication sequence is not.

    A better choice would be to use a VPN tunnel (PPTP or L2TP) to connect to your LAN, and then run RDP on port 3389 inside the tunnel. Then you avoid the entire issue of opening port 3389 on your firewall, which would weaken your security.
Reply
  • [ QUOTE ]
    my problem is: I have to make a remote session with the rdp protocol (Port 3389) to a server.

    [/ QUOTE ]It is not a good idea to run Microsoft's Remote Desktop Protocol naked on the public Internet. The RDP protocol traffic is encrypted, but the initial password authentication sequence is not.

    A better choice would be to use a VPN tunnel (PPTP or L2TP) to connect to your LAN, and then run RDP on port 3389 inside the tunnel. Then you avoid the entire issue of opening port 3389 on your firewall, which would weaken your security.
Children
No Data