<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FPlayer</id>
	<title>VMware/Player - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=VMware%2FPlayer"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMware/Player&amp;action=history"/>
	<updated>2026-05-07T07:41:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=VMware/Player&amp;diff=1954&amp;oldid=prev</id>
		<title>Kenneth: /* NAT Port Forwarding */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=VMware/Player&amp;diff=1954&amp;oldid=prev"/>
		<updated>2015-03-21T02:46:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;NAT Port Forwarding&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== VMware Player ==&lt;br /&gt;
&lt;br /&gt;
VMware Player - http://www.vmware.com/products/player/&lt;br /&gt;
: Free tool to play VMs from a Windows/Linux desktop&lt;br /&gt;
&lt;br /&gt;
Download VMware Player - http://www.vmware.com/go/downloadplayer/&lt;br /&gt;
* VMware Player for Windows 64-bit&lt;br /&gt;
* VMware Player for Linux 64-bit&lt;br /&gt;
&lt;br /&gt;
Current version: VMware Player 7.0.0 (as of December 2014)&lt;br /&gt;
&lt;br /&gt;
== Free for Personal Use ==&lt;br /&gt;
&lt;br /&gt;
The FREE VMware Player is free for personal use only (non-commerical use) and you must also agree to receive promotional emails from VMware related to VMware Player.  If you need to use VMware Player for commercial use, see VMware Player Pro.&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
Straight forward, just download and execute the &amp;#039;&amp;#039;VMware-player-7.0.0-2305329.exe&amp;#039;&amp;#039; executable.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
Download &amp;#039;&amp;#039;VMware-Player-7.0.0-2305329.x86_64.bundle&amp;#039;&amp;#039; and then...&lt;br /&gt;
&lt;br /&gt;
Installation:&lt;br /&gt;
 # download VMware-Player-7.0.0-2305329.x86_64.bundle&lt;br /&gt;
 chmod +x VMware-Player-7.0.0-2305329.x86_64.bundle&lt;br /&gt;
 ./VMware-Player-7.0.0-2305329.x86_64.bundle&lt;br /&gt;
&lt;br /&gt;
Installation questions (just answer defaults):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ./VMware-Player-7.0.0-2305329.x86_64.bundle&lt;br /&gt;
Extracting VMware Installer...done.&lt;br /&gt;
You must accept the VMware Player End User License Agreement to&lt;br /&gt;
continue.  Press Enter to proceed.&lt;br /&gt;
&lt;br /&gt;
VMWARE END USER LICENSE AGREEMENT&lt;br /&gt;
...&lt;br /&gt;
Do you agree? [yes/no]: yes&lt;br /&gt;
&lt;br /&gt;
You must accept the VMware OVF Tool component for Linux End User&lt;br /&gt;
License Agreement to continue.  Press Enter to proceed.&lt;br /&gt;
&lt;br /&gt;
VMWARE END USER LICENSE AGREEMENT&lt;br /&gt;
...&lt;br /&gt;
Do you agree? [yes/no]: yes&lt;br /&gt;
&lt;br /&gt;
Would you like to check for product updates on startup? [yes]:&lt;br /&gt;
&lt;br /&gt;
Would you like to help make VMware software better by sending&lt;br /&gt;
anonymous system data and usage statistics to VMware? [yes]:&lt;br /&gt;
&lt;br /&gt;
Enter license key. (optional) You can enter this information later.:&lt;br /&gt;
&lt;br /&gt;
The product is ready to be installed.  Press Enter to begin&lt;br /&gt;
installation or Ctrl-C to cancel.&lt;br /&gt;
&lt;br /&gt;
Installing VMware Player 7.0.0&lt;br /&gt;
    Configuring...&lt;br /&gt;
