vi /etc/selinux/config
修改SELINUX=enforcing
为 SELINUX=disabled保存
然后重启电脑 命令:reboot
重启后关闭防火墙iptables
service iptables stop
chkconfig iptables off(开机不启动)
vi /etc/selinux/config
修改SELINUX=enforcing
为 SELINUX=disabled保存
然后重启电脑 命令:reboot
重启后关闭防火墙iptables
service iptables stop
chkconfig iptables off(开机不启动)