Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
en:general_information:vm [2015/08/18 09:42] – external edit 127.0.0.1en:general_information:vm [2017/12/22 09:01] h_fitze
Line 2: Line 2:
  
 ===== Used versions ===== ===== Used versions =====
-  * Ubuntu 10.04 x86 as guest OS +  * Ubuntu 16.04_64 LTS x86 as guest OS 
-  * Windows XP Professional 5.1.2600, Service Pack 3 as host OS +  * Windows 10 Enterprise 2016 LTSB as host OS 
-  * VMware® player 3.0.0 build-203739+  * VMware® player 12.5.8 Build 7098237
  
 ===== Configuration of network bridge ===== ===== Configuration of network bridge =====
Line 43: Line 43:
   * Name or IP address: enter the IP address of the virtual machine   * Name or IP address: enter the IP address of the virtual machine
   * External and internal port number: 69 UDP   * External and internal port number: 69 UDP
 +\\   
 +\\   
 +\\
 ===== Copying of virtual machines ===== ===== Copying of virtual machines =====
 When copying virtual machines, it may be that a new Ethernet device with a new MAC address is created. If the Ethernet device gets a new name (eth2 ...), you have to add ''auto'' to the name of the interface in the file ''etc/network/interfaces'' (e.g., ''auto eth2''). Then the service ''networking'' must be restarted (''sudo service networking restart''). When copying virtual machines, it may be that a new Ethernet device with a new MAC address is created. If the Ethernet device gets a new name (eth2 ...), you have to add ''auto'' to the name of the interface in the file ''etc/network/interfaces'' (e.g., ''auto eth2''). Then the service ''networking'' must be restarted (''sudo service networking restart'').
 Alternatively, you can edit the file ''/etc/udev/rules.d/70-persistent-net.rules'' and assign the MAC to the eth0 device. Alternatively, you can edit the file ''/etc/udev/rules.d/70-persistent-net.rules'' and assign the MAC to the eth0 device.
  
  • Last modified: 2022/08/04 15:02