CentOS 7 Igel UMS

From Michael's Information Zone
Revision as of 14:51, 6 March 2020 by Michael.mast (talk | contribs) (Created page with "==AWS== Using standard CentOS 7.3 image. SSH in as the standard centos user and run the following. <pre> sudo yum -y upgrade sudo yum -y install firewalld yum-cron epel-releas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

AWS

Using standard CentOS 7.3 image. SSH in as the standard centos user and run the following.

sudo yum -y upgrade
sudo yum -y install firewalld yum-cron epel-release
sudo systemctl enable --now firewalld
sudo firewall-cmd --permanent --add-port=8443/tcp
sudo firewall-cmd --permanent --add-port=9080/tcp
sudo firewall-cmd --permanent --add-port=30001/tcp
sudo firewall-cmd --reload
sudo yum -y group install 'Server with GUI'
sudo yum -y install x2goserver