码迷,mamicode.com
首页 > 系统相关 > 详细

vmware克隆Centos6.8虚拟机网卡无法启动问题

时间:2017-09-14 19:02:24      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:linux 网卡设置

[root@localhost ~]# sed -i ‘/UUID/d‘ /etc/sysconfig/network-scripts/ifcfg-eth0 

[root@localhost ~]# sed -i ‘/HWADDR/d‘ /etc/sysconfig/network-scripts/ifcfg-eth0 

[root@localhost ~]# >/etc/udev/rules.d/70-persistent-net.rules 

[root@localhost ~]# reboot

[root@bogon ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0 

DEVICE=eth0

TYPE=Ethernet

ONBOOT=yes

NM_CONTROLLED=yes

BOOTPROTO=static

IPADDR=10.41.1.80

NETMASK=255.255.255.0

GATEWAY=10.41.1.253

DNS1=10.41.7.13

                                                                                                                

"/etc/sysconfig/network-scripts/ifcfg-eth0" 12L, 151C


vmware克隆Centos6.8虚拟机网卡无法启动问题

标签:linux 网卡设置

原文地址:http://11956937.blog.51cto.com/11946937/1965249

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!