Network after RHEL/CentOS 7 minimal installation

How to setup network after RHEL/CentOS 7 minimal installation

Linux System Administrator with over 7 years experience in administering production level servers (CentOS/Ubuntu/Debian with apache2/nginx, mysql server, etc)
  • Activate network after install:
    1. Edit /etc/sysconfig/network-scripts/ifcfg-eth0
    ONBOOT=yes
    2. #/etc/init.d/network restart

    • # systemctl status NetworkManager.service
      To check which network interface is managed by Network Manager,
      type:
      # nmcli dev status
      I hope I helped you
    • http://lintut.com rashoba
      First, verify the status of Network Manager service
      # systemctl status NetworkManager.service
      To check which network interface is managed by Network Manager,
      type:
      # nmcli dev status
      I hope I helped you

Comments

Popular posts from this blog

How to configure apache server in linux

A Guide to Buying a Motherboard

RHEL 7