<?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>Yellow Bricks &#187; security</title>
	<atom:link href="http://www.yellow-bricks.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yellow-bricks.com</link>
	<description>Building blocks for virtualization...</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:12:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Secured down your environment with vShield App and locked out of vCenter?</title>
		<link>http://www.yellow-bricks.com/2011/11/16/secured-down-your-environment-with-vshield-app-and-locked-out-of-vcenter/</link>
		<comments>http://www.yellow-bricks.com/2011/11/16/secured-down-your-environment-with-vshield-app-and-locked-out-of-vcenter/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 14:05:31 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vshield]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9397</guid>
		<description><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t make these .vmx changes in your environment as it is not supported! ** Yesterday I showed how to recover from a vShield App crash. Now bare in mind that this scenario is very rare. Today I decided to lock down my environment to the level where it was impossible to login [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/16/secured-down-your-environment-with-vshield-app-and-locked-out-of-vcenter/">Secured down your environment with vShield App and locked out of vCenter?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>** Disclaimer: This is for educational purposes, please don’t make these .vmx changes in your environment as it is <strong>not</strong> supported! **</p>
<p>Yesterday I showed how to recover from a<a href="http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/"> vShield App crash</a>. Now bare in mind that this scenario is very rare. Today I decided to lock down my environment to the level where it was impossible to login to vCenter Server or vShield Manager. I added L2 and L3 &#8220;Any &#8211; Any&#8221; block rules to the Datacenter which hosts vCenter and vShield Manager. I needed to get access back to my vCenter host so I started digging and this is how I managed to get it back&#8230; it was a lot easier than expected:</p>
<ol>
<li>http://&lt;ip-address-of-vShield-manager&gt;</li>
<li>remove/change rule</li>
</ol>
<p>Was it really that simple? Yes it was, even after applying block rules I could still access vShield Manager. I wondered why so I started digging in to it.</p>
<p>If you look at the vShield Manager UI you will see that all VMs are listed except for vShield Manager and the vShield App FW VMs. The reason for this is that the vShield VMs are considered to be Service VMs. You can actually see this when you go to your Cluster in the vShield Manager UI and check the &#8220;Summary&#8221; as it will list the amount of Service VMs as shown in the screenshot below.</p>
<p><img class="colorbox-9397"  src="http://farm7.static.flickr.com/6218/6350567962_6dae77f627.jpg" alt="" /></p>
<p>I wondered what caused these VMs to be listed as Service VMs so I looked at the .vmx file of the vShield VMs and spotted the following entries:</p>
<ul>
<li>vShield Manager.vmx:<br />
<code>vshield.vmtype = "Manager"<br />
vshield.vmversion = "5.0"<br />
vshield.vmbuild = "473791"</code></li>
<li>vShield App FW.vmx:<br />
<code>vshield.vmtype = "Zones"<br />
vshield.vmversion = "3.0"<br />
vshield.vmbuild = "473791"</code></li>
</ul>
<p>Another thing that I noticed in the .vmx file for vShield Manager is that it did not have a filter applied, in other words traffic goes straight to the VM. This was the reason traffic was not blocked by the rules we created. The next thing I wanted to test is what would happen if I would remove the filters from the vCenter VM and simply add the three .vmx entries that the vShield Manager had? The reason I wanted to test this is because I wanted to know if a filter would be applied or not.</p>
<p>Instead of (ab)using my vCenter VM for this (I might need it later on) I created a test VM. I booted up the VM to see if it would get the filter and made sure the rules I created were applied. I couldn&#8217;t access the VM as expected as the filter and the rules were applied. I powered it off, removed the filter, added the three entries (vShield Manager) and booted up the VM&#8230; No changes were made to the VM and I could still access it. Is this useful for your production environment? No it is not, as it is definitely not recommended to make changes like these as it is totally unsupported and could lead to unexpected results. It is nice to know though&#8230;</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/16/secured-down-your-environment-with-vshield-app-and-locked-out-of-vcenter/">Secured down your environment with vShield App and locked out of vCenter?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/11/16/secured-down-your-environment-with-vshield-app-and-locked-out-of-vcenter/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>vShield App broke down on the host that is running vCenter now what?</title>
		<link>http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/</link>
		<comments>http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 15:41:26 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[vshield]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9385</guid>
		<description><![CDATA[<p>I was playing around with vShield App and I locked out my vCenter VM which happened to be hosted on the cluster which was protected by vShield App. Yes I know that it is not recommended, but I have a limited amount of compute resources in my lab and I can&#8217;t spare a full server just for vCenter so I [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/">vShield App broke down on the host that is running vCenter now what?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was playing around with vShield App and I locked out my vCenter VM which happened to be hosted on the cluster which was protected by vShield App. Yes I know that it is <span style="text-decoration: underline;">not</span> recommended, but I have a limited amount of compute resources in my lab and I can&#8217;t spare a full server just for vCenter so I figured I would try it anyway and by breaking stuff I learn a lot more.</p>
<p>I wanted to know what happened when my vShield App virtual machine would fail. So I killed it and of course I couldn&#8217;t reach vCenter anymore. The reason for this being is the fact that a so-called dvfilter is used. The dvfilter basically captures the traffic, sends it to the vShield App VM which inspects it and then sends it to the VM (or not depending on the rules). As I killed my vShield App VM there was no way it would work. If I would have had my vCenter available I would just vMotion the VMs to another host and the problem would be solved, but it was my vCenter which was impacted by this issue. Before I started digging myself I did a quick google and I noticed this <a href="http://vtexan.com/2011/08/14/vshield-5-issues-with-virtual-vcenter/" target="_blank">post</a> by vTexan. He had locked himself out by creating strict rules, but my scenario was different. What were my options?</p>
<p>Well there are multiple options of course:</p>
<ol>
<li>Move the VM to an unprotected host</li>
<li>Disarm the VM</li>
<li>Uninstall vShield</li>
</ol>
<p>As I did not have an unprotected host in my cluster and did not want to uninstall vShield I had only 1 option left. I figured it couldn&#8217;t be too difficult and it actually wasn&#8217;t:</p>
<ol>
<li>Connect your vSphere Client to the ESXi host which is running vCenter</li>
<li>Power Off the vCenter VM</li>
<li>Right click the vCenter VM and go to &#8220;Edit Settings&#8221;</li>
<li>Go to the Options tab and click General under Advanced</li>
<li>Click Configuration Parameters</li>
<li>Look for the &#8220;ethernet0.filter0&#8243; entries and remove both values</li>
<li>Click Ok, Ok and power on your vCenter VM</li>
</ol>
<p>As soon as your vCenter VM is booted you should have access to vCenter again. Isn&#8217;t that cool? What would happen if your vShield App would return? Would this vCenter VM be left unprotected? No it wouldn&#8217;t, vShield App would actually notice it is not protected and add the correct filter details again so that the vCenter VM will be protected. If you want to speed this process up you could of course also vMotion the VM to a host which is protected. Now keep in mind that while you do the vMotion it will insert the filter again which could cause the vCenter VM to disconnect. In all my tests so far it would reconnect at some point, but that is no guarantee of course.</p>
<p>Tomorrow I am going to apply a security policy which will lock out my vCenter Server and try to recover from that&#8230; I&#8217;ll keep you posted.</p>
<p>** Disclaimer: This is for educational purposes, please don&#8217;t try this at home&#8230; **</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/">vShield App broke down on the host that is running vCenter now what?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/11/15/vshield-app-broke-down-on-the-host-that-is-running-vcenter-now-what/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>vShield App and layering your design</title>
		<link>http://www.yellow-bricks.com/2011/11/10/vshield-app-and-layering-your-design/</link>
		<comments>http://www.yellow-bricks.com/2011/11/10/vshield-app-and-layering-your-design/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 15:54:34 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[5]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vshield]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=9371</guid>
		<description><![CDATA[<p>I started diving in to vShield App and one thing that I like about vShield App is that it allows you to use different types of objects to apply your policies to. Never really put too much thought in to it, but considering the world is more and more changing to policy based management this fits right in. I just [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/10/vshield-app-and-layering-your-design/">vShield App and layering your design</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I started diving in to vShield App and one thing that I like about vShield App is that it allows you to use different types of objects to apply your policies to. Never really put too much thought in to it, but considering the world is more and more changing to policy based management this fits right in. I just wanted to share something that I was working on, any feedback / thoughts are welcome&#8230;</p>
<blockquote><p>The VMware Cloud Infrastructure aims to reduce operational overhead and lower Total Cost of Ownership (TCO) by simplifying management tasks and abstracting complex processes. The focus of this architecture, as indicated by our customer requirements, is resource aggregation and isolation through the use of pools for each of the crucial pillars: network, storage and compute. Each of the three pillars will be carved in to multiple units of consumption with priority allocated based on their service level agreement. This will be achieved by leveraging core functionality offered by vSphere 5.0. Subsequently vShield App will be used to isolate each of the different type of workloads. As a hypervisor-based application-aware firewall solution, vShield App allows defining policies to logical, dynamic application boundaries (security groups) instead of physical boundaries.</p>
<p>This resource and security layering method will allow for a fast and safe deployment of new workloads.</p>
<p><img class="colorbox-9371"  src="http://farm7.static.flickr.com/6112/6331462617_4aafd98b43.jpg" alt="" /></p>
<p>Each of the different types of resources are carved up in to different groups for each of the respective workload types. A virtual machine, or vApp, will be deployed in one of the three different compute and security groups after which a specific networking group will be selected and a storage tier. Compute, Security and Network  group types are currently defined based on the different type of workloads this virtual infrastructure will host. In the future additional blocks may be added based on the requirements of the internal customers and the different types of workloads being deployed&#8230;</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/11/10/vshield-app-and-layering-your-design/">vShield App and layering your design</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/11/10/vshield-app-and-layering-your-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Anti-virus and the impact in virtualized environments</title>
		<link>http://www.yellow-bricks.com/2011/02/16/anti-virus-and-the-impact-in-virtualized-environments/</link>
		<comments>http://www.yellow-bricks.com/2011/02/16/anti-virus-and-the-impact-in-virtualized-environments/#comments</comments>
		<pubDate>Wed, 16 Feb 2011 18:10:13 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=7754</guid>
		<description><![CDATA[<p>I was reading Richard Garsthagen&#8217;s article about anti-virus solutions yesterday and decided that this deserved a little bit of extra attention as it is an often overlooked area when it comes to architecture and impact. As Richard points out the difference in terms of load that it generates and overhead is enormous. All of these combined will most definitely result [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/02/16/anti-virus-and-the-impact-in-virtualized-environments/">Anti-virus and the impact in virtualized environments</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was reading Richard Garsthagen&#8217;s <a href="http://www.run-virtual.com/?p=663">article</a> about anti-virus solutions yesterday and decided that this deserved a little bit of extra attention as it is an often overlooked area when it comes to architecture and impact. As Richard points out the difference in terms of load that it generates and overhead is enormous. All of these combined will most definitely result in an increase of consolidation ratio. Not only that but is will also seriously lower the risk during for instance a VDI boot storm but also think about the impact of HA initiated restarts. This could cause an enormous amount of IOps and CPU/Memory overhead which in its turn could impact the other virtual machines.</p>
<p>I guess there is no point in rehashing what is written in the whitepaper of what Richard wrote, I just want to point out the whitepaper as I believe it is a good read. As always results may vary but it is pretty obvious that from an architectural and operational perspective End Point Security is most definitely worth looking into and I cannot wait for more vendors to jump on the bandwagon. <a href="http://us.trendmicro.com/us/home/enterprise/tolly-report/index.html">Download the tolly report here.</a> (I personally found the disk results very interesting&#8230;)</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2011/02/16/anti-virus-and-the-impact-in-virtualized-environments/">Anti-virus and the impact in virtualized environments</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2011/02/16/anti-virus-and-the-impact-in-virtualized-environments/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>VMware vCloud Director Security Hardening Guide</title>
		<link>http://www.yellow-bricks.com/2010/09/16/vmware-vcloud-director-security-hardening-guide/</link>
		<comments>http://www.yellow-bricks.com/2010/09/16/vmware-vcloud-director-security-hardening-guide/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:18:50 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vcd]]></category>
		<category><![CDATA[vcloud]]></category>
		<category><![CDATA[vmware cloud director]]></category>
		<category><![CDATA[vmware vcloud director]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6713</guid>
		<description><![CDATA[<p>For those looking into deploying vCloud Director (vCD), VMware just published a white paper titled &#8220;VMware vCloud Director Security Hardening Guide&#8221;. I reviewed the document a couple of weeks ago and thought it was a really good read! Download: http://www.vmware.com/files/pdf/techpaper/VMW_10Q3_WP_vCloud_Director_Security.pdf Description The VMware® vCloud™ Director Security Hardening Guide helps users who are embarking into the journey of cloud computing understand [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/09/16/vmware-vcloud-director-security-hardening-guide/">VMware vCloud Director Security Hardening Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>For those looking into deploying vCloud Director (vCD), VMware just published a white paper titled &#8220;VMware vCloud Director Security Hardening Guide&#8221;. I reviewed the document a couple of weeks ago and thought it was a really good read!</p>
<blockquote><p><strong>Download:</strong><br />
<a href="http://www.vmware.com/files/pdf/techpaper/VMW_10Q3_WP_vCloud_Director_Security.pdf" target="_blank">http://www.vmware.com/files/pdf/techpaper/VMW_10Q3_WP_vCloud_Director_Security.pdf</a></p>
<p><strong>Description</strong></p>
<p>The VMware® vCloud™ Director Security Hardening Guide helps users who are embarking into the journey of cloud computing understand key security elements and technologies found in VMware&#8217;s vCloud Director product. It also provides guidelines and best practices for installation, configuration and operation of secure clouds based on VMware&#8217;s vCloud Director.</p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/09/16/vmware-vcloud-director-security-hardening-guide/">VMware vCloud Director Security Hardening Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/09/16/vmware-vcloud-director-security-hardening-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workaround for: ESX(i) 4.1 Password Issue</title>
		<link>http://www.yellow-bricks.com/2010/07/20/workaround-for-esxi-4-1-password-issue/</link>
		<comments>http://www.yellow-bricks.com/2010/07/20/workaround-for-esxi-4-1-password-issue/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 22:25:30 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Various]]></category>
		<category><![CDATA[4.1]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Bugs]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=6269</guid>
		<description><![CDATA[<p>As many of you already know there is an issue with the encryption mechanism of ESX(i) 4.1. When passwords are used which are longer than 8 characters the password will be truncated after the 8th character. As such during authentication only the first 8 characters are used. In other words if you have  a 10 character password you will only need to [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/20/workaround-for-esxi-4-1-password-issue/">Workaround for: ESX(i) 4.1 Password Issue</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>As many of you already know there is an issue with the encryption mechanism of ESX(i) 4.1. When passwords are used which are longer than 8 characters the password will be truncated after the 8th character. As such during authentication only the first 8 characters are used. In other words if you have  a 10 character password you will only need to type the first 8 characters correct and the rest can be completely random.</p>
<p>The <a href="http://kb.vmware.com/kb/1024500">KB article</a> that was published yesterday contains a workaround to change this behaviour. I recommend everyone to read the article and implement this workaround when your password policy describes passwords longer than 8 characters.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/07/20/workaround-for-esxi-4-1-password-issue/">Workaround for: ESX(i) 4.1 Password Issue</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/07/20/workaround-for-esxi-4-1-password-issue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hytrust Labs&#8230;.</title>
		<link>http://www.yellow-bricks.com/2010/05/13/hytrust-labs/</link>
		<comments>http://www.yellow-bricks.com/2010/05/13/hytrust-labs/#comments</comments>
		<pubDate>Thu, 13 May 2010 14:49:59 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[hytrust]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tech summit]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5898</guid>
		<description><![CDATA[<p>During VMware Tech Summit last week one of the few Labs I did get to do myself was the Hytrust Lab. Roughly a year ago I first got introduced to Hytrust. Hytrust is a policy driven appliance which enhances security and auditing for virtualized environments. Although I had seen multiple demos I had never actually played around with it. I [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/05/13/hytrust-labs/">Hytrust Labs&#8230;.</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>During VMware Tech Summit last week one of the few Labs I did get to do myself was the Hytrust Lab. Roughly a <a href="http://www.yellow-bricks.com/2009/04/07/hytrust-virtualization-under-control/">year ago</a> I first got introduced to Hytrust.</p>
<p>Hytrust is a policy driven appliance which enhances security and auditing for virtualized environments. Although I had seen multiple demos I had never actually played around with it. I must say I was pleasantly surprised at Tech Summit.</p>
<p>Hytrust sits in between you, the user/admin, and the vCenter/ESX. Basically it proxies the requests based on your role. If the role has no permissions on the specific &#8220;task&#8221; it will return a message stating &#8220;permission denied by Hytrust&#8221;.</p>
<p>Now that sounds cool doesn&#8217;t it? I guess what was even more impressing was the fact that with Hytrust this also works on ESXi. Yes you are reading that correct, role based &#8220;unsupported&#8221; mode access to ESXi, that&#8217;s something VMware doesn&#8217;t even offer at the moment. I tested it, it works great! (Yeah I know it is still not supported, but it does offer a solution to those who need it.)</p>
<p>Another cool thing is the configuration templates for Hosts. It basically enables assessment of security configuration. Hytrust contains several pre-built templates including for instance VMware&#8217;s Security Hardening Best Practices. Not only assessment but also the option to remediate when needed.</p>
<p>And I haven&#8217;t even talked about the auditing functionality yet. As Hytrust proxies all commands, it is just a small step for them to log all the info and make it audit-able&#8230;.</p>
<p>After playing around with in <a href="http://www.hytrust.com/product/overview">Hytrust</a> I fully understand why Cisco invested, it rocks. Just try it out. The Community Edition, free for up to three hosts is available here: <a href="http://www.hytrust.com/community/register">Hytrust Appliance v2.0 Community Edition</a></p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/05/13/hytrust-labs/">Hytrust Labs&#8230;.</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/05/13/hytrust-labs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>vSphere Security Hardening Guide</title>
		<link>http://www.yellow-bricks.com/2010/04/20/vsphere-security-hardening-guide/</link>
		<comments>http://www.yellow-bricks.com/2010/04/20/vsphere-security-hardening-guide/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 09:41:55 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vcenter]]></category>
		<category><![CDATA[vSphere]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5839</guid>
		<description><![CDATA[<p>A couple of months ago I blogged about the draft version of the vSphere Security Hardening Guide. Yesterday VMware published the first official version. Keep in mind that any feedback is still highly appreciated and the document is still subject to change. source article This document is the official release of the vSphere 4.0 Security Hardening Guide. This version is [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/20/vsphere-security-hardening-guide/">vSphere Security Hardening Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>A couple of months ago I blogged about the <a href="http://www.yellow-bricks.com/2010/01/26/draft-version-of-the-vsphere-security-hardening-guide-available/">draft</a> version of the vSphere Security Hardening Guide. Yesterday VMware published the first official version. Keep in mind that any feedback is still highly appreciated and the document is still subject to change.</p>
<blockquote><p><a href="http://blogs.vmware.com/security/2010/04/vsphere-40-hardening-guide-released.html">source article</a></p>
<p>This document is the official release of the vSphere 4.0 Security Hardening Guide. This version is based on feedback collected during the public draft comment period. We will still be collecting feedback on this document &#8212; if there are any typos, errors, or changes, please add them to the comments below.</p>
<p>Overall, there are more than 100 guidelines, with the following major sections:</p>
<ul>
<li>Introduction</li>
<li>Virtual Machines</li>
<li>Host (both ESXi and ESX)</li>
<li>vNetwork</li>
<li>vCenter</li>
<li>Console OS (for ESX only)</li>
</ul>
<p><a href="http://communities.vmware.com/servlet/JiveServlet/previewBody/12306-102-1-12833/vSphere%20Hardening%20Guide%20April%202010.pdf;jsessionid=9CB0F925C9D349B6633371D0E412D9AC" target="_new"><img class="colorbox-5839"  src="http://communities.vmware.com/servlet/JiveServlet;jsessionid=9CB0F925C9D349B6633371D0E412D9AC?bodyImage=true&amp;binaryBodyID=12833&amp;contentType=application%2Fpdf" border="0" alt="" /></a> <a href="http://communities.vmware.com/servlet/JiveServlet/downloadBody/12306-102-1-12833/vSphere%20Hardening%20Guide%20April%202010.pdf;jsessionid=9CB0F925C9D349B6633371D0E412D9AC">vSphere Hardening Guide April 2010.pdf</a> (951.0 K) <a href="http://communities.vmware.com/servlet/JiveServlet/previewBody/12306-102-1-12833/vSphere%20Hardening%20Guide%20April%202010.pdf;jsessionid=9CB0F925C9D349B6633371D0E412D9AC" target="_new">View</a> <a href="http://communities.vmware.com/servlet/JiveServlet/downloadBody/12306-102-1-12833/vSphere%20Hardening%20Guide%20April%202010.pdf;jsessionid=9CB0F925C9D349B6633371D0E412D9AC">Download</a></p></blockquote>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/20/vsphere-security-hardening-guide/">vSphere Security Hardening Guide</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/04/20/vsphere-security-hardening-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vpxuser description disappearing?</title>
		<link>http://www.yellow-bricks.com/2010/04/15/vpxuser-description-disappearing/</link>
		<comments>http://www.yellow-bricks.com/2010/04/15/vpxuser-description-disappearing/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 12:45:20 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[PASS Syndication]]></category>
		<category><![CDATA[ESX]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vcenter]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5815</guid>
		<description><![CDATA[<p>One of my former colleagues(who wants to remain anonymous) notified me about this. Although many of you might not even be doing this, for just the few who are it is useful to know this caveat. For security reasons some customers have the requirement to insert specific account information for every user. It appears that when you modify the details for [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/15/vpxuser-description-disappearing/">vpxuser description disappearing?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>One of my former colleagues(who wants to remain anonymous) notified me about this. Although many of you might not even be doing this, for just the few who are it is useful to know this caveat.</p>
<p>For security reasons some customers have the requirement to insert specific account information for every user. It appears that when you modify the details for &#8220;vpxuser&#8221; in /etc/passwd and the vpxuser password is refreshed these account details are overwritten. (Every 30 days the vpxuser password gets refreshed.) According to my former colleague this has been fixed in vCenter 4.0 but the &#8220;issue&#8221; does exist in vCenter 2.5 Update 6 today.</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/15/vpxuser-description-disappearing/">vpxuser description disappearing?</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/04/15/vpxuser-description-disappearing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vShield Manager</title>
		<link>http://www.yellow-bricks.com/2010/04/06/vshield-manager/</link>
		<comments>http://www.yellow-bricks.com/2010/04/06/vshield-manager/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:37:20 +0000</pubDate>
		<dc:creator>Duncan Epping</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vshield]]></category>

		<guid isPermaLink="false">http://www.yellow-bricks.com/?p=5749</guid>
		<description><![CDATA[<p>I was working on a vShield Zones setup a couple of days ago. I have been a couple of times already but somehow the following details seem to slip every time and I find myself digging it up in the manual, hence the reason for this article. A reminder to myself: vShield Manager login(page 24): admin/default Configure IP Address with [...]</p><p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/06/vshield-manager/">vShield Manager</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></description>
			<content:encoded><![CDATA[<p>I was working on a vShield Zones setup a couple of days ago. I have been a couple of times already but somehow the following details seem to slip every time and I find myself digging it up in the manual, hence the reason for this article. A reminder to myself:</p>
<p style="padding-left: 30px;">vShield Manager login(<a href="http://www.vmware.com/pdf/vsz_10_admin.pdf">page 24</a>): admin/default<br />
Configure IP Address with following command (<a href="http://www.vmware.com/pdf/vsz_10_admin.pdf">page 35</a>): setup</p>
<p><div style="border: 1px solid gray; background-color:#CCCCCC;margin: 0px 0pt 0px 0px; padding: 5px;">

"<a href="http://www.yellow-bricks.com/2010/04/06/vshield-manager/">vShield Manager</a>" originally appeared on <a href="http://www.yellow-bricks.com">Yellow-Bricks.com</a>. Follow us on <a href="http://www.twitter.com/DuncanYB">Twitter</a> and <a href="http://www.facebook.com/pages/Yellow-Bricks-virtualization-blog/132292893499196">Facebook</a>.<br>
Available now: vSphere 5 Clustering Deepdive. (<a href="http://www.amazon.com/dp/1463658133/ref=as_li_qf_sp_asin_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=1463658133&adid=07SG91DX7FQT2HS66PMM"><strong>paper</strong></a> | <a href="https://www.amazon.com/dp/B005C1SARM/ref=as_li_tf_til?tag=yellowbricks-20&camp=0&creative=0&linkCode=as1&creativeASIN=B005C1SARM&adid=16Q69JRGDTX1DHPRKTQM&"><strong>e-book</strong></a>)</div><br><br></p>]]></content:encoded>
			<wfw:commentRss>http://www.yellow-bricks.com/2010/04/06/vshield-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

