From 37d5430123b677b94f0bdaaa6ec1aee3cf50788b Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Mon, 26 Mar 2018 10:59:02 +0900 Subject: [PATCH] Update README a little bit --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8795ad49..ff61e069 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,12 @@ experience. It is recommended that xrdp depends on xorgxrdp, so it should be sufficient to install xrdp. If xorgxrdp is not provided, use Xvnc server. +xrdp listens on 3389/tcp. Make sure your firewall accepts connection to +3389/tcp from where you want to access. + ### Ubuntu / Debian ```bash -apt-get install xrdp +apt install xrdp ``` ### RedHat / CentOS / Fedora @@ -62,13 +65,6 @@ yum install xrdp `yum` is being replaced with `dnf`, so you may need to use `dnf` instead of `yum` in the above commands. -To allow outside access to the service, open port 3389 on the firewall. - -``` -firewall-cmd --permanent --zone=public --add-port=3389/tcp -firewall-cmd --reload -``` - ## Environment **xrdp** primarily targets to GNU/Linux. Tested on x86, x86_64, SPARC and @@ -80,7 +76,7 @@ SIMD instructions. FreeBSD is not a primary target of xrdp. It is working on FreeBSD except for the drive redirection feature. -Other operating systems such as Mac OS are not supported so far, but we +Other operating systems such as macOS are not supported so far, but we welcome your contributions. ## Compiling