What & How & Why

这是本文档旧的修订版!


Enable Auto Network Connection in CentOS 7

How to Enable Auto Network Connection in Centos 7

To enable Auto Network Connection, What you need to do is look for the relevant configuration file and update that.

Locate the configuration file folder

cd /etc/sysconfig/network-scripts/

Then you may see some files start with ifcfg-*, the number of files is depend on how many network ports you have on your motherboard.

Update the "Onboot"

Set the onboot value.

nano ifcfg-yourname
onboot = yes
~~DUOSHUO~~