<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Smoking Linux &#187; VMWare &#8211; Server Virtualization</title>
	<atom:link href="http://www.smokinglinux.com/category/vmware-server-virtualization/feed" rel="self" type="application/rss+xml" />
	<link>http://www.smokinglinux.com</link>
	<description>Exchange your Linux experience with us</description>
	<lastBuildDate>Wed, 01 Feb 2012 06:14:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Install VMware server on Debian Etch in an Hetzner RootServer</title>
		<link>http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver</link>
		<comments>http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver#comments</comments>
		<pubDate>Sat, 12 Jan 2008 00:32:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWare - Server Virtualization]]></category>
		<category><![CDATA[bridge]]></category>
		<category><![CDATA[bridged]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[hetzner]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[openvz]]></category>
		<category><![CDATA[routed]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/uncategorized/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver</guid>
		<description><![CDATA[In this tutorial I&#8217;ll explain you how to install Vmware Server on Hetzner.de Rootserver with Debian Etch OS installed. &#160; Note: &#160; I&#8217;ve searched over the net many setup articles about vmware and Debian Etch, but unfortunately I haven&#8217;t found any good tutorial for me. I&#8217;m sure that your question is: &#8220;Why you haven&#8217;t found [...]]]></description>
			<content:encoded><![CDATA[<p align="left">In this tutorial I&#8217;ll explain you how to install Vmware Server on Hetzner.de Rootserver with Debian Etch OS installed.</p>
<p align="left">&nbsp;</p>
<p align="left"><em>Note:</em></p>
<p align="left">&nbsp;</p>
<p align="left">I&#8217;ve searched over the net many setup articles about vmware and Debian Etch, but unfortunately I haven&#8217;t found any good tutorial for me. I&#8217;m sure that your question is: &#8220;Why you haven&#8217;t found any good tutorial? Entire internet talks about Vmware products installation!&#8221; If you are in this page you are an unfortunately user as me. <img src='http://www.smokinglinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You have to know that Hetzner have a limitation in his IP addresses. In fact, to block IP Spoofing, Hetzner don&#8217;t allow IP address sharing and Bridged configuration don&#8217;t works with Vmware. There are limitations also when you try to install Xen and others virtualization solutions with bridged network configuration except for OpenVZ. At the moment I&#8217;ve seen that OpenVZ have many bugs and there isn&#8217;t an updated frontend to manage simply the virtual servers configured. VMware Server is free and give you a Console to manage remotely VPS from Linux or Windows system. I&#8217;ve personally tested VMware Server 1.04 on RootServer DS7000 with AMD Athlon X2 6000+ and 6gb of RAM. It runs fine, but I think that if you want a very performant system, virtualization not is very well.</p>
<p align="left"><span id="more-930"></span></p>
<p align="left">&nbsp;</p>
<p align="left">On Hetzner you have to ask the free additional subnet of IPs. With these additional IPs you can configure up to 6 IPs. Unfortunately, one of these IPs will must be used for the host system, and another one to make a gateway and solve the problem of bridge network configuration. In fact you have to configure the first of the additional IP on the system host where you will install VMware Server.</p>
<p align="left">&nbsp;</p>
<p align="left">I&#8217;ve this subnet of IPs from 78.47.XXX.1 to 78.47.XXX.6 where 78.47.XXX.7 will be the broadcast. So, you have to configure in <strong>/etc/network/interfaces</strong>:</p>
<p align="left">&nbsp;</p>
<blockquote><p>auto eth0:1<br />
iface eth0:1 inet static<br />
address 78.47.XXX.1<br />
broadcast 78.47.XXX.7<br />
netmask 255.255.255.248</p></blockquote>
<p align="left">To reolad configuration of network you can use <strong>&#8220;/etc/init.d/networking restart&#8221;</strong> or if you want load only the new interface added <strong>&#8220;ifup eth0:1&#8243;</strong>. To ensure if your network setup is correct you have to see &#8220;ifconfig&#8221; and try to PING from another PC the ip just configured.</p>
<p align="left">&nbsp;</p>
<p align="left">Before to proceed with the installation of VMware you must use enable IPv4 Forwarding simply open <strong>/etc/sysctl.conf</strong> and uncomment this line:</p>
<p align="left">&nbsp;</p>
<blockquote><p># Uncomment the next line to enable packet forwarding for IPv4<br />
net.ipv4.conf.default.forwarding=1</p></blockquote>
<p align="left">or:</p>
<p align="left">&nbsp;</p>
<blockquote><p>net.ipv4.ip_forward=1</p></blockquote>
<p align="left">Reboot your system NOW! <img src='http://www.smokinglinux.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p align="left">&nbsp;</p>
<blockquote></blockquote>
<p align="left">Now you can proceed with the pre installation of packages and kernel headers to run VMware Server installation.</p>
<p align="left">&nbsp;</p>
<blockquote><p>apt-get install linux-headers-`uname -r` libx11-6 libx11-dev x-window-system-core x-window-system xspecs libxtst6 psmisc build-essential</p></blockquote>
<p align="left">Now you must download VMware Server from <a href="http://www.vmware.com/download/server/" target="_blank">http://www.vmware.com/download/server/</a> and to obtain a free license code click on &#8220;Register Now&#8221; and follow the steps.</p>
<p align="left">&nbsp;</p>
<p align="left">You must obtain the URL to download Vmware and related tools and proceed with wget:</p>
<p align="left">&nbsp;</p>
<blockquote><p>wget <em>[URL of the VMware Server for linux binary tar.gz package]</em><br />
wget <em>[URL of the Management Interface binary tar.gz package]</em></p></blockquote>
<p align="left">Unpack downloaded files</p>
<p align="left">&nbsp;</p>
<blockquote><p>tar xvfz VMware-server-*.tar.gz<br />
tar xvfz VMware-mui-*.tar.gz</p></blockquote>
<p align="left">You can run now the installer script and just hit enter to keep default values.</p>
<p align="left">&nbsp;</p>
<p align="left">VMware Server installation Script:</p>
<p align="left">&nbsp;</p>
<blockquote><p>./vmware-server-distrib/vmware-install.pl</p></blockquote>
<p align="left">VMware WebGUI installation Script:</p>
<p align="left">&nbsp;</p>
<blockquote><p>./vmware-mui-distrib/vmware-install.pl</p></blockquote>
<p align="left">Now you can login on the WebGUI and download the VMware console: <strong>https://SERVER_IP:8333</strong> using root user and password.</p>
<p align="left">&nbsp;</p>
<p align="left">When you create a New Virtual Machine you have to setup the Network Card as Bridged and in the Operative System installed on the virtual machine you have to configure one of the additional IPs with the first IP configured in the host system as gateway.<br />
For Example, if you have installed Debian in the new virtual machine you have to setup the <strong>/etc/network/interfaces</strong> as:</p>
<p align="left">&nbsp;</p>
<blockquote><p>auto eth0<br />
iface eth0 inet static<br />
address 78.47.XXX.2<br />
broadcast 78.47.XXX.7<br />
netmask 255.255.255.248<br />
gateway 78.47.XXX.1</p></blockquote>
<p align="left">Reload your network configuration (<strong>/etc/init.d/networking restart</strong>) and you have your VMware installed with bridged Network working in the vritual machine also if you are using Hetzner RootServer.</p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;title=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Del.icio.us" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;title=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a digg" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer&amp;u=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FURL" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Technorati" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;t=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Yahoo My Web" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;title=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Stumble Upon" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;title=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Google Bookmarks" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer&amp;url=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a SlashDot" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver&amp;t=Install+VMware+server+on+Debian+Etch+in+an+Hetzner+RootServer" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FaceBook" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Twitter" alt="Add 'Install VMware server on Debian Etch in an Hetzner RootServer' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/vmware-server-virtualization/install-vmware-server-on-debian-etch-in-an-hetzner-rootserver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware Player on Ubuntu Gutsy 7.10</title>
		<link>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710</link>
		<comments>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710#comments</comments>
		<pubDate>Mon, 03 Dec 2007 10:08:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[VMWare - Server Virtualization]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[alien]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmplayer]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710</guid>
		<description><![CDATA[This tutorial explain how install VMware Player on Ubuntu Gutsy. There are two ways to install VMware Player, but the easiest way produce many errors. I hope that you want install VMware Player with the best procedure. In fact many tutorial on the net suggest you to download RPM package from VMware Website and convert [...]]]></description>
			<content:encoded><![CDATA[<p>This tutorial explain how install VMware Player on Ubuntu Gutsy. There are two ways to install VMware Player, but the easiest way produce many errors. I hope that you want install VMware Player with the best procedure. In fact many tutorial on the net suggest you to download RPM package from VMware Website and convert it in a deb package with alien. This way not is a good way because you could have these errors:</p>
<p><span id="more-910"></span></p>
<p><strong>When you try to run vmplayer:</strong><br />
/usr/bin/vmplayer: 166: cannot open /etc/vmware/locations: No such file<br />
exec: 180: /lib/wrapper-gtk24.sh: not found</p>
<p><strong>When you try to run vmware-config.pl:</strong><br />
Unable to find the database file (/etc/vmware/locations)</p>
<p>The best way is to download the tar.gz package from VMware website. First of all, you have to see how kernel you are using on your Linux PC.</p>
<blockquote><p>uname -r<br />
2.6.22-14-generic</p></blockquote>
<p>I have 2.6.22-14-generic, so I have to install thet linux headers files for my kernel version:</p>
<blockquote><p>sudo apt-get install linux-headers-2.6.22-14-generic</p></blockquote>
<p>Now you can download VMware Player tar.gz package from VMware website. At this time the last package is: VMware-player-2.0.2-59824.i386.tar.gz.</p>
<blockquote><p>tar xzvf VMware-player-2.0.2-59824.i386.tar.gz<br />
cd vmware-player-distrib</p></blockquote>
<p>The tar.gz package is extracted and you can run installation script of VMware Player:</p>
<blockquote><p>sudo ./vmware-install.pl</p></blockquote>
<p>During installation process you must answer some questions. For a standard installation you can keep suggested answers hitting <strong>ENTER</strong>.</p>
<blockquote><p>In which directory do you want to install the binary files?<br />
[/usr/bin]<br />
What is the directory that contains the init directories (rc0.d/ to rc6.d/)?<br />
[/etc]<br />
What is the directory that contains the init scripts?<br />
[/etc/init.d]<br />
In which directory do you want to install the daemon files?<br />
[/usr/sbin]<br />
In which directory do you want to install the library files?<br />
[/usr/lib/vmware]<br />
The path &#8220;/usr/lib/vmware&#8221; does not exist currently. This program is going to<br />
create it, including needed parent directories. Is this what you want?<br />
[yes]<br />
In which directory do you want to install the documentation files?<br />
[/usr/share/doc/vmware]<br />
The path &#8220;/usr/share/doc/vmware&#8221; does not exist currently. This program is<br />
going to create it, including needed parent directories. Is this what you want?<br />
[yes]<br />
Before running VMware Player for the first time, you need to configure it by<br />
invoking the following command: &#8220;/usr/bin/vmware-config.pl&#8221;. Do you want this<br />
program to invoke the command for you now? [yes]<br />
In which directory do you want to install the theme icons?<br />
[/usr/share/icons]<br />
What directory contains your desktop menu entry files? These files have a<br />
.desktop file extension. [/usr/share/applications]<br />
In which directory do you want to install the application&#8217;s icon?<br />
[/usr/share/pixmaps]<br />
None of the pre-built vmmon modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmmon module for<br />
your system (you need to have a C compiler installed on your system)? [yes]<br />
What is the location of the directory of C header files that match your running<br />
kernel? [/lib/modules/2.6.22-14-generic/build/include]<br />
None of the pre-built vmblock modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmblock module<br />
for your system (you need to have a C compiler installed on your system)?<br />
[yes]<br />
Do you want networking for your virtual machines? (yes/no/help) [yes]<br />
Do you want to be able to use NAT networking in your virtual machines? (yes/no)<br />
[yes]<br />
Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]<br />
Do you wish to configure another NAT network? (yes/no) [no]<br />
Do you want to be able to use host-only networking in your virtual machines?<br />
[yes]<br />
Do you want this program to probe for an unused private subnet? (yes/no/help)<br />
[yes]<br />
Do you wish to configure another host-only network? (yes/no) [no]<br />
None of the pre-built vmnet modules for VMware Player is suitable for your<br />
running kernel.  Do you want this program to try to build the vmnet module for<br />
your system (you need to have a C compiler installed on your system)? [yes]</p></blockquote>
<p>Installation process is now finished and you can start VMware Player from your <strong>Application MenÃ¹.</strong></p>
<p>I&#8217;ve attached some screenshot of the first time that you run VMware Player. You must accept EULA and then choose to open an image. I&#8217;ve downloaded Debian Etch image to test VMware Player performance and features. You can download <a href="http://www.smokinglinux.com/vmware-images"><strong>VMware Images from HERE</strong></a>.</p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer01.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer01_thumb.jpg" alt="vmplayer01" /></a></p>
<p><strong>Eula &#8211; End User License Agreement</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer02.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer02_thumb.jpg" alt="vmplayer02" /></a></p>
<p><strong>Open VMware Image</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer03.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer03_thumb.jpg" alt="vmplayer03" /></a></p>
<p><strong>Select a downloaded Image (Debian Etch Netinst)</strong></p>
<p style="text-align: center"><a href="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer04.jpg" rel="lightbox"><img src="http://www.smokinglinux.com/wp-content/uploads/2007/12/vmplayer04_thumb.jpg" alt="vmplayer04" /></a></p>
<p><strong>Run Debian Etch with VMware Player </strong></p>
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10&amp;u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Install+VMware+Player+on+Ubuntu+Gutsy+7.10&amp;url=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710&amp;t=Install+VMware+Player+on+Ubuntu+Gutsy+7.10" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter" alt="Add 'Install VMware Player on Ubuntu Gutsy 7.10' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/install-vmware-player-on-ubuntu-gutsy-710/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Windows XP Virtual Machine with VMware player on Ubuntu Gutsy</title>
		<link>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy</link>
		<comments>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy#comments</comments>
		<pubDate>Thu, 22 Nov 2007 20:42:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux Tutorials]]></category>
		<category><![CDATA[OpenSource Software]]></category>
		<category><![CDATA[VMWare - Server Virtualization]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[professionale]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtual]]></category>
		<category><![CDATA[vmplayer]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[winxp]]></category>
		<category><![CDATA[winxppro]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy</guid>
		<description><![CDATA[Linux is a good operating system but sometimes you could have the necessity of run a particular application that don&#8217;t work with wine and is only for Windows XP. WMware released its virtualization software for free (not opensource): VMware Server and VMware Player. WMware server could be more complicated for personal use, so you can [...]]]></description>
			<content:encoded><![CDATA[<p>Linux is a good operating system but sometimes you could have the necessity of run a particular application that don&#8217;t work with wine and is only for Windows XP.<br />
WMware released its virtualization software for free (not opensource): VMware Server and VMware Player.</p>
<p>WMware server could be more complicated for personal use, so you can choose WMware player to run Windows XP on Ubuntu Gutsy.<br />
<span id="more-892"></span><br />
You have to download and install RPM package from www.vmware.com (then you have to convert it as DEB package)</p>
<blockquote><p>fakeroot alien -scripts VMware-player-2.0.2-59824.i386.rpm<br />
sudo dpkg -i VMware-player-2.0.2-59824.i386.deb<br />
sudo vmware-config.pl</p></blockquote>
<p>You have to create a custom Windows XP image for your Virtual Machine, but first you have to install qemu.</p>
<blockquote><p>sudo apt-get install qemu<br />
qemu-img create -f vmdk WinXP.vmdk 6G</p></blockquote>
<p>Now you have to create a config file for Disk Image just made with qemu with &#8220;<strong>nano WinXP.vmx</strong>&#8220;.</p>
<blockquote><p>config.version = &#8220;8&#8243;<br />
virtualHW.version = &#8220;3&#8243;<br />
ide0:0.present = &#8220;TRUE&#8221;<br />
ide0:0.filename = &#8220;WinXP.vmdk&#8221;<br />
memsize = &#8220;128&#8243;<br />
MemAllowAutoScaleDown = &#8220;FALSE&#8221;<br />
ide1:0.present = &#8220;TRUE&#8221;<br />
ide1:0.fileName = &#8220;auto detect&#8221;<br />
ide1:0.deviceType = &#8220;cdrom-raw&#8221;<br />
ide1:0.autodetect = &#8220;TRUE&#8221;<br />
floppy0.present = &#8220;FALSE&#8221;<br />
ethernet0.present = &#8220;TRUE&#8221;<br />
usb.present = &#8220;TRUE&#8221;<br />
sound.present = &#8220;TRUE&#8221;<br />
sound.virtualDev = &#8220;es1371&#8243;<br />
displayName = &#8220;Windows XP Pro&#8221;<br />
guestOS = &#8220;winXPPro&#8221;<br />
nvram = &#8220;WinXP.nvram&#8221;<br />
MemTrimRate = &#8220;-1&#8243;</p>
<p>ide0:0.redo = &#8220;&#8221;<br />
ethernet0.addressType = &#8220;generated&#8221;<br />
uuid.location = &#8220;56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58&#8243;<br />
uuid.bios = &#8220;56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58&#8243;<br />
ethernet0.generatedAddress = &#8220;00:0c:29:7e:06:58&#8243;<br />
ethernet0.generatedAddressOffset = &#8220;0&#8243;</p>
<p>tools.syncTime = &#8220;TRUE&#8221;<br />
ide1:0.startConnected = &#8220;TRUE&#8221;<br />
uuid.action = &#8220;create&#8221;<br />
checkpoint.vmState = &#8220;&#8221;</p></blockquote>
<p>To make this step more easy you can download WinXP.vmx from here:</p>

				<div class="imp-download">
					<strong><a href="http://www.smokinglinux.com/?dl=4" title="Windows XP VMX (VMplayer)">Windows XP VMX (VMplayer)</a></strong>
					<small>Downloads: 6377 times</small>
				</div>
			
<!-- Social Bookmarking Reloaded BEGIN --><div class="social_bookmark"><em>Submit to:</em><br /><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://del.icio.us/post?url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/delicious.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Del.icio.us" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://digg.com/submit?phase=2&amp;url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/digg.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a digg" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://furl.net/storeIt.jsp?t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy&amp;u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/furl.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FURL" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.technorati.com/faves?add=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/technorati.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Technorati" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/yahoo_myweb.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Yahoo My Web" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.stumbleupon.com/submit?url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/stumbleupon.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Stumble Upon" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/google.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Google Bookmarks" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://slashdot.org/bookmark.pl?title=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy&amp;url=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/slashdot.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a SlashDot" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://www.facebook.com/share.php?u=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy&amp;t=Windows+XP+Virtual+Machine+with+VMware+player+on+Ubuntu+Gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/facebook.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a FaceBook" /></a><a class="social_img" onclick="window.open(this.href, '_blank', 'scrollbars=yes,menubar=no,border=0,height=600,width=750,resizable=yes,toolbar=no,location=no,status=no'); return false;" href="http://twitter.com/home?status=http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter"><img src="http://www.smokinglinux.com/wp-content/plugins/social-bookmarking-reloaded/twitter.png" title="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter" alt="Add 'Windows XP Virtual Machine with VMware player on Ubuntu Gutsy' a Twitter" /></a></div>
<!-- Social Bookmarking Reloaded END -->]]></content:encoded>
			<wfw:commentRss>http://www.smokinglinux.com/tutorials/windows-xp-virtual-machine-with-vmware-player-on-ubuntu-gutsy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

