<?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>Luke Sheldrick&#039;s Blog &#187; VMWare Server</title>
	<atom:link href="http://luke.sheldrick.co.uk/blog/tag/vmware-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://luke.sheldrick.co.uk/blog</link>
	<description>Just another blog site.</description>
	<lastBuildDate>Thu, 26 Jan 2012 19:18:49 +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>Native VNC Server &#8211; VMWare Server</title>
		<link>http://luke.sheldrick.co.uk/blog/2008/11/29/native-vnc-server-vmware-server/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2008/11/29/native-vnc-server-vmware-server/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 11:55:45 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[VMWare Server]]></category>
		<category><![CDATA[VNC]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=280</guid>
		<description><![CDATA[Randomly discovered a nice feature of VMWare products, the in-built VNC Server. I quick look at their KB reveals http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&#38;externalId=1246 as being listed for GSX server, however happily works for me on VMWare Server 2.0 (Haven&#8217;t tried on 1.0, just yet, but will do later). Quite simple really, edit the Guest&#8217;s VMX file in question [...]]]></description>
			<content:encoded><![CDATA[<p>Randomly discovered a nice feature of VMWare products, the in-built VNC Server. I quick look at their KB reveals <a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;externalId=1246" target="_blank">http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;externalId=1246</a> as being listed for GSX server, however happily works for me on VMWare Server 2.0 (Haven&#8217;t tried on 1.0, just yet, but will do later).</p>
<p>Quite simple really, edit the Guest&#8217;s VMX file in question and add the following [changing to suite your needs] to the bottom of the file.</p>
<p>RemoteDisplay.vnc.enabled = &#8220;TRUE&#8221;</p>
<p>The below are optional, but recommended.<br />
RemoteDisplay.vnc.port = &#8220;5900&#8243;<br />
RemoteDisplay.vnc.password = &#8220;vncpassword&#8221;</p>
<p>With the 5900, change the 00, to whatever you please, if you have multiple guests running for example. The 00, will become vnc screen &#8217;0&#8242; and 01, would become &#8217;1&#8242;&#8230;.etc</p>
<p>Quite a nice feature, so I don&#8217;t have to [1] Use a vnc server on each of the guests + firewall rules for them [2] I don&#8217;t have to run fusion on my mac, to boot an XP guest, just becuase there isn&#8217;t a plugin for OSX + VMWare Console [for 2.0 :@ not that I know of anyways, please shout if you know of one though]</p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>20 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/20/vlan-trunking-on-vmware-server-1x-2x-continued/" title="Vlan trunking on VMWare Server (1.x 2.x)&#8230; Continued">Vlan trunking on VMWare Server (1.x 2.x)&#8230; Continued</a> (0)</li><li>20 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/20/vmware-server-20-installation-error-bochenet-vmware-virtualization-evangelist/" title="VMware Server 2.0 installation error &#8211; boche.net &#8211; VMware Virtualization Evangelist">VMware Server 2.0 installation error &#8211; boche.net &#8211; VMware Virtualization Evangelist</a> (0)</li><li>13 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/13/vlan-trunking-on-vmware-server-1x-2x/" title="Vlan trunking on VMWare Server (1.x 2.x)">Vlan trunking on VMWare Server (1.x 2.x)</a> (4)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2008/11/29/native-vnc-server-vmware-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Vlan trunking on VMWare Server (1.x 2.x)&#8230; Continued</title>
		<link>http://luke.sheldrick.co.uk/blog/2008/11/20/vlan-trunking-on-vmware-server-1x-2x-continued/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2008/11/20/vlan-trunking-on-vmware-server-1x-2x-continued/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 20:09:16 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[802.11q]]></category>
		<category><![CDATA[trunk]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[VMWare Server]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=250</guid>
		<description><![CDATA[Thought I&#8217;d write a quick update, as I had received a comment to my previous post regarding vlan trunking on VMWare Server. The comment &#8220;Hi, Luke How it does works in VMWare Server 2.0. on the Web Admin interface it doesn’t appear on network list, only physical NICs &#8221; Well to be honest off hand [...]]]></description>
			<content:encoded><![CDATA[<p>Thought I&#8217;d write a quick update, as I had received a comment to my <a href="http://luke.sheldrick.co.uk/blog/?p=210">previous post</a> regarding vlan trunking on VMWare Server.</p>
<p>The comment &#8220;Hi, Luke<br />
How it does works in VMWare Server 2.0. on the Web Admin interface it doesn’t appear on network list, only physical NICs <img class="wp-smiley" src="../wp-includes/images/smilies/icon_sad.gif" alt=":-(" />&#8221;</p>
<p>Well to be honest off hand I couldn&#8217;t remember, I always downgrade / use 1.x, as I can&#8217;t stand the web interface. However re-installed it back in the lab. At first glance, you can&#8217;t add interfaces to the host via the web gui, which blows.</p>
<p>Anyways, running &#8220;Managed Virtual Networks&#8221;, gives you back the original interface:</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-9.png" rel="lightbox[250]"><img class="size-medium wp-image-251 aligncenter" title="Managed Virtual Networks" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-9.png" alt="" width="300" height="178" /></a></p>
<p>Then adding in the interfaces, including the BAS #* (For broadcom individual interfaces / vlans).</p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-71.png" rel="lightbox[250]"><img class="aligncenter size-medium wp-image-252" title="Interfaces" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-71.png" alt="" width="300" height="238" /></a></p>
<p style="text-align: left;">Then a quick network refresh in the gui, and all the NIC&#8217;s, including the virtual vlan nics, show in the gui <img src='http://luke.sheldrick.co.uk/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-8.png" rel="lightbox[250]"><img class="size-medium wp-image-253 aligncenter" title="Virtual Nics" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-8.png" alt="" width="300" height="78" /></a></p>
<p style="text-align: left;">Now back to 1.0.7 <img src='http://luke.sheldrick.co.uk/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>13 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/13/vlan-trunking-on-vmware-server-1x-2x/" title="Vlan trunking on VMWare Server (1.x 2.x)">Vlan trunking on VMWare Server (1.x 2.x)</a> (4)</li><li>29 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/29/native-vnc-server-vmware-server/" title="Native VNC Server &#8211; VMWare Server ">Native VNC Server &#8211; VMWare Server </a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2008/11/20/vlan-trunking-on-vmware-server-1x-2x-continued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vlan trunking on VMWare Server (1.x 2.x)</title>
		<link>http://luke.sheldrick.co.uk/blog/2008/11/13/vlan-trunking-on-vmware-server-1x-2x/</link>
		<comments>http://luke.sheldrick.co.uk/blog/2008/11/13/vlan-trunking-on-vmware-server-1x-2x/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 10:22:52 +0000</pubDate>
		<dc:creator>Luke Sheldrick</dc:creator>
				<category><![CDATA[IT / Tech]]></category>
		<category><![CDATA[802.11q]]></category>
		<category><![CDATA[trunk]]></category>
		<category><![CDATA[vlan]]></category>
		<category><![CDATA[VMWare Server]]></category>
		<category><![CDATA[Windows 2003]]></category>

		<guid isPermaLink="false">http://luke.sheldrick.co.uk/blog/?p=210</guid>
		<description><![CDATA[Someone was telling me the other day how they&#8217;d setup vlan trunking on the linux server, using the 802.1q kernel module, and then binding the &#8216;virtual&#8217; interfaces to the vmnet&#8217;s. This wasn&#8217;t something I&#8217;d thought about before, as I&#8217;d gone a different route (sticking a few 4 port nics) in my servers, which also meant [...]]]></description>
			<content:encoded><![CDATA[<p>Someone was telling me the other day how they&#8217;d setup vlan trunking on the linux server, using the 802.1q kernel module, and then binding the &#8216;virtual&#8217; interfaces to the vmnet&#8217;s. This wasn&#8217;t something I&#8217;d thought about before, as I&#8217;d gone a different route (sticking a few 4 port nics) in my servers, which also meant I didn&#8217;t have the bandwidth limitation. However this was all on a linux server, so is pretty straight forward.</p>
<p>I was rather bored on the grave yard shift last night, and needed an extra vlan on my lab vmhost at home, so set off to see how easy it is to do under Windows 2003, which my vmhost is currently built as. My lab server in question is a HP xw6000, so comes with the Broadcom NetXtreme chipset. Looking around they have a suite you can install, BACS (Broadcom Advance Control Suite). This allows you to setup virtual interfaces, which the OS (and VMWare) just see as being an additional nic.</p>
<p>So all I needed to do is setup the switch port as a trunk, on my Cisco C2948 in the lab, add the vlans I wanted to BACS, and then assign the new nics to a vmnet. All is working quiet well.</p>
<p>Also tried it on a Intel PRO nic, with equally pleasing results. A few pic&#8217;s below:</p>
<p><center><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-4.png" rel="lightbox[210]"><img class="alignnone size-thumbnail wp-image-211" title="BACS" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-4.png" alt="" width="150" height="80" /></a> </center></p>
<p>
<center><br />
<a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-5.png" rel="lightbox[210]"><img class="alignnone size-thumbnail wp-image-212" title="Physical nic &amp; virtual nics" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-5.png" alt="" width="150" height="53" /></a></center><br />
<br />
<center><a href="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-7.png" rel="lightbox[210]"><img class="alignnone size-thumbnail wp-image-213" title="Nics assigned in vmware" src="http://luke.sheldrick.co.uk/blog/wp-content/uploads/2008/11/picture-7.png" alt="" width="150" height="24" /></a></center></p>
<h3  class="related_post_title">Related Posts (auto generated)</h3><ul class="related_post"><li>20 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/20/vlan-trunking-on-vmware-server-1x-2x-continued/" title="Vlan trunking on VMWare Server (1.x 2.x)&#8230; Continued">Vlan trunking on VMWare Server (1.x 2.x)&#8230; Continued</a> (0)</li><li>29 November 2008 -- <a href="http://luke.sheldrick.co.uk/blog/2008/11/29/native-vnc-server-vmware-server/" title="Native VNC Server &#8211; VMWare Server ">Native VNC Server &#8211; VMWare Server </a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://luke.sheldrick.co.uk/blog/2008/11/13/vlan-trunking-on-vmware-server-1x-2x/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

