CentOS 7 Igel UMS
Revision as of 13: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...")
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