In this video Grant configures xRDP server on CentOS 7 Linux including changing firewall rules and changing SELinux security policies.
- [Instructor] Now that we have XRDP and…TigerVNC server installed, we need to configure them.…Go to Applications, Favorites, and Terminal.…And now I'm going to make my terminal full screen.…And zoom in my font. Before we go any further,…we need to configure our firewall, since we have…to allow RDP connections in from another host.…The default port for RDP is 3389.…To open port number 3389, we'll use firewall-cnd.…
Before we do that, let's ensure that the firewall's running.…Sudo systemctl start firewalld.…Type in your password and hit Enter.…Now add a rule to your firewall,…to allow incoming RDP traffic.…Sudo firwall-cmd --permanent --zone=public…- -add-port=3389/tcp. So this is the RDP port number.…
Hit Enter and reload your firewall rules.…Sudo firwall-cmd --reload. We also need to apply…an SELinux security context to our XRDP executables.…SELinux is the mandatory access control system…built into CentOS Linux, which was created by the NSA.…The following lines change the security context…of two files. Without the proper security context, SELinux,…
Author
Released
12/15/2016Note: The topics below map to elements of the Essential Commands section of the Linux Foundation Certified System Administrator exam. Learn more about LFCS certification at https://training.linuxfoundation.org/certification/lfcs.
- Installing GUI desktop environments: GNOME, KDE, MATE, and more
- Preparing your virtual machine for remote access
- Installing and configuring VNC, RDP, and X2Go
- Choosing a terminal and shell
- Accessing the Linux CLI
Skill Level Intermediate
Duration
Views
Related Courses
-
Learning Kali Linux
with Malcolm Shore2h 31m Beginner -
Linux: Bash Shell and Scripts
with Kevin Dankwardt2h 46m Intermediate -
Setting up a Red Hat Enterprise Linux Server
with Sandra Toner2h 46m Intermediate
-
Introduction
-
Welcome57s
-
-
1. GUI Introduction
-
Explore Linux GUI choices4m 15s
-
Install GNOME34m 1s
-
Install KDE 42m 27s
-
Explore KDE 44m 56s
-
Install MATE3m 20s
-
Explore MATE4m 37s
-
Install Cinnamon3m 1s
-
Explore Cinnamon4m 3s
-
Install Xfce3m 10s
-
Explore Xfce4m 49s
-
Summary of Linux GUI choices2m 24s
-
-
2. GUI Remote Access
-
GUI remote access1m 51s
-
Install VNC4m 52s
-
Configure VNC5m 43s
-
Troubleshoot VNC8m 49s
-
Install RDP2m 41s
-
Configure RDP4m 14s
-
Install X2Go3m 51s
-
Configure X2Go2m 12s
-
-
3. CLI Introduction
-
The Linux command line4m 4s
-
Choosing a terminal4m 40s
-
Choosing a shell3m 47s
-
Introducing Bash5m 30s
-
-
4. CLI Remote Access
-
Access the Linux CLI on iOS1m 52s
-
Conclusion
-
Next Steps55s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Configure RDP