日期:2014-05-16  浏览次数:21198 次

Windows 通过 Xrdp 远程连接 Fedora

Linux端安装 xrdp 服务器和启动

[root@s ~]# yum install xrdp

[root@s ~]# service xrdp start

[root@s ~]# netstat -tnlp | grep xrdp

tcp        0      0 127.0.0.1:3350              0.0.0.0:*                   LISTEN      1415/xrdp-sesman 
tcp        0      0 0.0.0.0:3389                0.0.0.0:*                   LISTEN      1411/xrdp

可以看到打开了 3389 端口,在应用程序—设置—防火墙中添加3389端口


Windows端远程连接

运行 mstsc 调出 windows远程桌面连接。输入Linux主机的 IP 地址,用户名,密码。。。