VMWare vSphere Client Cloning virtual machine Change IP

Source: Internet
Author: User

After you clone the virtual machine, view the MAC address that the virtual machine is assigned to.

Open the console and go to the Linux interface.

打开/etc/udev/rules.d/ 70 -persistent-net.rules内容如下面例子所示: # vi /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  0x1022 : 0x2000 (pcnet32) SUBSYSTEM== "net" , ACTION== "add" , DRIVERS== "?*" , ATTR{address}==" 00 :0c: 29 :8f: 89 : 9 7 ", ATTR{type}==" 1 ", KERNEL==" eth* ", NAME=" eth0" # PCI device  0x1022 : 0x2000 (pcnet32) SUBSYSTEM== "net" , ACTION== "add" , DRIVERS== "?*" , ATTR{address}==" 00 :0c: 29 : 50 :bd: 1 7 ", ATTR{type}==" 1 ", KERNEL==" eth* ", NAME=" eth1"Change the address of "attr{address}" of "eth1" to the MAC address previously recorded. 打开/etc/sysconfig/network-scripts/ifcfg-eth0 # vi /etc/sysconfig/network-scripts/ifcfg-eth0 将 DEVICE= "eth0" 改成  DEVICE= "eth1" , 将 HWADDR= "00:0c:29:8f:89:97" 改成上面的MAC地址 最后,重启网络  # service network restartIf reboot failed # reboot success!

VMWare vSphere Client Cloning virtual machine Change IP

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.