3月 10, 2010 0
ファイヤーウォール・SELinuxの無効化
・方法1.
[root@centos ~]# setup ファイヤウォールの設定⇒セキュリティレベルを「無効」を選択 ファイヤウォールの設定⇒SELinuxを「無効」を選択
・方法2.
[root@centos ~]# /etc/rc.d/init.d/iptables stop [root@centos ~]# chkconfig iptables off [root@centos ~]# chkconfig --list iptables iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off [root@centos ~]# vi /etc/sysconfig/selinux SELINUX=enforcing ↓ SELINUX=disabled
最近のコメント