Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2017-01-31 01:18:56 +0300
committerGitHub <noreply@github.com>2017-01-31 01:18:56 +0300
commit64af6ec03a07c5ef4189462e468571ebda146999 (patch)
treee73cc4defd2c1610abcbb974b993fa7f9c06fa26 /README.md
parent5b2364196c433d89521c4d0d34e9d072ec322dca (diff)
Update README.md (#651)
Diffstat (limited to 'README.md')
-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