<?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>Albertech.net &#187; VMWARE</title>
	<atom:link href="http://albertech.net/category/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:31:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix: VMWARE guest host with no network connectivity using re-allocated IP address</title>
		<link>http://albertech.net/2011/06/fix-vmware-guest-host-with-no-network-connectivity-using-an-existing-ip-address/</link>
		<comments>http://albertech.net/2011/06/fix-vmware-guest-host-with-no-network-connectivity-using-an-existing-ip-address/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 18:57:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[vmware esx]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=755</guid>
		<description><![CDATA[If you are migrating from one guest host to another using VMWARE and have problems with reusing the IP address from the old host, VMWARE may be binding the IP address to a MAC address.  Even with the old server off, I was unable to get the new server to bind with the original IP address.

<strong>The fix is to create/set a network adapter on the new server with the MAC address of the old server. </strong>After setting the MAC address on the new box to the original NIC MAC address, I was able to get full connectivity with the old IP address.

This will only work ... ]]></description>
		<wfw:commentRss>http://albertech.net/2011/06/fix-vmware-guest-host-with-no-network-connectivity-using-an-existing-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWARE Server 2.02 Update</title>
		<link>http://albertech.net/2009/11/vmware-server-2-02-update/</link>
		<comments>http://albertech.net/2009/11/vmware-server-2-02-update/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:29:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=317</guid>
		<description><![CDATA[VMWARE Server 2.02 has been released October 27, 2009. It includes a few important security updates for VMWARE Server. If you are running a Linux server with VMWARE server 2.01, I strongly suggest to upgrade due to the "Directory Traversal Vulnerability" -- which may allow for remote retrieval of any file from the host system.]]></description>
		<wfw:commentRss>http://albertech.net/2009/11/vmware-server-2-02-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VMWARE Server vs. ESXi</title>
		<link>http://albertech.net/2009/09/vmware-server-vs-esxi/</link>
		<comments>http://albertech.net/2009/09/vmware-server-vs-esxi/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 01:15:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[vmware ESXi]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=264</guid>
		<description><![CDATA[VMWARE has two "free" options to get started into virtualization. VMWARE Server 2.0 and VMWARE ESXi. Each has their own advantages and disadvantages. Notably, VMWARE server will run on many different operating systems (Windows/Linux/etc.) while the VMWARE ESXi is limited to certain hardware since it runs on bare metal (has its own hypervisor). No OS is required to run ESXi. Read more to see the comparison review.]]></description>
		<wfw:commentRss>http://albertech.net/2009/09/vmware-server-vs-esxi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian on VMWARE: Installing VMWare Tools</title>
		<link>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/</link>
		<comments>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:54:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install vmware tools]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=164</guid>
		<description><![CDATA[<strong>Why install VMWARE Tools?
</strong>Improved display support with SVGA driver
Cut and paste from host onto the VMWare guest
Automation of guest operating system commands
Sync time
Shrinking disk space
Startup and shutdown scripts

<strong>In order to install VMWARE tools on Debian, you will need to make sure you have the package "linux-headers-[kernel version]" installed.</strong>

If not, you will get a prompt during the configuration asking for the path of the C header files.

To find the version of your kernel, type in:
<strong>uname -a</strong>

It should say something like Linux infomine 2.6.26-2-amd64 (with your current CPU architecture at the end)

****
NOTE: Do this at your own risk. If you put the ... ]]></description>
		<wfw:commentRss>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian on VMWARE: Troubleshoot Network</title>
		<link>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/</link>
		<comments>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/#comments</comments>
		<pubDate>Tue, 12 May 2009 00:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[clone network]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=162</guid>
		<description><![CDATA[Ever change the Network MAC address setting in VMWARE and you can't get the network to work?

Here's a quick how-to on changing the MAC address on a Linux VM. This is useful if you want to clone an existing machine and want to have both machines running with network at the same time. I am using VMWARE Server 2.0. (free version)
]]></description>
		<wfw:commentRss>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

