> Posted by: "Neelesh Raje" linuxhash@... linuxhash
>
> Wed May 6, 2009 9:36 pm
>
> Dear all
>
> I am facing problem with iptables,how can i allow our client to access my
> system through RDP connection.
>
> regards,
> Neelesh
>
RDP is a Windows server protocol. Are you trying to connect Linux
client to Windows or the reverse?
For connecting Windows client to Linux, you would not use RDP but an X
client, e.g. MinGW or Cygwin.
Cygwin should also allow ssh -X, which is the preferred secure usage
between Linux machines.
Regards
Anil