Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ After VMware CentOS full VM clone the network card is unavailable Solutions     - Android Studio Installation and Configuration Guide tutorial (Linux)

- Java multi-threaded in a three way (inheritance, implementation, anonymous inner classes) (Programming)

- Tsung first test installation (Linux)

- Ubuntu install virtual machine software VirtualBox 4.3.10 (Linux)

- PL / SQL how to make the program every few seconds to insert a data (Database)

- Java look and feel mode (Facade mode) (Programming)

- Delay for the specified IP port analog network to send and receive packets on Linux (Linux)

- AWR Report (Database)

- Linux Mint brightness adjustment --xrandr command learning (Linux)

- OS X CAOpenGLLayer how to enable OpenGL 3.2 core profile (Programming)

- Linux6.1 / 6.5 dual-NIC Binding (Linux)

- ASM Management - How to Rename diskgroup (Database)

- Lua study notes under ubuntu (Linux)

- Use OpenSSL to generate a certificate (Linux)

- CentOS / Debian configuration Gitlab 7.1x to build self Git repository (Linux)

- Source install Python3.4 on CentOS (Linux)

- Use mod_wsgi Django application deployment (Server)

- Linux deploy Tutorial (Linux)

- Some problems and countermeasures Linux system calls exist (Linux)

- Ubuntu: HDF5 error: HDF5 header version does not match with the HDF5 library (Linux)

 
         
  After VMware CentOS full VM clone the network card is unavailable Solutions
     
  Add Date : 2018-11-21      
         
         
         
  Many people have encountered such a situation, after the CentOS VMware virtual machine cloning completely, the card can not be used, the main cause of the card can not be used after the clone is cloned virtual machine network card MAC address and the element to be not the same (as impossible, as two virtual machine can not communicate), but in the configuration file eth0, MAC address eth1 record is still before the original cloning host MAC.

He flew to Bahrain after the virtual machine clone with a (complete clone), using the ifconfig command found no eth0, eth1 (author virtual machine installed two network cards), but the presence of eth2, eth3 two network cards. But in the / etc / sysconfig / network-script directory but only ifcfg-eth0, ifcfg-eth1 two files.

Why is this so, the author is also a headache for a long time, and later view the information found on the Internet at /etc/udev/rules.d/ directory is a 70-persistent-net.rules documented and the corresponding hardware card information.

After opening found files recorded in four information after comparison found eth0, eth1 corresponding MAC address cloning MAC just below the front of the machine eth2, eth3 information is now the real MAC address, there will be no wonder ifconfig eth2, eth3 two NIC yet.

You know the problem the problem is better handled. Delete eth0, eth1 eth2 where the line changed to eth0, eth3 modify eth1 may be some problems (I shot on the show, after many experiments, the author draws an experience, the original file order is eth1, eth0,, eth2, eth3. we should also be deleted when you change the order eth1, eth2 eth0 after modification as eth1, eth3 modify asked eth0, or deleted after that is the original sequence.)

Save and exit edit fcfg-eth0, ifcfg-eth1 only need to modify the configuration file HWADDR corresponding MAC can be.

The author recommends that the configuration is complete restart the virtual machine.
     
         
         
         
  More:      
 
- Docker manage data (Linux)
- Linux iptables firewall and vsftpd to resolve the issue (Linux)
- Linux 10 useful examples of command-line completion (Linux)
- pkg-config to use (Linux)
- Linux installed and tested the deployment of Kafka distributed cluster (Server)
- To configure Samba to share files with Windows under CentOS (Linux)
- Git remote repository Explanation (Linux)
- Import and export myloader accelerate mydumper (Database)
- MySQL root password reset under CentOS (Database)
- Linux System Getting Started Learning: Join cron job in Linux (Linux)
- IronPython and C # to interact (Programming)
- MyCAT log analysis (Database)
- XP virtual machine under VirtualBox solve occupy 100% CPU problem (Linux)
- Create a project using Android Studio LinearLayout (Programming)
- LVM management parameters commonly used commands explained in detail (Linux)
- Ubuntu 15.04 and CentOS 7 to deploy .NET, Mono and DNX (Server)
- iOS development -Launch Image and Launchscreen (Programming)
- Binder began to talk about inter-process communication mechanism from Android AIDL (Programming)
- Linux shell string interception and stitching (Linux)
- Linux Apache server configure to protect system security (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.