summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2017-01-30 20:18:56 -0200
committerGitHub <noreply@github.com>2017-01-30 20:18:56 -0200
commit64af6ec03a07c5ef4189462e468571ebda146999 (patch)
treee73cc4defd2c1610abcbb974b993fa7f9c06fa26
parent5b2364196c433d89521c4d0d34e9d072ec322dca (diff)
downloadxrdp-proprietary-64af6ec03a07c5ef4189462e468571ebda146999.tar.gz
xrdp-proprietary-64af6ec03a07c5ef4189462e468571ebda146999.zip
Update README.md (#651)
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07f64e0a..d71e1f65 100644
--- a/README.md
+++ b/README.md
@@ -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