這篇文章主要介紹了在CentOS6.5系統上簡單安裝配置XRDP服務器,也適用於RedHat系的其他Linux系統,需要的朋友可以參考下
測試環境:
目標服務器:CentOS 6.5-X86_64 本機win7 64位
必備軟件包:
xorg-x11-fonts-misc-7.2-9.1.el6.noarch.rpm
tigervnc-server-1.1.0-5.el6_4.1.x86_64.rpm
xrdp-0.6.1-4.el6.x86_64.rpm
第一步:
1、在rpmfindyuan下載xrdp安裝包
http://rpmfind.net/linux/rpm2html/search.php?query=xrdp
2、xorg和tigervnc-server安裝包都可以在系統鏡像文件中找到。或者在fedora源下載
http://dl.fedoraproject.org/pub/epel/6/x86_64/
第二步:
使用rpm安裝(按照上述必備軟件包順序安裝)
rpm -ivh xorg-x11-fonts-misc-7.2-9.1.el6.noarch.rpm
rpm -ivh tigervnc-server-1.1.0-5.el6_4.1.x86_64.rpm
rpm -ivh xrdp-0.6.1-4.el6.x86_64.rpm(xrdp默認安裝在/etc目錄下)
第三步:
xrdp默認的端口是3389,在iptables中添加端口列外或者直接關閉防火牆
查看防火牆狀態
service iptables status
關閉防火牆
service iptables stop
chkconfig off
如果還沒有關閉防火牆用下面命令關掉,將服務器上的防火牆刪除
chkconfig --del iptabels (服務內刪除iptables)
配置selinux
vi /etc/selinux/config
第四步:
#將mysqld 放入linux啟動管理體系中
chkconfig --add xrdp
#查看全部服務在各運行級狀態
chkconfig --list xrdp
#只要運行級別3啟動,其他都關閉
chkconfig --levels 245 xrdp off
第五步:
維護xrdp
service xrdp status
service xrdp start
service xrdp stop
netstart -tnlp |grep xrdp 可以看到3389端口
第六步:
現在我們也可以在windows下遠程linux了,windows下用mstsc命令即可: