NetworkManager 끄기 systemctl stop NetworkManager 재부팅시 자동 실행 해제 systemctl disable NetworkManager /etc/sysconfig/network-scripts/ifcfg-ethX 파일 편집 NM_CONTROLLED=”no”
[월:] 2020년 05월
Centos SELINUX 끄기
vi /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing – SELinux security policy is enforced. # permissive – SELinux prints warnings instead of enforcing. # disabled – No SELinux policy is loaded. SELINUX=disabled # SELINUXTYPE= can take one of three …
Centos SELINUX 끄기 더보기
Centos 7 방화벽 끄기(firewalld)
실행중인 방화벽 중지 systemctl stop firewalld 재부팅시 자동시작 해제 systemctl disable firewalld