[######################################################################] 100%&lt;br /&gt;
Installation was successful.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Linux VNC ====&lt;br /&gt;
&lt;br /&gt;
If you are running a bare bones Linux server, you can run the VMware Player under a minimal VNC server.&lt;br /&gt;
&lt;br /&gt;
Ubuntu:&lt;br /&gt;
 apt-get update&lt;br /&gt;
 apt-get install tightvncserver&lt;br /&gt;
 vncpasswd&lt;br /&gt;
 vncserver&lt;br /&gt;
&lt;br /&gt;
vncserver startup:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# vncserver&lt;br /&gt;
xauth:  file /root/.Xauthority does not exist&lt;br /&gt;
&lt;br /&gt;
New &amp;#039;X&amp;#039; desktop is oeey.com:1&lt;br /&gt;
&lt;br /&gt;
Creating default startup script /root/.vnc/xstartup&lt;br /&gt;
Starting applications specified in /root/.vnc/xstartup&lt;br /&gt;
Log file is /root/.vnc/oeey.com:1.log&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
default: ~/.vnc/xstartup (with LXDE)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
xrdb $HOME/.Xresources&lt;br /&gt;
xsetroot -solid grey&lt;br /&gt;
#x-terminal-emulator -geometry 80x24+10+10 -ls -title &amp;quot;$VNCDESKTOP Desktop&amp;quot; &amp;amp;&lt;br /&gt;
#x-window-manager &amp;amp;&lt;br /&gt;
# Fix to make GNOME work&lt;br /&gt;
export XKL_XMODMAP_DISABLE=1&lt;br /&gt;
/etc/X11/Xsession&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then setup an SSH tunnel to connect to the VNC connection (or open your firewall).&lt;br /&gt;
&lt;br /&gt;
== First Time - enter email ==&lt;br /&gt;
&lt;br /&gt;
 $ vmplayer&lt;br /&gt;
&lt;br /&gt;
VMware Player 7&lt;br /&gt;
: I want to use VMware Player 7 for free for personal use. Enter a valid email address to use VMware Player for free for non-commerical use.  You agree to receive promotional emails from VMware related to VMware Player.&lt;br /&gt;
&lt;br /&gt;
== NAT Port Forwarding ==&lt;br /&gt;
&lt;br /&gt;
/etc/vmware/vmnet8/nat/nat.conf&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[incomingtcp]&lt;br /&gt;
&lt;br /&gt;
# Use these with care - anyone can enter into your VM through these...&lt;br /&gt;
# The format and example are as follows:&lt;br /&gt;
#&amp;lt;external port number&amp;gt; = &amp;lt;VM&amp;#039;s IP address&amp;gt;:&amp;lt;VM&amp;#039;s port number&amp;gt;&lt;br /&gt;
#8080 = 172.16.3.128:80&lt;br /&gt;
&lt;br /&gt;
# RDP&lt;br /&gt;
3389 = 192.168.225.128:3389&lt;br /&gt;
&lt;br /&gt;
# Terraria&lt;br /&gt;
7777 = 192.168.225.128:7777&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Restart network services:&lt;br /&gt;
 vmware-networks --stop&lt;br /&gt;
 vmware-networks --start&lt;br /&gt;
&lt;br /&gt;
== Full Screen ==&lt;br /&gt;
&lt;br /&gt;
In .vmx:&lt;br /&gt;
 gui.fullScreenAtPowerOn = &amp;quot;TRUE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Source: http://communities.vmware.com/message/328738&lt;br /&gt;
&lt;br /&gt;
== No Toolbar ==&lt;br /&gt;
&lt;br /&gt;
 pref.vmplayer.fullscreen.nobar = &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Source: http://ubuntuforums.org/showthread.php?t=830048&lt;br /&gt;
&lt;br /&gt;
== Control Keys ==&lt;br /&gt;
&lt;br /&gt;
In /etc/vmware/config or C:\Documents and Settings\&amp;lt;username&amp;gt;\Application Data\VMware\preferences.ini&lt;br /&gt;
 pref.hotkey.shift = &amp;quot;true&amp;quot;&lt;br /&gt;
 pref.hotkey.control = &amp;quot;true&amp;quot;&lt;br /&gt;
 pref.hotkey.alt = &amp;quot;true&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Source: http://communities.vmware.com/message/328738&lt;br /&gt;
&lt;br /&gt;
== Linux Full Screen ==&lt;br /&gt;
&lt;br /&gt;
Everyone, I figured that some of you may have use for this information. Here is essentially a how-to for the kiosk system.&lt;br /&gt;
&lt;br /&gt;
I use the following to change the keymapping, since ctrl-alt-shift are rarely used together.&lt;br /&gt;
&lt;br /&gt;
In /etc/vmware/config add the following&lt;br /&gt;
&lt;br /&gt;
pref.hotkey.shift = &amp;quot;TRUE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
pref.hotkey.control = &amp;quot;TRUE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
pref.hotkey.alt = &amp;quot;TRUE&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For auto launching and re-launching, this can be done several ways.&lt;br /&gt;
&lt;br /&gt;
First, the Vmware machine should be fully accessible from the user, as in 777 rights.&lt;br /&gt;
&lt;br /&gt;
Then, have following line to the .xinitrc in the users home folder. The only line.&lt;br /&gt;
&lt;br /&gt;
vmplayer -X /path/to/virtual/machine.vmx&lt;br /&gt;
&lt;br /&gt;
this way, when the program is closed, X will exit. The X makes it start full-screen.&lt;br /&gt;
&lt;br /&gt;
Then, set startx as the users shell. This will make it so that when X exits when the machine is shutdown or the VMPlayer closes, the user will be logged off. Example:&lt;br /&gt;
&lt;br /&gt;
vmtest:x:1001:100:,,,:/home/vmtest:/usr/bin/startx&lt;br /&gt;
&lt;br /&gt;
Now, that being done, you can go several ways. If you want the VM to start up Automatically on computer start up, and to start again when the vm is shut down, but still have local access to the console. i.e. CTRL-ALT-SHIFT, then CTRL-ALT-F1, you would have the following as the last of the consoles that are created. If you dont want that type of access, have it be the first.&lt;br /&gt;
&lt;br /&gt;
/etc/inittab&lt;br /&gt;
&lt;br /&gt;
c6:12345:respawn:/bin/su - vmtest 38400 tty6 linux&lt;br /&gt;
&lt;br /&gt;
This will auto-login the user on the 6th console, start X, launch Vmware Player, full screen, when the vm is shut down, vmplayer exits, X closes, the user is logged off, the console is re-started, and voila, it starts over.&lt;br /&gt;
&lt;br /&gt;
A different way to do it would be on computer startup, and this is for gentoo linux, Im not sure with whatever distro you are using, the file is /etc/conf.d/local.start. Add a line of su  vmtest &amp;amp;&amp;amp; halt. This will log in, have no console access, start X, load VMware player, start the vm, and on shutdown, shut the machine off completely. &lt;br /&gt;
&lt;br /&gt;
Source: http://communities.vmware.com/message/328738&lt;br /&gt;
&lt;br /&gt;
== keywords ==&lt;br /&gt;
&lt;br /&gt;
[[Category:Virtualization]]&lt;br /&gt;
[[Category:VMware]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>