반응형
1. iptables 사용 중지
[root@isbyeon ~]# chkconfig iptables off
[root@isbyeon ~]# chkconfig ip6tables off
[root@isbyeon ~]# chkconfig ip6tables off
2. NetworkManager 사용 중지
[root@isbyeon ~]# chkconfig NetworkManager off
3. SELinux 사용 중지
SELINUX=enforcing
to
SELINUX=disabled
to
SELINUX=disabled
Disable SELinux
# sed -i ‘s/SELINUX=enforcing/SELINUX=disabled/’ /etc/sysconfig/selinux
4. 재부팅
[root@isbyeon ~]# sync;sync;sync;reboot
반응형
'Linux > CentOS' 카테고리의 다른 글
| Disable IPv6 (0) | 2012.03.29 |
|---|---|
| ifcfg-eth0 설정 (0) | 2012.03.29 |
| 관리 계정 추가 (0) | 2012.03.29 |
| CentOS 6.2 패키지 리스트 (0) | 2012.03.28 |
| OS 다운로드(CentOS, RocksCluster) (0) | 2012.03.12 |




최근댓글