摘要:
一、验证ssh 二、关闭不必要的服务 # chkconfig NetworkManager off # sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config # chkconfig iptables off 阅读全文
摘要:
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙步骤。 1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewalld.service #禁止firew 阅读全文