You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Dannie Rothmann (JIRA)" <ji...@apache.org> on 2016/03/25 16:57:25 UTC

[jira] [Created] (CLOUDSTACK-9326) CentOS7 as management server, install instruction needs adjusting regarding iptables

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)