Centos7 配置网络步奏详解

Centos7 配置网络步奏详解

编辑网卡配置文件

 vi /etc/sysconfig/network-script/ifcfg-ens01

备注:这里的ens01不是所有系统都叫这个,有的可能叫其他名字

也可以输入vi /etc/sysconfig/network-script/ifcfg-e,然后tab补全

onboot改成yes

 

配置完成之后一定要的记得重启网络服务

Service network restart

the object is not found
原文地址:https://www.cnblogs.com/sunofwe/p/4816051.html