What & How & Why

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

后一修订版
前一修订版
linux:environment:enable_auto_network_connection [2015/08/05 03:36] – created haregylinux:environment:enable_auto_network_connection [2020/04/27 04:36] (当前版本) – 移除 codinghare
行 1: 行 1:
-===== 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  ==== 
- 
-<code>cd /etc/sysconfig/network-scripts/ </code> 
- 
-// 
-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. 
-<code>nano ifcfg-yourname</code> 
-<code>onboot = yes</code> 
-