diff options
| author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2017-01-30 20:18:56 -0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-30 20:18:56 -0200 |
| commit | 64af6ec03a07c5ef4189462e468571ebda146999 (patch) | |
| tree | e73cc4defd2c1610abcbb974b993fa7f9c06fa26 | |
| parent | 5b2364196c433d89521c4d0d34e9d072ec322dca (diff) | |
| download | xrdp-proprietary-64af6ec03a07c5ef4189462e468571ebda146999.tar.gz xrdp-proprietary-64af6ec03a07c5ef4189462e468571ebda146999.zip | |
Update README.md (#651)
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -47,7 +47,14 @@ apt-get install xrdp ### RedHat / CentOS / Fedora ```bash -yum install xrdp +yum -y install xrdp +dnf -y install xrdp + +After installing Xrdp in Centos, RHEL or Fedora you need to adjust the firewall + +# firewall-cmd --permanent --zone=public --add-port=3389/tcp +# firewall-cmd --reload + ``` ## Environment |
