virtual machine was unable to connect to system eth0 instead it's connected to Auto eth0 interface as below,
after doing some google search and reading some forums I have found a reason for this error.
this is due to cloned VM is using original VM mac address. in this tutorial I'm going to
show you how i solved that problem
1) Edit ifcfg-eth0
go to /etc/sysconfig/network-scropts/ifcfg-eth0and remove or comment the HWADDR line as following
if you want check newly cloned vm NIC mac address pls follow this steps
select guest os click edit --> virtual machine details --> show virtual hardware detils -->
select NIC --> view the mac adds.
2) Remove 70-persistent-net.rules
command is #rm /etc/udev/rules.d/70-persistent-net.rulesyou may have different name for persistent-net file
No comments:
Post a Comment