Fedora32にXrdp サーバーをインストールする

OSバージョンの確認
[root@localhost ~]# cat /etc/redhat-release
Fedora release 32 (Thirty Two)
1.Xrdp サーバーをインストールする

[root@localhost ~]# dnf -y install xrdp tigervnc-server
略
インストール済み:
tigervnc-selinux-1.11.0-9.fc32.noarch tigervnc-server-1.11.0-9.fc32.x86_64
xrdp-1:0.9.16-1.fc32.x86_64 xrdp-selinux-1:0.9.16-1.fc32.x86_64

自動起動を設定

[root@localhost ~]# systemctl enable --now xrdp
Created symlink /etc/systemd/system/multi-user.target.wants/xrdp.service →
/usr/lib/systemd/system/xrdp.service.

2.Firewalld を有効にする

[root@localhost ~]# firewall-cmd --add-port=3389/tcp --permanent
success
[root@localhost ~]# firewall-cmd --reload
success

 

Fedora 32

Posted by arkgame