Centos 7 添加网卡方法
1、确保有多块网卡,刚才新增的一块,网段不做要求,最好是能获取到ip地址,启动机器

3、使用如下命令发现没有ens37的配置文件ll /etc/sysconfig/network-scripts/ifcfg-ens3*

5、进入到网卡配置文件目录,訇咀喃谆将ens34的配置文件复制一份成ens37的[root@localhost ~]# cd /etc/sysconfig/network-scripts/[root@localhost network-scripts]# cp ifcfg-ens34 ifcfg-ens37[root@localhost network-scripts]#

7、重启网络服务或者系统
