VMware Cloning host does not start network card issues

Source: Internet
Author: User

Vmvare cloning a virtual machine causes the network to not be used:
Example error: Bringing up interface Eth0:device eth1 have different MAC address
For example, error (When executing service network restart): device eth0 does not seem to be present, delaying initialization.
# mkdir MyTest; CD mytest
# ln-s/etc/udev/rules.d/70-persistent-net.rules Rules
# ln-s/etc/sysconfig/network-scripts/net
# echo ' > Rules
# Start_udev
# VI Rules//change Name= "eth1" to Name= "eth0"
# CD net; VI ifcfg-eth0//delete HWADDR, multiple NIC CP ifcfg-eth0 ifcfg-eth1, each network card has a configuration file, Ifup, Ifdown and other commands dependent on IFCFG-ETHX configuration file
Ifcfg-eth0 corresponds to Device=eth0 ifcfg-eth1 corresponding device=eth1
# DMESG | grep ETH//Search driver
# ethtool-i e1000//View Driver
# modprobe-r e1000 # rmmod e1000//NIC driver Uninstall, let the modified NIC name take effect
# modprobe e1000//Reload the NIC driver for the modified NIC name to take effect

VMware Cloning host does not start network card issues

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.