<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing VMWare Server (and Windows XP) on Ubuntu</title>
	<atom:link href="http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/</link>
	<description>Easily understood tips that make your computing experience easier</description>
	<lastBuildDate>Thu, 11 Feb 2010 20:06:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Kyle</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-962</link>
		<dc:creator>Jim Kyle</dc:creator>
		<pubDate>Sun, 28 Jun 2009 01:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-962</guid>
		<description>While it&#039;s not widely publicized, the VMWare Server Version 2 includes a VNC server in itself that can be enabled by manual editing of the virtual machine&#039;s VMX file. I&#039;m currently using this capability to access my WinXP VM that runs in an Xubuntu 8.04.2 system. Here are the additions to make to the VMX file:

RemoteDisplay.vnc.enabled = &quot;TRUE&quot;
RemoteDisplay.vnc.port = 5900
RemoteDisplay.vnc.password = &quot;password&quot;

Of course, &quot;password&quot; should be replaced by your choice of passwords. Shut down the VM before making these additions, then start it up again after saving them. Now you can use any standard VNC viewer from any box that can connect to the one running VMWare Server, and go directly to your VM. I even use it on the same box, by connecting the VNC viewer to &quot;Localhost:5900&quot; (and you can use any other port you want, by changing the VMX file entry accordingly).</description>
		<content:encoded><![CDATA[<p>While it&#8217;s not widely publicized, the VMWare Server Version 2 includes a VNC server in itself that can be enabled by manual editing of the virtual machine&#8217;s VMX file. I&#8217;m currently using this capability to access my WinXP VM that runs in an Xubuntu 8.04.2 system. Here are the additions to make to the VMX file:</p>
<p>RemoteDisplay.vnc.enabled = &#8220;TRUE&#8221;<br />
RemoteDisplay.vnc.port = 5900<br />
RemoteDisplay.vnc.password = &#8220;password&#8221;</p>
<p>Of course, &#8220;password&#8221; should be replaced by your choice of passwords. Shut down the VM before making these additions, then start it up again after saving them. Now you can use any standard VNC viewer from any box that can connect to the one running VMWare Server, and go directly to your VM. I even use it on the same box, by connecting the VNC viewer to &#8220;Localhost:5900&#8243; (and you can use any other port you want, by changing the VMX file entry accordingly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-946</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Tue, 05 May 2009 22:18:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-946</guid>
		<description>Thank you for lucid instructions!

Just completed install on a Dell XPS (laptop, 3GHz, 2GB RAM), running Ubuntu 9.04. Worked just fine.</description>
		<content:encoded><![CDATA[<p>Thank you for lucid instructions!</p>
<p>Just completed install on a Dell XPS (laptop, 3GHz, 2GB RAM), running Ubuntu 9.04. Worked just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucidTipster</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-945</link>
		<dc:creator>lucidTipster</dc:creator>
		<pubDate>Tue, 05 May 2009 18:27:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-945</guid>
		<description>Hi Juan,

Below is extract of Networking Basics from &lt;a href=&quot;http://www.vmware.com/pdf/vmserver2.pdf&quot; rel=&quot;nofollow&quot;&gt;VMWare documentation&lt;/a&gt;

&lt;blockquote&gt;Bridged networking - Configures your virtual machine as a unique identity on the network, separate from and unrelated to its host. Other computers on the network can communicate directly with the virtual machine. If you are using DHCP your router will assign the guest an IP.&lt;/blockquote&gt;

&lt;blockquote&gt;Network address translation (NAT) - Configures your virtual machine to share the IP and MAC addresses of the host. The virtual machine shares the host’s public network identity, and has a private identity that is not visible beyond the host. NAT can be useful when you are allowed a single IP address or MAC address by your router.&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Hi Juan,</p>
<p>Below is extract of Networking Basics from <a href="http://www.vmware.com/pdf/vmserver2.pdf" rel="nofollow">VMWare documentation</a></p>
<blockquote><p>Bridged networking &#8211; Configures your virtual machine as a unique identity on the network, separate from and unrelated to its host. Other computers on the network can communicate directly with the virtual machine. If you are using DHCP your router will assign the guest an IP.</p></blockquote>
<blockquote><p>Network address translation (NAT) &#8211; Configures your virtual machine to share the IP and MAC addresses of the host. The virtual machine shares the host’s public network identity, and has a private identity that is not visible beyond the host. NAT can be useful when you are allowed a single IP address or MAC address by your router.</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan Fermin</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-944</link>
		<dc:creator>Juan Fermin</dc:creator>
		<pubDate>Mon, 04 May 2009 17:52:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-944</guid>
		<description>Should the network be bridged or NAT?</description>
		<content:encoded><![CDATA[<p>Should the network be bridged or NAT?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucidTipster</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-943</link>
		<dc:creator>lucidTipster</dc:creator>
		<pubDate>Mon, 04 May 2009 05:09:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-943</guid>
		<description>Hi Casey,

Yes this is doable. Please note that when connecting remotely VMWare automatically defaults to https so ensure you have the correct port forwarded (default is 8333). Good luck.</description>
		<content:encoded><![CDATA[<p>Hi Casey,</p>
<p>Yes this is doable. Please note that when connecting remotely VMWare automatically defaults to https so ensure you have the correct port forwarded (default is 8333). Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casey</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-940</link>
		<dc:creator>casey</dc:creator>
		<pubDate>Sat, 02 May 2009 15:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-940</guid>
		<description>Once you have the virtual machine installed through the web interface you can continue to use the virtual machine through the web interface from any remote machine, even through the Internet if you open the port on your router.  I think this would be more efficient than installing remote desktop or VNC on the the client OS.

cheers
casey</description>
		<content:encoded><![CDATA[<p>Once you have the virtual machine installed through the web interface you can continue to use the virtual machine through the web interface from any remote machine, even through the Internet if you open the port on your router.  I think this would be more efficient than installing remote desktop or VNC on the the client OS.</p>
<p>cheers<br />
casey</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucidTipster</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-929</link>
		<dc:creator>lucidTipster</dc:creator>
		<pubDate>Fri, 06 Feb 2009 05:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-929</guid>
		<description>Hi Angelo,

Yes VMWare Server can be installed on Ubuntu Server. Since you do not have keyboard and monitor on your Ubuntu Server you should be able to SSH to your Ubuntu Server machine and install VMWare Server. After successful installation of VMWare Server you can access VMWare Infrastructure Web Access from any other PC by going to https://ipaddress.of.ubuntu.server:8333 Once you are logged in you can create a new virtual machine and install Windows XP. If you do not have physical access to the Ubuntu Server to insert the Windows XP CD you can copy an ISO image to the Ubuntu Server and then use it for installation. After Windows XP is installed you can enable Remote Desktop or install VNC.

Hope this helps and let me know how it goes.

Good luck!!!</description>
		<content:encoded><![CDATA[<p>Hi Angelo,</p>
<p>Yes VMWare Server can be installed on Ubuntu Server. Since you do not have keyboard and monitor on your Ubuntu Server you should be able to SSH to your Ubuntu Server machine and install VMWare Server. After successful installation of VMWare Server you can access VMWare Infrastructure Web Access from any other PC by going to <a href="https://ipaddress.of.ubuntu.server:8333" rel="nofollow">https://ipaddress.of.ubuntu.server:8333</a> Once you are logged in you can create a new virtual machine and install Windows XP. If you do not have physical access to the Ubuntu Server to insert the Windows XP CD you can copy an ISO image to the Ubuntu Server and then use it for installation. After Windows XP is installed you can enable Remote Desktop or install VNC.</p>
<p>Hope this helps and let me know how it goes.</p>
<p>Good luck!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angelo Chen</title>
		<link>http://www.lucidtips.com/2009/01/20/installing-vmware-server-and-windows-xp-on-ubuntu/comment-page-1/#comment-927</link>
		<dc:creator>Angelo Chen</dc:creator>
		<pubDate>Thu, 05 Feb 2009 06:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.lucidtips.com/?p=210#comment-927</guid>
		<description>Nice posting, I&#039;d like to know if this possible:

Can Windows XP be installed as a virtual machine in a Ubuntu Server? and can be accessed thru a VNC or something else? the reason is, I have a ubuntu server without keyboard and monitor, and I need a build machine in Windows to do some testing, if XP can be installed there and accessible thru a VNC client, that will be great for software development.</description>
		<content:encoded><![CDATA[<p>Nice posting, I&#8217;d like to know if this possible:</p>
<p>Can Windows XP be installed as a virtual machine in a Ubuntu Server? and can be accessed thru a VNC or something else? the reason is, I have a ubuntu server without keyboard and monitor, and I need a build machine in Windows to do some testing, if XP can be installed there and accessible thru a VNC client, that will be great for software development.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
