Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:general_information:vm [2017/12/22 09:01] h_fitzeen:general_information:vm [2019/05/22 09:38] – removed section using TQ VM Image liedmann
Line 1: Line 1:
-====== Configuration of virtual machines ======+====== Virtual machine with VMware player ====== 
 +===== Configuration of virtual machines =====
  
-===== Used versions =====+==== Used versions ====
   * Ubuntu 16.04_64 LTS x86 as guest OS   * Ubuntu 16.04_64 LTS x86 as guest OS
   * Windows 10 Enterprise 2016 LTSB as host OS   * Windows 10 Enterprise 2016 LTSB as host OS
   * VMware® player 12.5.8 Build 7098237   * VMware® player 12.5.8 Build 7098237
  
-===== Configuration of network bridge =====+==== Prerequisites ==== 
 + 
 +  * Download the latest Version of VMware Player on https://www.vmware.com/ 
 +  * Download an image of Ubuntu Version 16.04 
 + 
 +==== Setting up Ubuntu 14.04 on Vmware Player ==== 
 + 
 +  * Launch VMware Player and press 'Create a New Virtual Machine', then select the .iso of Ubuntu 16.04  
 +  * After setting Username and password, select an installation folder for your VM 
 + 
 +<WRAP round alert 60%> 
 +Make sure to select a location with ample space, you will run out of it quickly! 
 +</WRAP> 
 +{{:intern:general_information:vmwaresetup1.jpg?nolink&400|}}{{:intern:general_information:vmwaresetup2.jpg?nolink&400|}} 
 +  * Specify the maximum disk size for your VM. VMware Player recommends 20GB, we recommend more. 
 +  * Before you finish the setup, press 'Customize Hardware' to allocate a custom amount of memory and processor cores to the Virtual Machine 
 +{{:intern:general_information:vmwaresetup3.jpg?nolink&400|}}{{:intern:general_information:vmwaresetup4.jpg?nolink&430|}} 
 +<WRAP round info 50%> 
 +You can edit the hardware settings after the installation. 
 +</WRAP> 
 +  * Press finish to install the OS 
 + 
 +==== Configuration of network bridge ====
 Benefits: Benefits:
   * No configuration necessary   * No configuration necessary
-  * Guest is member in the net+  * Guest is member in the network
 Drawback: Drawback:
-  * Guest is in the net like "normalhost+  * Guest is registered in the network as 'normalhost
  
-==== Configuration of the target ====+=== Configuration of the target ===
 The IP address of the virtual machine must be registered as the server IP in the target. The IP address of the virtual machine must be registered as the server IP in the target.
  
-===== Configuration of NAT (Network Address Translation) ===== +==== Configuration of NAT (Network Address Translation) ==== 
-<WRAP round alert>Access to NFS or TFTP of the virtual machine does not work.+<WRAP round alert>Access to NFS or TFTP on the virtual machine does not work.
 </WRAP> </WRAP>
  
Line 24: Line 47:
   * Guest can access network via NAT   * Guest can access network via NAT
 Drawback: Drawback:
-  * Configuration very complex+  * Configuration very complicated
  
-==== Configuration of the target ==== +==== Copying of virtual machines ==== 
-The IP address of the host must be registered as the server IP in the target. +When copying virtual machines, chances are 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'').
- +
-==== Configuration of Windows XP for port forwarding ==== +
-The settings of the port forwarding can be done in the Windows Firewall. Go to the "Advanced" tab and select the LAN connection which connects the host and the target. Click on "Settings"+
- +
-{{:systemsteuerung.png?200|}} +
- +
-In the following window click on "add" and enter the necessary details. +
- +
-{{:erweitert.png?200|}} +
- +
-{{:diensteinstellungen.png?200 |}} +
-For TFTP this is the following data: +
-  * Service description: Trivial File Transfer Protocol (TFTP) +
-  * Name or IP address: enter the IP address of the virtual machine +
-  * 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. 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