<?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/tag/vmware/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Tips, Tricks, and Reviews in Linux, Apache, MySQL, PHP</description>
	<lastBuildDate>Fri, 03 Sep 2010 17:40:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<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>
			<content:encoded><![CDATA[<p><strong>Why install VMWARE Tools?<br />
</strong>Improved display support with SVGA driver<br />
Cut and paste from host onto the VMWare guest<br />
Automation of guest operating system commands<br />
Sync time<br />
Shrinking disk space<br />
Startup and shutdown scripts</p>
<p><strong>In order to install VMWARE tools on Debian, you will need to make sure you have the package &#8220;linux-headers-[kernel version]&#8221; installed.</strong></p>
<p>If not, you will get a prompt during the configuration asking for the path of the C header files.</p>
<p>To find the version of your kernel, type in:<br />
<strong>uname -a</strong></p>
<p>It should say something like Linux infomine 2.6.26-2-amd64 (with your current CPU architecture at the end)</p>
<p>****<br />
NOTE: Do this at your own risk. If you put the wrong version of the kernel header files, things will break.<br />
****</p>
<p>After identifying what kernel you are using, then add the linux header files<br />
<strong>apt-get install linux-headers-[kernel version]</strong><br />
For instance,  apt-get install linux-headers-2.6.26-2-amd64</p>
<p><strong>Then follow the Vmware documentation on installing VMWARE Tools:<br />
</strong><a href="http://www.vmware.com/support/gsx3/doc/tools_install_lin_gsx.html"><strong>http://www.vmware.com/support/gsx3/doc/tools_install_lin_gsx.html</strong></a></p>
]]></content:encoded>
			<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>
			<content:encoded><![CDATA[<p>Ever change the Network MAC address setting in VMWARE and you can&#8217;t get the network to work?</p>
<p>Here&#8217;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)</p>
<p>1) Power down the VM that you want to change the MAC address on. (e.g. cloned computer)<br />
2) On the VMWARE console, select your (cloned) VM machine on the left side. In the Summary tab, click on &#8220;Edit&#8221; in the Network adapter section. The MAC address needs to be set the &#8220;Manual&#8221;. In the textbox, set the MAC address. It will need to start with 00:50:56 and end with XX:XX:XX to a value between 00:00:00 and FF:FF:FF. For instance, you can use 00:50:56:FF:FF:FF as a MAC address.  Click on OK.</p>
<p>3) If you are using Static IP address. Follow this step: On your VM console, click on the Summary Tab for the VM you changed the settings on. On the Network Adapter 1, click on &#8220;Edit&#8221;. Uncheck the box that says &#8220;Connect at power on&#8221;  Click on OK.</p>
<p>Turn on Debian box. Login as root. If you are using static IP, you will first need to change the IP to a new one. Edit the &#8220;/etc/network/interfaces&#8221; file. On the &#8220;address&#8221; line of your network adapter (eth0, &#8230; eth5)  change the IP.  Shutdown computer. Go to VMWARE console, edit Network Adapter 1, check the network box that says &#8220;Connect at power on&#8221;.</p>
<p>4) Power on the VM. Login as root.</p>
<p>5) Go to /etc/udev/rules.d/</p>
<p>6) There should be a file called &#8220;70-persistent-net.rules&#8221;. Backup the file. Edit this file. Find the line that matches the MAC address that you entered in step 3.  If you can&#8217;t find it (that maybe the problem), edit the last network device on the list. In the &#8220;ATTRS{address}==&#8221; section, enter the MAC address that you added. Note what NAME it is.  It should be something like &#8220;eth0&#8243; or &#8220;eth&#8230;.&#8221;  Save the file.</p>
<p>7) Now edit /etc/network/interfaces file. Your will need to make sure the &#8220;eth&#8221; matches the NAME of the hardware device in step 8. For instance, if the name is eth0 &#8212; make sure the name of the interfaces is eth0 and the allow-hotplug line is eth0 as well.</p>
<p> <img src='http://albertech.net/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Run the command &#8220;ifup [NAME]&#8221; for instance ifup eth0. You should get a status message whether the network works.  If you get a conflict error, you are either using a MAC address that is on another VM or a static IP address of another computer. If its a conflict of IP, change the IP in step 3. To troubleshoot network device not working, stop the VM machine &#8212; look in the Network adapter field. Write down the MAC address. Go back to step 6.</p>
]]></content:encoded>
			<wfw:commentRss>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
