Differences

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

Link to this comparison view

Next revisionBoth sides next revision
en:vm [2011/11/27 21:53] – created petzen:vm [2011/12/29 15:03] petz
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 =====
 +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.
  
  • Last modified: 2022/08/04 15:02