summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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