对于在VMware克隆虚拟机centOSLinux的时候,找不到IP地址的解决办法

我们在VMware克隆虚拟机centOSLinux的时候,找不到IP地址,如图。
查看IP地址

开启网关会报错

 Device eth0 does not seem to be present,delaying initialization. 

开启网关

重启网关也会报错

重启网关

重点内容 解决

打开/etc/udev/rules.d/70-persistent-net.rules

vim /etc/udev/rules.d/70-persistent-net.rules
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x8086:0x100f (e100)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:bf:b3:cc", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
# PCI device 0x1022:0x2000 (pcnet32)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:0c:29:ba:64:79", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1"

查看eth1 的mac 地址

此时,我们需要记录eth1的mac地址 00:0c:29:ba:64:79

打开/etc/sysconfig/network-scripts/ifcfg-eth0

vim /etc/sysconfig/network-scripts/ifcfg-eth0

将 DEVICE=eth0 改成 DEVICE=eth1 ,
将 HWADDR 改成上面的mac地址 HWADDR=00:0c:29:ba:64:79

修改mac地址

最后重启网络

 service network restart

重启网络

查看IP地址
ifconfig

OK ,成功可以获取到IP地址啦,开心心

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值