CentOS 关闭防火墙和selinux
1)关闭防火墙(每个节点)
[Bash shell]
|
1
2
|
service iptables stopchkconfig iptables off |
[Bash shell]
|
1
|
vim /etc/selinux/config |

1)关闭防火墙(每个节点)
|
1
2
|
service iptables stopchkconfig iptables off |
|
1
|
vim /etc/selinux/config |
