The problem begins when, after cloning a virtual machine, the eth0 device cannot be found by the kernel. You will normally notice an error during boot similar to: “Bringing up Interface eth0: Error: No suitable device found: no device found for connection ‘System eth0’.
Bringing up Interface eth0: Error: No suitable device found: no device found for connection ‘System eth0’ |
ifconfig shows eth1 instead of eth0 |
Edit the /etc/sysconfig/network-scripts/ifcfg-eth0 File
With this information, grab the HWaddr, we will then edit the /etc/sysconfig/network-scripts/ifcfg-eth0 file and change the HWADDR parameter to the MAC address that you found in one of the 2 steps above.
Edit the MAC address in /etc/sysconfig/network-scripts/ifcfg-eth0 |
# service network restart
No comments:
Post a Comment