How to Disable Network Manager



Sumber : https://docs.cpanel.net/knowledge-base/general-systems-administration/how-to-disable-network-manager/


 To disable the Network Manager service, perform the following steps:

  1. Disable Network Manager with the following commands:

    • CentOS 6, CloudLinux 6, Red Hat Enterprise Linux 6 (RHEL), or Amazon Linux:

      1
      2
      
        service NetworkManager stop
        chkconfig NetworkManager off

    • CentOS 7, CloudLinux 7, or RHEL 7:

      1
      2
      
        systemctl stop NetworkManager
        systemctl disable NetworkManager

  2. Change to the /etc/sysconfig/network-scripts directory.

  3. Open the ifcfg-eth0 and ifcfg-lo files with your preferred text editor and, if they exist, set the following keys’ values:

    1
    2
    
    NM_CONTROLLED=no
    ONBOOT=yes
    Important:
    If either of these keys does not exist in your ifcfg-eth0 and ifcfg-lo files, do not add it. Instead, proceed to Step 4.

  4. Run the following commands to restart the network:

    • CentOS 6, CloudLinux 6, RHEL 6, or Amazon Linux:

      1
      2
      
        chkconfig network on
        service network start

    • CentOS 7, CloudLinux 7, or RHEL 7:

      1
      2
      
        systemctl enable network.service
        systemctl start network.service

How to Disable Network Manager How to Disable Network Manager Reviewed by ilham.sp on November 24, 2020 Rating: 5

No comments:

Notice

This site uses cookies from Google to deliver its services, to personalise ads and to analyse traffic. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.Learn More

Powered by Blogger.