Dannie Rothmann created CLOUDSTACK-9326:
-------------------------------------------
Summary: CentOS7 as management server, install instruction needs
adjusting regarding iptables
Key: CLOUDSTACK-9326
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9326
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Doc
Environment: CentOS7 as management server, install instruction needs
adjusting regarding iptables
Reporter: Dannie Rothmann
Priority: Minor
On
http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/management-server/index.html
The section about iptables either needs another section about CentOS7 and the
new firewalld that has replaced iptables or a description about how to go back
to using iptables on CentOS7+ - this is quite simple:
Reverting back to iptables on CentOS7, run the following commands:
# systemctl mask firewalld
# systemctl stop firewalld
# yum -y install iptables-services
# systemctl enable iptables
# systemctl start iptables
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)