반응형
1. disable Firewall(iptables)
$ sudo systemctl stop firewalld.service
$ sudo systemctl disable firewalld.service
$ sudo iptables -F
2. disable SELINUX
# sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
3. disable NetworkManager
$ sudo systemctl disable NetworkManager.service
$ sudo chkconfig network on
$ sudo reboot
4. Network
$ sudo sed -i 's/ONBOOT=no/ONBOOT=yes/' /etc/sysconfig/network-scripts/eno16777736
5. disable IPv6
$ sudo vi /etc/default/grub
GRUB_CMDLINE_LINUX="ipv6.disable=1 rd.lvm.lv=fedora/swap rd.md=0.....
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
$ sudo reboot
6. Update System
$ sudo yum -y install yum-plugin-fastestmirror
$ sudo yum -y update
반응형
'Linux > CentOS' 카테고리의 다른 글
[CentOS7] 서비스 및 데몬 제어 (0) | 2015.03.16 |
---|---|
[CentOS5] GeoIP 커널 모듈 빌드 하는 방법 (0) | 2015.02.24 |
[CentOS] shell (0) | 2014.11.23 |
[CentOS] sshfs - 리눅스 윈도우간 데이터 전송을 편리하게.. (0) | 2014.08.08 |
[CentOS] 리눅스 해외 IP 차단 (1) | 2014.07.23 |
최근댓글