<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : All Content - Security &amp; vShield Zones</title>
    <link>http://communities.vmware.com/community/vmtn/general/security</link>
    <description>All Content in Security &amp; vShield Zones</description>
    <language>en</language>
    <pubDate>Sun, 22 Nov 2009 12:17:05 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-22T12:17:05Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Advice needed:  virtual firewall product</title>
      <link>http://communities.vmware.com/message/1423190</link>
      <description>&lt;br /&gt;
I know this is not answering the question directly, but hope it may help:  &lt;br /&gt;
&lt;p /&gt;
On the "Test Cluster", you may want to consider running ESX on top of ESX. So the ESX is a VM. It is good enough (as in performance is decent) if you are only running a few VM on top. &lt;br /&gt;
&lt;p /&gt;
This allows you to test the functionality.&lt;br /&gt;
&lt;p /&gt;
Cheers!&lt;br /&gt;
&lt;p /&gt;
e1 &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">altor</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vmsafe</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">advice</category>
      <pubDate>Sun, 22 Nov 2009 12:17:05 GMT</pubDate>
      <author>Iwan Rahabok</author>
      <guid>http://communities.vmware.com/message/1423190</guid>
      <dc:date>2009-11-22T12:17:05Z</dc:date>
      <clearspace:dateToText>1 day, 13 hours ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>vShield VM availability</title>
      <link>http://communities.vmware.com/message/1423105</link>
      <description>If the vShield VM goes down a HA event will occur and the Guests behind the Shield will start on another host.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;. Currently available on roughcuts</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield_zones</category>
      <pubDate>Sun, 22 Nov 2009 10:17:53 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1423105</guid>
      <dc:date>2009-11-22T10:17:53Z</dc:date>
      <clearspace:dateToText>1 day, 15 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VirtualCenter permissions problem</title>
      <link>http://communities.vmware.com/message/1422248</link>
      <description>I had the same problem after adding "Read Only" access to group "Users" for a Datacenter.&lt;br /&gt;
&lt;br /&gt;
After that, that rule has precedence over inherited permissions for administrator. Also, administrator has no longer permission to edit the rule, nor anything else like deleting the datacenter tree to create it again.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Access rules in vCenter DB are removed when users or groups are deleted on Active Directory or the local user database at vCenter Server, but "Users" group is a built-in one, and thus can't be deleted by any means. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Finally I went to SQLserver and manually delete the evil access rule.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The schema purposes are not  very clear, but I happened to delete only one record and it worked. So I guess that I erased the right entry. Please, note that ids can vary depending on how many permissions you already have. I only had 2 entries because I was working with a test installation.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Here you can find how to do it.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Regards.&lt;br /&gt;
&lt;br /&gt;
&lt;hr /&gt;
Open CMD console:&lt;br /&gt;
C:\&amp;gt; cd C:\Program files\Microsoft SQL Server\90\Tools\Binn&lt;br /&gt;
C:\Program files\Microsoft SQL Server\90\Tools\Binn&amp;gt; SQLCMD.EXE -S localhost\SQLEXP_VIM -d VIM_VCDB  -Q "select id,principal from VPX_access;"&lt;br /&gt;
id          principal&lt;br /&gt;
&lt;hr /&gt;
--------------------------------------------------------------------&lt;br /&gt;
1 Administrators&lt;br /&gt;
12 Users&lt;br /&gt;
(2 rows affected) &lt;br /&gt;
&lt;br /&gt;
C:\Program files\Microsoft SQL Server\90\Tools\Binn&amp;gt; SQLCMD.EXE -S localhost\SQLEXP_VIM -d VIM_VCDB  -Q "delete from VPX_access where id=12;"&lt;br /&gt;
&lt;br /&gt;
(1 rows affected)&lt;br /&gt;
---&lt;br /&gt;
And now restart Virtual Center service.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">virtualcenter</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">permissions</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">undo</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">deny</category>
      <pubDate>Fri, 20 Nov 2009 16:35:40 GMT</pubDate>
      <author>ggpptt</author>
      <guid>http://communities.vmware.com/message/1422248</guid>
      <dc:date>2009-11-20T16:35:40Z</dc:date>
      <clearspace:dateToText>3 days, 8 hours ago</clearspace:dateToText>
      <clearspace:replyCount>18</clearspace:replyCount>
    </item>
    <item>
      <title>Scanning guest os, host ports respond</title>
      <link>http://communities.vmware.com/message/1422206</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
So you scan the single IP from a VM already in that subnet and you get 3 ports opened. This does not look like it is returning anything related to ESXi which would include port 902, etc.&lt;br /&gt;
&lt;br /&gt;
If you scan the single IP from a desktop OUTSIDE that subnet (10.) you get more ports open. This sounds like you are actually scanning the router/firewall/NAT device instead of the actual IP as you see H.323 support. I do not think you are scanning what you intend to scan.&lt;br /&gt;
&lt;br /&gt;
Neither of these scans actually look like the ESXi vmkernel device as the wrong ports are actually opened.&lt;br /&gt;
&lt;br /&gt;
You could scan your vmkernel device, then report your findings and compare that to what your VM is showing, etc.&lt;br /&gt;
&lt;br /&gt;
In all this your vmkernel is NOT part of this network really. You are hitting the vSwitch then the vSwitch goes to the vNIC... vmkernel Management COnsole is not part of this picture at all.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Fri, 20 Nov 2009 16:00:58 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1422206</guid>
      <dc:date>2009-11-20T16:00:58Z</dc:date>
      <clearspace:dateToText>3 days, 9 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Isolating the host from the internet</title>
      <link>http://communities.vmware.com/message/1421743</link>
      <description>Still haven't weaned completely from Microsoft.  The Bat email client with Sandboxie are too good to say goodbye to, especially given that they live in a VM.   Also I have too much mastery of Windows to dump all this knowledge and go back to adventures with linux, which last time I did linux was a pain in the neck. &lt;br /&gt;
&lt;br /&gt;
Having said that, my browser appliance is linux-based.  And I'm planning to study and experiment with chroot and OpenVZ as a substitute for Sandboxie.  &lt;br /&gt;
&lt;br /&gt;
And don't forget, VM's are disposable, it's not the end of the world if a browser appliance gets messed up. As long as bookmarks are kept somewhere safe (I'm keeping a copy online too).</description>
      <pubDate>Fri, 20 Nov 2009 01:12:39 GMT</pubDate>
      <author>UlyssesOfEpirus</author>
      <guid>http://communities.vmware.com/message/1421743</guid>
      <dc:date>2009-11-20T01:12:39Z</dc:date>
      <clearspace:dateToText>4 days, 5 minutes ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>vShield - No cluster option</title>
      <link>http://communities.vmware.com/message/1421615</link>
      <description>A vShield will need to be on each node in the cluster&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
If you found this or any other answer useful please consider the use of the Helpful or correct buttons to award points&lt;br /&gt;
&lt;br /&gt;
Tom Howarth VCP / vExpert&lt;br /&gt;
VMware Communities User Moderator&lt;br /&gt;
Blog: &lt;a class="jive-link-external" href="http://www.planetvm.net/"&gt;www.planetvm.net&lt;/a&gt;&lt;br /&gt;
Contributing author on "&lt;a class="jive-link-external" href="http://www.amazon.co.uk/VMware-VSphere-Virtual-Infrastructure-Security/dp/0137158009/ref=sr_1_1?ie=UTF8&amp;#38;s=books&amp;#38;qid=1256146240&amp;#38;sr=1-1"&gt;VMware vSphere and Virtual Infrastructure Security: Securing ESX and the Virtual Environment&lt;/a&gt;&amp;rdquo;. Currently available on roughcuts</description>
      <pubDate>Thu, 19 Nov 2009 22:31:57 GMT</pubDate>
      <author>tom howarth</author>
      <guid>http://communities.vmware.com/message/1421615</guid>
      <dc:date>2009-11-19T22:31:57Z</dc:date>
      <clearspace:dateToText>4 days, 3 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Can encryption beat a man in the middle attack?</title>
      <link>http://communities.vmware.com/message/1421206</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;In the example you cite, where both keys can be used to encrypt or  &lt;br /&gt;
decrypt, I do not believe that would meet the definition of Public Key  &lt;br /&gt;
cryptography.&lt;/div&gt;
&lt;br /&gt;
I agree. However, it does not mean people do not do this already. &lt;br /&gt;
Knowing how things work is half the battle.... It is all about the key exchange.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 19 Nov 2009 15:33:05 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1421206</guid>
      <dc:date>2009-11-19T15:33:05Z</dc:date>
      <clearspace:dateToText>4 days, 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Can malware in the guest access NON-shared folders?</title>
      <link>http://communities.vmware.com/message/1421183</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
If the Malware is embedded in the actual picture and not a hook off some other part of the code, your BMP conversion tool would not know this, unless you have figured out how to undo stegnography, then the Malware is just transferred with the other bits of the image. When you reconvert, the malware still exists within the image. So the BMP becomes just a carrier... The question is then, can the new 'JPG' execute any of that malware.... I am not sure... I imagine it would not be able to do so unless something else came along and rehooked up the pointers, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 19 Nov 2009 15:22:56 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1421183</guid>
      <dc:date>2009-11-19T15:22:56Z</dc:date>
      <clearspace:dateToText>4 days, 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>33</clearspace:replyCount>
    </item>
    <item>
      <title>Using 1 SAN for both LAN and DMZ</title>
      <link>http://communities.vmware.com/message/1421136</link>
      <description>Sorry for the delay in marking this answered. Thanks so much for your help.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">san_storage</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">equallogic</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">dmz</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">lan</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">networking</category>
      <pubDate>Thu, 19 Nov 2009 14:28:53 GMT</pubDate>
      <author>ITAV</author>
      <guid>http://communities.vmware.com/message/1421136</guid>
      <dc:date>2009-11-19T14:28:53Z</dc:date>
      <clearspace:dateToText>4 days, 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Password expiry date</title>
      <link>http://communities.vmware.com/message/1418211</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to the Security Forum.&lt;br /&gt;
&lt;br /&gt;
You could also do this using the HyTrust appliance which interacts with AD. While not setting up expiry on ESXi it does act as an authentication proxy that can use AD expiration to do the same thing.  The HyTrust appliance exists in a community form.&lt;br /&gt;
&lt;br /&gt;
This also implies that there are no 'real' users on the ESXi platform. Just 'root' and the user used by vCenter. This allows you to get the same access control using regular users, etc&lt;br /&gt;
&lt;br /&gt;
Even with Hytrust you will eventually have to change passwords on the ESXi host. But you can use delegation and just have a few users, perhaps just one that does everything.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esxi4.0</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">password</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">policy</category>
      <pubDate>Mon, 16 Nov 2009 16:25:09 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1418211</guid>
      <dc:date>2009-11-16T16:25:09Z</dc:date>
      <clearspace:dateToText>1 week, 9 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>vCenter security - limiting devs to one Resource Pool</title>
      <link>http://communities.vmware.com/message/1418113</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Yes you can, but I would ensure the roles and perms are applied to the proper view. It will allow everything to work as expected with all the tools.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Mon, 16 Nov 2009 15:06:58 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1418113</guid>
      <dc:date>2009-11-16T15:06:58Z</dc:date>
      <clearspace:dateToText>1 week, 10 hours ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Securing VMware Tools</title>
      <link>http://communities.vmware.com/message/1416917</link>
      <description>I should have read a little further in VMware Vsphere and Virtual Infrastructure Security &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;&lt;br /&gt;
This is not as simple as it sounds.&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;
&lt;br /&gt;
Mike</description>
      <pubDate>Fri, 13 Nov 2009 20:39:29 GMT</pubDate>
      <author>msemon1</author>
      <guid>http://communities.vmware.com/message/1416917</guid>
      <dc:date>2009-11-13T20:39:29Z</dc:date>
      <clearspace:dateToText>1 week, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>PCI, antivirus, and service console</title>
      <link>http://communities.vmware.com/message/1415603</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to the Security Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt; have a security mandate to install AV in the SC, but we need to stop treating every OS as if were Windows&lt;/div&gt;
&lt;br /&gt;
This is true, but if you do install AV in the SC, just take special care on how you scan things. You asked whether VMsafe solves this, and the answer is maybe.&lt;br /&gt;
&lt;br /&gt;
TrendMicro has a product that uses the VDDK (vStorage APIs) to scan VM disk whether they are running or not. This is a great way to do things as you can keep track of AV even if the VM is powered down. &lt;br /&gt;
&lt;br /&gt;
Other than that, VMsafe will not help with disk scans, it will help if you have a network IPS available to VMsafe-net.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 12 Nov 2009 17:54:50 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1415603</guid>
      <dc:date>2009-11-12T17:54:50Z</dc:date>
      <clearspace:dateToText>1 week, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>VMWare Tools and Security :?</title>
      <link>http://communities.vmware.com/message/1413805</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
No problems. This is a very common question actually.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vmware_tools</category>
      <pubDate>Tue, 10 Nov 2009 21:45:14 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1413805</guid>
      <dc:date>2009-11-10T21:45:14Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Virtual Appliance - Password protect</title>
      <link>http://communities.vmware.com/message/1413804</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
ZIP, RAR, 7zip or otherwise use an archiving tool to compress and password protect your virtual appliance. &lt;br /&gt;
&lt;br /&gt;
You could include True Crypt within your virtual appliance and encrypt the disk thereby needing a password to decrypt the disk..... &lt;br /&gt;
&lt;br /&gt;
Lots of options here.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">appliance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">password</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">protect</category>
      <pubDate>Tue, 10 Nov 2009 21:39:50 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1413804</guid>
      <dc:date>2009-11-10T21:39:50Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>vShield agent scan interface</title>
      <link>http://communities.vmware.com/message/1413565</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
Am testing out the vShield addon in our local environment and have hit a snag I hope someone knows the answer to.  My vShield agent has a management IP address outside of the subnet of VMs that I wish to scan for services.  According to the documentation I should enable the scan interface from the CLI and give it an ip address in the range of my VMs which makes sense......but life is never simple.  Within the configuration option of the CLI I can only see 3 interfaces which are: mgmt, u0 and p0 so the command to enable the scan interface is clearly missing a step.  I am assuming that adding another vNic is the way to go but am wondering what I will need to do after this.&lt;br /&gt;
&lt;br /&gt;
Any help much appreciated.&lt;br /&gt;
&lt;p /&gt;
Mike</description>
      <pubDate>Tue, 10 Nov 2009 18:01:49 GMT</pubDate>
      <author>mike lim</author>
      <guid>http://communities.vmware.com/message/1413565</guid>
      <dc:date>2009-11-10T18:01:49Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>How to Allow/Deny specific Applications using Vshield?</title>
      <link>http://communities.vmware.com/message/1411659</link>
      <description>Hi&lt;br /&gt;
&lt;br /&gt;
Could anyone please explain more precisely which application's traffic&lt;br /&gt;
could be secured via vShield by default and how it is configured?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I am also curious if I could apply my own rules ?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I will be very thankful for an answer.</description>
      <pubDate>Sat, 07 Nov 2009 22:25:35 GMT</pubDate>
      <author>gonzo4477</author>
      <guid>http://communities.vmware.com/message/1411659</guid>
      <dc:date>2009-11-07T22:25:35Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>2009-T-0024 Multiple Vulnerabilities in Linux Kernel</title>
      <link>http://communities.vmware.com/message/1409730</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I would also push back on the UNIX SRR creators to check for the specific driver and not just the version of the kernel. Otherwise it will always be a false positive.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">disa</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">dod</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">stig</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">srr</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security;</category>
      <pubDate>Thu, 05 Nov 2009 13:53:43 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1409730</guid>
      <dc:date>2009-11-05T13:53:43Z</dc:date>
      <clearspace:dateToText>2 weeks, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Newbie question: Service Console isolation vs accessibility</title>
      <link>http://communities.vmware.com/message/1408819</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Tom pretty much summed it up. Service Console access is the keys to the kingdom. You can implement some defense in depth within the SC to alleviate some concerns by using pam_access, hosts.allow/hosts.deny, SSL certificate changes, and other PAM items to protect you, but these are secondary to your existing network configuration. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">service_console</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <pubDate>Wed, 04 Nov 2009 17:41:21 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1408819</guid>
      <dc:date>2009-11-04T17:41:21Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Recommended anti-virus protection for VDI on ESX 3.5</title>
      <link>http://communities.vmware.com/message/1408817</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
It uses the DDK which is available for both ESX 3.5 and ESX 4. The ESX 4 version may use vStorage to do this (but really it is still the DDK).&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Wed, 04 Nov 2009 17:35:27 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1408817</guid>
      <dc:date>2009-11-04T17:35:27Z</dc:date>
      <clearspace:dateToText>2 weeks, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Role rights.  To Vm admin vs Windows admin</title>
      <link>http://communities.vmware.com/message/1405119</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;However, I have seen where RDP "hangs" or does not correctly work after a Windows server is rebooted.  A windows server administrator must then power the vm off and back on using the VIC.  Is there a way to provide the ability to "power off / on" the vm guest without using the VIC and hence the console subnet?&lt;/div&gt;
&lt;br /&gt;
If RDP hangs or there is a server reboot issue you may actually have a different problem that a reboot may not actually fix. This is a case of the Server Admin must work with the Virtualization Admin to either fix the problem or determine the root cause of the problem. &lt;br /&gt;
&lt;br /&gt;
If you were to expose this capability to non VI-Admins then I would do it through some other mechanism besides vCenter/VIC/vSphere Client/Power Shell/etc.  Perhaps just through a process where the Server Admin contacts the VI Admin, etc. That would be the best suggestion as something is definitely wrong with the VM.&lt;br /&gt;
&lt;br /&gt;
Otherwise you could create a custom tool that would contact a proxy which would then go through the firewall to the VI Admin network and then execute a VI SDK script to perform the reboot. Note you do not want to expose the VI SDK through the VI Admin network firewall but something else unrelated....  I have been thinking about the best way to do this recently as well. There exist at least one tool that does do this now. You use one set of credentials to access the proxy and it uses another to do the reboot, etc.... Hyper9 Virtualization Mobile Manager 1.0... Which is available from &lt;a class="jive-link-external" href="http://www.hyper9.com/downloads.aspx"&gt;http://www.hyper9.com/downloads.aspx&lt;/a&gt; .... It is not quite what you want (nothing exists yet), but close to what you need and has the necessary security to do the work.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">roles</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx3.5</category>
      <pubDate>Sat, 31 Oct 2009 17:22:09 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1405119</guid>
      <dc:date>2009-10-31T17:22:09Z</dc:date>
      <clearspace:dateToText>3 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Security question</title>
      <link>http://communities.vmware.com/message/1400625</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to the Security Forum.&lt;br /&gt;
&lt;br /&gt;
Thanks Abe.&lt;br /&gt;
&lt;br /&gt;
The best solution is to use a VPN between your two offices and then let the data transfer over the VPN.... &lt;br /&gt;
Any Virtualizaiton management interface, as a previous poster stated, out on the internet is an attack surface of interest. It will be the one the attackers would love to find. Once they get in through one system, you can bet they will pivot to another.... So my setup for this would be:&lt;br /&gt;
&lt;br /&gt;
ESX/ESXi SC/Management Appliance &amp;lt;-&amp;gt; FW w/VPN capability &amp;lt;===VPN through Internet ===&amp;gt; FW w/VPN capability &amp;lt;-&amp;gt; Management Network w/vCenter&lt;br /&gt;
&lt;br /&gt;
This way everything is nice an encapsulated and nothing is broadcast over the network where the bad boys live.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 27 Oct 2009 20:27:07 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1400625</guid>
      <dc:date>2009-10-27T20:27:07Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>SUDO Configuration</title>
      <link>http://communities.vmware.com/message/1400448</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
On a stock 3.5 system the command 'sudo -V | grep "dummy exec"' returns a blank line. THis implies that noexec is not supported within this version of sudo. Also, if you do a 'man sudoers' you will also find no reference to NOEXEC. Remember, 3.5 SC is really RHEL3 U8 and a 2.4 kernel. It is a bit old....&lt;br /&gt;
&lt;br /&gt;
If you modify the stock 3.5 system to add your own sudo, you can get the noexec feature. Not something I really do.&lt;br /&gt;
&lt;br /&gt;
Instead I would investigate the use of the hytrust appliance, or use the VIC as much as possible. That way the issue does not come up much. &lt;br /&gt;
&lt;br /&gt;
NOEXEC for example can be used to prevent calls to shells from within VI, the way I do this is NOT allow VI or any editor to be used. Instead you copy the files, modify them, then copy them back in. There are quite a few ways to get what you need from sudo.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">sudo</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <pubDate>Tue, 27 Oct 2009 19:12:58 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1400448</guid>
      <dc:date>2009-10-27T19:12:58Z</dc:date>
      <clearspace:dateToText>3 weeks, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Vsphre security</title>
      <link>http://communities.vmware.com/message/1399088</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
The major differences:&lt;br /&gt;
&lt;br /&gt;
VMsafe now available&lt;br /&gt;
vShield Zones now available&lt;br /&gt;
ESX Service Console went from 2.4 Kernel to 2.6 Kernel (with different linux settings), etc.&lt;br /&gt;
PVLAN support with Distributed Switch&lt;br /&gt;
&lt;br /&gt;
Outside of that, they have added some more per VM options.&lt;br /&gt;
&lt;br /&gt;
There are some new items, but the rules you know for VMware VI3 still apply. Nothing has really changed that much within the virtual environment. Just need to account for the newer features.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Mon, 26 Oct 2009 18:59:28 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1399088</guid>
      <dc:date>2009-10-26T18:59:28Z</dc:date>
      <clearspace:dateToText>4 weeks, 6 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>ESX_SRRSecure - Script to allow ESX to pass a DISA Security Readiness Review.</title>
      <link>http://communities.vmware.com/message/1398765</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Drag and Drop are per VM settings and you can either use the vSphere Client, PowerShell, or some other scripting mechanism to make these changes using the VI SDK. I am beginning to migrate almost all my tools from shell scripts to ones that use PowerShell and access the shell as necessary. This may be the best way to move forward the DISA SRR in the future. If anyone is interested let me know.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">disa</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">stig</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">srr</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx</category>
      <pubDate>Mon, 26 Oct 2009 15:52:26 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1398765</guid>
      <dc:date>2009-10-26T15:52:26Z</dc:date>
      <clearspace:dateToText>4 weeks, 9 hours ago</clearspace:dateToText>
      <clearspace:replyCount>122</clearspace:replyCount>
    </item>
    <item>
      <title>VMware Hacking Course</title>
      <link>http://communities.vmware.com/message/1397011</link>
      <description>Yes that is &lt;b&gt;WHERE&lt;/b&gt; I am teaching it, but I can help you with registration on this end if you like.</description>
      <pubDate>Fri, 23 Oct 2009 14:08:27 GMT</pubDate>
      <author>DataJock78</author>
      <guid>http://communities.vmware.com/message/1397011</guid>
      <dc:date>2009-10-23T14:08:27Z</dc:date>
      <clearspace:dateToText>1 month, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>19</clearspace:replyCount>
    </item>
    <item>
      <title>PCI certification requirements.</title>
      <link>http://communities.vmware.com/message/1395946</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Virtualization Security forum.&lt;br /&gt;
&lt;br /&gt;
PCI is working on the correct guidance for VMs now. So you may wish to check directly with PCI with respect to PCI compliant virtualization hosts/VMs. I am sure there will be a combination of items required. AV being the least concern.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 22 Oct 2009 14:31:09 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1395946</guid>
      <dc:date>2009-10-22T14:31:09Z</dc:date>
      <clearspace:dateToText>1 month, 2 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>can't import vshield manager when no standard vswitch</title>
      <link>http://communities.vmware.com/message/1393926</link>
      <description>This KB article explains the workaround:&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;#38;docType=kc&amp;#38;externalId=1012440&amp;#38;sliceId=1&amp;#38;docTypeID=DT_KB_1_1&amp;#38;dialogID=42790417&amp;#38;stateId=0%200%2042792813"&gt;http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;#38;docType=kc&amp;#38;externalId=1012440&amp;#38;sliceId=1&amp;#38;docTypeID=DT_KB_1_1&amp;#38;dialogID=42790417&amp;#38;stateId=0%200%2042792813&lt;/a&gt;</description>
      <pubDate>Tue, 20 Oct 2009 17:06:53 GMT</pubDate>
      <author>carlosVSZ</author>
      <guid>http://communities.vmware.com/message/1393926</guid>
      <dc:date>2009-10-20T17:06:53Z</dc:date>
      <clearspace:dateToText>1 month, 4 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>problems opening a port in the firewall in ESX Server 3.0.2</title>
      <link>http://communities.vmware.com/message/1392241</link>
      <description>&lt;br /&gt;
please use iptables -L -vn to check the results, and further more you can use wireshark to sniff package to check where the error is.</description>
      <pubDate>Mon, 19 Oct 2009 02:11:56 GMT</pubDate>
      <author>liqin75</author>
      <guid>http://communities.vmware.com/message/1392241</guid>
      <dc:date>2009-10-19T02:11:56Z</dc:date>
      <clearspace:dateToText>1 month, 5 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vSphere STIG and DoD Discussion</title>
      <link>http://communities.vmware.com/message/1389268</link>
      <description>&lt;p /&gt;
I contacted the DISA FSO.&lt;br /&gt;
&lt;br /&gt;
Here is the status and direction so far for vSphere:&lt;br /&gt;
&lt;br /&gt;
VMware is currently working on developing security guidance for ESX4 and 4i. &lt;br /&gt;
This is a consensus effort between DISA and VMware. &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;The projected completion date is January 2010.&lt;/b&gt; &lt;br /&gt;
&lt;p /&gt;
The ESX4 STIG will just be a Checklist update addressing the differences ESX3 and ESX4. &lt;br /&gt;
In the meantime, Sections 3 and 4 of the ESX Server Checklist would still be applicable to the ESX4 environments. &lt;br /&gt;
&lt;br /&gt;
In the absence of any guidance, CIS benchmarks or vendor security guides are to be used &lt;br /&gt;
&lt;br /&gt;
I will post any additional information I receive.</description>
      <pubDate>Wed, 14 Oct 2009 12:29:58 GMT</pubDate>
      <author>stanj</author>
      <guid>http://communities.vmware.com/message/1389268</guid>
      <dc:date>2009-10-14T12:29:58Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>what's the password of user enable</title>
      <link>http://communities.vmware.com/message/1387044</link>
      <description>&lt;br /&gt;
check these links:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1012479"&gt;http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&amp;#38;cmd=displayKC&amp;#38;externalId=1012479&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://communities.vmware.com/thread/220039"&gt;http://communities.vmware.com/thread/220039&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 12 Oct 2009 06:26:43 GMT</pubDate>
      <author>Saadat</author>
      <guid>http://communities.vmware.com/message/1387044</guid>
      <dc:date>2009-10-12T06:26:43Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Does vShield firewall traffic between VMs in the same Zone?</title>
      <link>http://communities.vmware.com/message/1386117</link>
      <description>&lt;br /&gt;
Thanks Carlos.&lt;br /&gt;
&lt;p /&gt;
I am having some trouble figuring out the placement of the vShield in the protected switch and how to tag the unprotected switch&lt;br /&gt;
&lt;p /&gt;
I have 3 vlans&lt;br /&gt;
&lt;p /&gt;
I created four port groups in the protected switch.&lt;br /&gt;
&lt;p /&gt;
VLAN1 -portgroup&lt;br /&gt;
&lt;p /&gt;
VLAN2 -portgroup&lt;br /&gt;
&lt;p /&gt;
VLAN3-portgroup&lt;br /&gt;
&lt;p /&gt;
PROT-portgroup&lt;br /&gt;
&lt;p /&gt;
The VM's are spread across the VLAN port groups, and i put vShield in the 'PROT' portgroup.&lt;br /&gt;
&lt;p /&gt;
Now, I am noticing it that VM can only access what ir's supposed to if the Unprotected vSwitch is tagged appropriately&lt;br /&gt;
&lt;p /&gt;
eg. To get a VM working that's on VLAN2... I need to tag it with '2' and also tag the Unprotected switch with 2.&lt;br /&gt;
&lt;p /&gt;
Is this clear, I'm assuming there is an easier setup for trunked configurations &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Fri, 09 Oct 2009 18:41:54 GMT</pubDate>
      <author>djkast33</author>
      <guid>http://communities.vmware.com/message/1386117</guid>
      <dc:date>2009-10-09T18:41:54Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Changing NIC connections in NIC Team</title>
      <link>http://communities.vmware.com/message/1382601</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Teximill - Thanks for the reply.  So you're saying if we have a 8 host environment perhaps make 2 clusters, 1 for Production (internal vm's) and 1 for DMZ  (web facing vm's), with perhaps 6 hosts for cluster 1 (production) and 2 for the DMZ?  &lt;/div&gt;
&lt;br /&gt;
This is what I am saying. This way you have 2 vSwitches per host with 2 pNICs each. 2 pNICs for vMOtion/Service Console (pNIC0 and pNIC1) and then 2 pNICs for DMZ or Production VMs but never both. &lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;Or are you suggesting leaving them all in 1 cluster but creating rules to ensure that DMZ vms are kept on certain hosts?  I understand how to do it with VLAN's Cisco side if we have to overlap the 2.&lt;/div&gt;
&lt;br /&gt;
No.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;+&lt;b&gt;When using a DMZ, the DMZ network including physical switches should be isolated from your production network for best security.&lt;/b&gt; +- We wanted to do this but with only 4 nics per host we haven't found a way to do this effectively.  We thought about 2 Vswitches, one with 2 nics, the other with 1 nic.  The second vswitch would be vmotion and service console, other would be vm traffic.  We'd using the remaining nic on an isolated switch (splitting between 2 switches for load balancing) for DMZ traffic.  The only issue would be that if either of the DMZ switches goes does we'd have to physically move cabling to allow the DMZ vm's to get out to the internet. &lt;/div&gt;
&lt;br /&gt;
I would not do this, you just do not have the necessary redundancy. &lt;br /&gt;
&lt;br /&gt;
Also., your DMZ should be using separate physical switches than your production network. It sounds however like you are using VLANs, if you are using VLANs in the physical network, using them in the virtual network makes no difference to security. Its really the physical network that is at more risk as the VLAN attacks all work against the physical network and not necessarily the virtual network.&lt;br /&gt;
&lt;br /&gt;
DMZs are the major attack point. Assume they will be attacked and you will be on the right track. Everything in a DMZ is at risk, including the physical switches.  So these switches should be isolated as a matter of course.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 06 Oct 2009 14:23:01 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1382601</guid>
      <dc:date>2009-10-06T14:23:01Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Enforcing account lockouts</title>
      <link>http://communities.vmware.com/message/1382598</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
You can implement pam_tally by hand, use 'man pam_tally' for assistance.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">compliance</category>
      <pubDate>Tue, 06 Oct 2009 14:13:25 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1382598</guid>
      <dc:date>2009-10-06T14:13:25Z</dc:date>
      <clearspace:dateToText>1 month, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Distributed vSwitches with vShield Zones</title>
      <link>http://communities.vmware.com/message/1377497</link>
      <description>Hello nik-o&lt;br /&gt;
&lt;br /&gt;
Has your issue been resolved?if still not, please take a look at my setup and configuration:&lt;br /&gt;
My setup is:&lt;br /&gt;
The p0 and u0 of vShield VM connection is:&lt;br /&gt;
p0 --&amp;gt; dvportgroup1 on vNDS2&lt;br /&gt;
u0 --&amp;gt; dvportgroup2 on vNDS1&lt;br /&gt;
Protected VMs --&amp;gt; dvportgroup3 on vNDS2&lt;br /&gt;
&lt;br /&gt;
vNDS uplink NICs connection:&lt;br /&gt;
vNDS1 has physical uplink NICs, &lt;br /&gt;
vNDS2 has no uplink NICs&lt;br /&gt;
&lt;br /&gt;
VLAN setting:&lt;br /&gt;
dvportgroup3 --&amp;gt; vlan 21&lt;br /&gt;
dvportgroup1 --&amp;gt; vlan trunking 21&lt;br /&gt;
dvportgroup2 --&amp;gt; vlan trunking 21&lt;br /&gt;
&lt;br /&gt;
At first, my protected VMs are not pingable from my unprotected VMs, it's because I did't configure vlan trunking on the dvportgroup "dvportgroup1" and "dvportgroup2"&lt;br /&gt;
After I set trunking vlan on these two dvportgroups, my protected VMs are pingable from the unprotected VMs&lt;br /&gt;
&lt;br /&gt;
Hope this info resolve your issue</description>
      <pubDate>Wed, 30 Sep 2009 06:13:04 GMT</pubDate>
      <author>gfzhao</author>
      <guid>http://communities.vmware.com/message/1377497</guid>
      <dc:date>2009-09-30T06:13:04Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Active Directory Authentication (Encryption Level)</title>
      <link>http://communities.vmware.com/message/1376497</link>
      <description>&lt;br /&gt;
Hi Guys,&lt;br /&gt;
&lt;p /&gt;
I guess the thing to do is to install wireshark either on your DC (presuming it's allowed etc etc) or on a test machine connected to a SPAN / mirrored port on the switch and have a look at the packets.  It will show you whether the authentication traffic is encrypted or not and should also show you which algo is used...&lt;br /&gt;
&lt;p /&gt;
I might run a test later!&lt;br /&gt;
&lt;p /&gt;
Cheers,&lt;br /&gt;
&lt;p /&gt;
Dan</description>
      <pubDate>Tue, 29 Sep 2009 08:18:29 GMT</pubDate>
      <author>DC_Engineers</author>
      <guid>http://communities.vmware.com/message/1376497</guid>
      <dc:date>2009-09-29T08:18:29Z</dc:date>
      <clearspace:dateToText>1 month, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>vShield installation error</title>
      <link>http://communities.vmware.com/message/1369642</link>
      <description>&lt;br /&gt;
vShield supports both legacy and vDS switches and only in 4.0.  However, there is a known issue when deploying in an evironment that has no legacy vSwitches. The workaround is detailed in this KB article1012440:&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;#38;docType=kc&amp;#38;externalId=1012440&amp;#38;sliceId=1&amp;#38;docTypeID=DT_KB_1_1&amp;#38;dialogID=40708575&amp;#38;stateId=0%200%2038376180"&gt;http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;#38;docType=kc&amp;#38;externalId=1012440&amp;#38;sliceId=1&amp;#38;docTypeID=DT_KB_1_1&amp;#38;dialogID=40708575&amp;#38;stateId=0%200%2038376180&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
The error message in the KB article is slightly different but the end result and workaround is the same.</description>
      <pubDate>Mon, 21 Sep 2009 18:25:24 GMT</pubDate>
      <author>carlosVSZ</author>
      <guid>http://communities.vmware.com/message/1369642</guid>
      <dc:date>2009-09-21T18:25:24Z</dc:date>
      <clearspace:dateToText>2 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Is Guest network traffic routed to external (LAN) network</title>
      <link>http://communities.vmware.com/message/1364704</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Would this not also be based on the netmask in use? If you have a wide enough netmask within the VM then you should be able to communicate with each subnet without using a router? Or if you use the same vNIC for 2 subnets, etc.  In this case I have never had to use a router just routes on the VMs.&lt;br /&gt;
&lt;br /&gt;
 If your VM has the proper routes in place as well they may never go outside. Now if the VMs have no routes, no interesting netmasks then yes it should go out of the vSwitch to the gateway, etc.&lt;br /&gt;
&lt;br /&gt;
Portgroups with the same VLAN ID (or even none) may not route out of the vSwitch.&lt;br /&gt;
&lt;br /&gt;
Only one way to guarantee that, use different VLAN IDs on the portgroups.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 15 Sep 2009 21:31:50 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1364704</guid>
      <dc:date>2009-09-15T21:31:50Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>vShield login error</title>
      <link>http://communities.vmware.com/message/1362697</link>
      <description>&lt;br /&gt;
You have probably installed vShield Manager straight from the CD. You should install both appliances using VMware installer, instead.&lt;br /&gt;
&lt;p /&gt;
 sebek</description>
      <pubDate>Mon, 14 Sep 2009 09:49:16 GMT</pubDate>
      <author>sebek</author>
      <guid>http://communities.vmware.com/message/1362697</guid>
      <dc:date>2009-09-14T09:49:16Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>vShield + Intel 10 Gig 82598EB = BAD</title>
      <link>http://communities.vmware.com/message/1361313</link>
      <description>Has this issue been resolved?</description>
      <pubDate>Fri, 11 Sep 2009 13:02:06 GMT</pubDate>
      <author>zik</author>
      <guid>http://communities.vmware.com/message/1361313</guid>
      <dc:date>2009-09-11T13:02:06Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>How do I have the VMkernel on it's own VLAN</title>
      <link>http://communities.vmware.com/message/1359873</link>
      <description>&lt;br /&gt;
You need to make sure that your physical swicth allows the 2 Vlans to be routed correctly too.&lt;br /&gt;
&lt;p /&gt;
Have the Vlans been set up correctly on your physical switches?</description>
      <pubDate>Thu, 10 Sep 2009 08:26:04 GMT</pubDate>
      <author>bulletprooffool</author>
      <guid>http://communities.vmware.com/message/1359873</guid>
      <dc:date>2009-09-10T08:26:04Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Developping a firewall using vmsafe-net</title>
      <link>http://communities.vmware.com/message/1359258</link>
      <description>Quick answer from the blackberry:  The vShield appliance takes care of that by bridging (layer 2) the private and externally connected vswitch.   &lt;br /&gt;
&lt;p /&gt;
Rob Randell, CISSP | VMware | Senior Systems Engineer - Security | Office/Mobile: 303.324.2331 | email: rrandell@vmware.com&lt;br /&gt;
&lt;br /&gt;
Sent from Blackberry.  Please excuse typos or terse responses.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vmsafe-net</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">firewall</category>
      <pubDate>Wed, 09 Sep 2009 17:46:44 GMT</pubDate>
      <author>rrandell</author>
      <guid>http://communities.vmware.com/message/1359258</guid>
      <dc:date>2009-09-09T17:46:44Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>VM Firewalls</title>
      <link>http://communities.vmware.com/message/1358889</link>
      <description>&lt;br /&gt;
Thanks for the info.&lt;br /&gt;
&lt;p /&gt;
 Kevin</description>
      <pubDate>Wed, 09 Sep 2009 12:37:41 GMT</pubDate>
      <author>boatrke1</author>
      <guid>http://communities.vmware.com/message/1358889</guid>
      <dc:date>2009-09-09T12:37:41Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Auditing / Security of ESX</title>
      <link>http://communities.vmware.com/message/1358805</link>
      <description>&lt;br /&gt;
Just a thought, if you are going to upgrade to vSphere soon, then you might want to look at Host profiles as it might do what you are just looking for.&lt;br /&gt;
&lt;p /&gt;
 If you still have a valid VMware support, then it might be worth it for you to upgrade as its free &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;.&lt;br /&gt;
&lt;p /&gt;
 I hope this help someone, if it did please reward points.&lt;br /&gt;
&lt;p /&gt;
 Enjoy,&lt;br /&gt;
&lt;p /&gt;
Eiad Al-Aqqad&lt;br /&gt;
&lt;p /&gt;
System X &amp;#38; Storage Technical Specialist &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationTeam.com"&gt;http://www.virtualizationTeam.com&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">3.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx3.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">ads</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">rsa</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">audit</category>
      <pubDate>Wed, 09 Sep 2009 11:01:04 GMT</pubDate>
      <author>ealaqqad</author>
      <guid>http://communities.vmware.com/message/1358805</guid>
      <dc:date>2009-09-09T11:01:04Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>VPN Solutions on VMware VDI</title>
      <link>http://communities.vmware.com/message/1358189</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
You would need to do something like:&lt;br /&gt;
&lt;br /&gt;
client &amp;lt;--- Internet ---&amp;gt; VPN Server &amp;lt;-&amp;gt; View Security Server &amp;lt;-&amp;gt; View Broker &amp;lt;-&amp;gt; VM&lt;br /&gt;
&lt;br /&gt;
So your VPN server sits on the edge and therefore none of the VDI components need to integrate with the VPN. So use whichever you desire.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 08 Sep 2009 18:29:58 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1358189</guid>
      <dc:date>2009-09-08T18:29:58Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Local storage on a DMZ server</title>
      <link>http://communities.vmware.com/message/1358156</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
The drive layout is generally up to you and independent of most security concerns as a VM can not get to a datastore except through the hypervisor. However, even so due to forensic concerns I use raid 10 where ever possible.  I would use Raid 10 on a pair of OS drives and then Raid 5 on the rest.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">dasd</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">3.0.3</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">dmz</category>
      <pubDate>Tue, 08 Sep 2009 18:26:52 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1358156</guid>
      <dc:date>2009-09-08T18:26:52Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Portgroup, vmnic, vSwitch, and VLAN oh my!</title>
      <link>http://communities.vmware.com/message/1354032</link>
      <description>&lt;br /&gt;
I presume these VMs each have only 1 Nic assigned?&lt;br /&gt;
&lt;p /&gt;
Also, you have verified the VLans . . .and neither of the VLabns is your default VLan . . so your physical switches tag the traffic from the other VLan onto this VLan?&lt;br /&gt;
&lt;p /&gt;
Also, if you have different subnets, you should be hitting 2 Default Gateways to get from subnet to subnet - can you view logs on these?&lt;br /&gt;
&lt;p /&gt;
 Have you run a tracert on one of the VMs to see which way it is actually routing?</description>
      <pubDate>Thu, 03 Sep 2009 08:15:22 GMT</pubDate>
      <author>bulletprooffool</author>
      <guid>http://communities.vmware.com/message/1354032</guid>
      <dc:date>2009-09-03T08:15:22Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>vShield problem</title>
      <link>http://communities.vmware.com/message/1349118</link>
      <description>Hi,&lt;br /&gt;
thanks for the quick answers.&lt;br /&gt;
I got it sorted out. Someone in our datacenter pulled out two network cables and didn't plug them in again so I had a link in enclosure backplane but not to the outside world. &lt;br /&gt;
&lt;br /&gt;
Harro, &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield_zones</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">network</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">configuration</category>
      <pubDate>Fri, 28 Aug 2009 10:46:35 GMT</pubDate>
      <author>hnehlsen</author>
      <guid>http://communities.vmware.com/message/1349118</guid>
      <dc:date>2009-08-28T10:46:35Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vShield license problem</title>
      <link>http://communities.vmware.com/message/1349011</link>
      <description>&lt;br /&gt;
Hi there,&lt;br /&gt;
&lt;p /&gt;
probably all figured out and problem solved by now, but I came accross that one has to move the vShield Management VM to the host the vShield VM is to be installed. In my environment it works, even though I have no idea why VMware doesn't fix this in there quality management.&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Harro, &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;</description>
      <pubDate>Fri, 28 Aug 2009 07:41:40 GMT</pubDate>
      <author>hnehlsen</author>
      <guid>http://communities.vmware.com/message/1349011</guid>
      <dc:date>2009-08-28T07:41:40Z</dc:date>
      <clearspace:dateToText>2 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>15</clearspace:replyCount>
    </item>
    <item>
      <title>vSwitch and Spanning tree</title>
      <link>http://communities.vmware.com/message/1345578</link>
      <description>&lt;br /&gt;
Textiwill and K-Mac, thank you for your response. I did have this information before though, the issue was related to how an individual vSwitch participated in the network as a L2 loop can be made with a single switch not just two. &lt;br /&gt;
&lt;p /&gt;
Rob, perfect answer, thank you so much. I'm not sure why they don't have this information on the course. It might be worth rewording the 3.5 notes to include this as this is the main reason why no L2 loops can be created. Once again thank you.</description>
      <pubDate>Tue, 25 Aug 2009 06:28:04 GMT</pubDate>
      <author>wlouzado</author>
      <guid>http://communities.vmware.com/message/1345578</guid>
      <dc:date>2009-08-25T06:28:04Z</dc:date>
      <clearspace:dateToText>3 months, 19 hours ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Port 903?</title>
      <link>http://communities.vmware.com/message/1345170</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Howard and I have disagreed in the past.... Its not often but... or was that agreed with reservations... &lt;b&gt;chuckle&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Mon, 24 Aug 2009 17:26:25 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1345170</guid>
      <dc:date>2009-08-24T17:26:25Z</dc:date>
      <clearspace:dateToText>3 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>vmware + truecrypt for fully encrypted windows OS?</title>
      <link>http://communities.vmware.com/docs/DOC-10593</link>
      <description>started from thread on truecrypt forums: &lt;a class="jive-link-external" href="http://forums.truecrypt.org/viewtopic.php?p=22979"&gt;http://forums.truecrypt.org/viewtopic.php?p=22979&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
my question from there repeated for convenience:&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;if I do the following, will any traces be left on my machine at all?&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;create a truecrypt volume. mount it, and create a vmware partition for a new operating system on the truecrypt volume. if I boot up the vmware operating system (which only has access to the truecrypt section of the hard drive), would any traces of my activity be left behind? what about with the swap/page file in the native OS?&lt;/b&gt; &lt;br /&gt;
&lt;br /&gt;
there responses seem to indicate "there's no way that'd work." is that accurate? can I configure vmware to do what I want? if so, how do I go about it?&lt;br /&gt;
&lt;hr /&gt;
Encrypting the VM volume is not really the answer here.&lt;br /&gt;
What you need to do is seal up the OS (inbound and outbound) within itself.&lt;br /&gt;
This will give you the self protecting layer you require.&lt;br /&gt;
&lt;br /&gt;
Encrypting the vm volume will only stop other volumes/ hosts accessing it, not control the effects you are talking about in your thread.&lt;br /&gt;
&lt;br /&gt;
Good luck.&lt;br /&gt;
&lt;hr /&gt;
Hello!&lt;br /&gt;
Could you please be more specific on how this should/could be done?&lt;br /&gt;
&lt;br /&gt;
P.S.: Merry Christmas!&lt;br /&gt;
&lt;hr /&gt;
VMware products can create files outside the VM's directory, but you can play with the tmpDirectory field to control that. &lt;br /&gt;
&lt;br /&gt;
However, the larger problem of the swap/pagefile containing traces of your activity remains intact. This is an operating systems shortcoming, not a VMware one.&lt;br /&gt;
&lt;hr /&gt;
I haven't tried, but if you gave the VM 100% reservation of the memory would it not create the swap file?  Thus securing the VM from the host perspective?&lt;br /&gt;
&lt;hr /&gt;
when you give th VM 100% reservation a zero byte sized swap file is created&lt;br /&gt;
&lt;hr /&gt;
There are other traces left besides the swapfile&lt;br /&gt;
There are traces in the different logs (vmkernel,hostd,...).&lt;br /&gt;
Question is how easily these traces can be used.&lt;br /&gt;
&lt;hr /&gt;
But those traces contain no data of what is in the VM.  So even a zero byte swapfile is useless, because it has no data in it.  I would think if you secure the guest os, turn of things like TPS and have no swap it would be considered secure.  The only thing on top of that you could add would be maybe encryption of the VMDKs, but that would add a significant amount of overhead to the virtualization layer.&lt;br /&gt;
&lt;hr /&gt;
&lt;div class="jive-quote"&gt;But those traces contain no data of what is in the VM.  &lt;/div&gt;
only VMware knows, I guess&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;So even a zero byte swapfile is useless, because&lt;br /&gt;
it has no data in it.agree&lt;/div&gt;
&lt;hr /&gt;
Yes, it will leave traces see my post  &lt;a class="jive-link-external" href="http://www.vmware.com/community/thread.jspa?threadID=70884&amp;#38;tstart=0"&gt;http://www.vmware.com/community/thread.jspa?threadID=70884&amp;#38;tstart=0&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
then any dissent forensic will get you.&lt;br /&gt;
&lt;hr /&gt;
Encryption of the VMDKs, suspend file, and configuration files has been available in VMware ACE, since Dec 2004. You might want to look into that if you're on the desktop, not the server.&lt;br /&gt;
&lt;hr /&gt;
I know what you want to do but who exactly do you want to protect your data from?  If it's law enforcement having a VM inside of an encrypted drive might be sufficient.  If you're trying to protect things from the government then all bets are off.&lt;br /&gt;
&lt;br /&gt;
If you want to hide porn from your parents it's easy. (Unless one of your parents happens to work for the FBI forensics team or NSA data recovery.)&lt;br /&gt;
&lt;br /&gt;
If you want to hide things from the law, it gets harder as they have access to the FBI's forensic services.  The best you can do is get everything encrypted and then run ENCASE on your own drives to see if you can find anything.&lt;br /&gt;
&lt;br /&gt;
If you want to hide things from criminals then consider worst case they have a black hat with the skills of the FBI's forensic lab.&lt;br /&gt;
&lt;br /&gt;
If you want to hide things from the NSA what the h@#$ are you doing in the first place that would draw their attention and you should seal your computers into an EM shielded room  (TEMPEST) with no outside connections (Sniffing and intrusion) and have a block of thermite setting on top of your drives with a panic button on you at all times (NSA Data recovery that can get data off your drive no matter how many times you overwrite it though it will drop the classification level of the drive by one step.  Per their own directive for destruction of classified material get an NSA approved degausser, yank your drive and toss it in.  Note that those degaussers that don't require you to take the platters out cost in the range of $30k+)  Even with all of that I can't guarantee they won't get your data.&lt;br /&gt;
&lt;br /&gt;
If you want ideas look at the Common Criteria approved products list for data encryption that's approved per NSTISSP No. 11 for use on classified data.  I'd advise looking for EAL 4+ products.&lt;br /&gt;
&lt;br /&gt;
This document was generated from the following thread: &lt;a class="jive-link-thread" href="http://communities.vmware.com/thread/63179"&gt;vmware + truecrypt for fully encrypted windows OS?&lt;/a&gt;</description>
      <pubDate>Fri, 21 Aug 2009 20:27:42 GMT</pubDate>
      <author>psimon2112</author>
      <guid>http://communities.vmware.com/docs/DOC-10593</guid>
      <dc:date>2009-08-21T20:27:42Z</dc:date>
      <clearspace:dateToText>3 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>VM Flow shows "No Data Found"</title>
      <link>http://communities.vmware.com/message/1343875</link>
      <description>We're just tinkering with vShield and Cisco N1000V independently and together in the lab as we prepare to deploy vSphere.&lt;br /&gt;
&lt;br /&gt;
The current configuration in our lab is this:&lt;br /&gt;
&lt;p /&gt;
&lt;ol&gt;
&lt;li&gt;The public side of a vShield VM is connected to an N1000V Port Group&lt;/li&gt;
&lt;li&gt;The private side of the vShield VM is connected to a local vSwitch Portgroup with Promiscuous mode permitted. (It's not a dV Port group, but do recognize this would be needed as we evolve the lab)&lt;/li&gt;
&lt;li&gt;We have servers on the public side and one server on the protected port group, and can transfer data to and from all these servers from another computer outside the ESX environment.&lt;/li&gt;
&lt;li&gt;The protected server is shown as protected in the vShield Manager&lt;/li&gt;
&lt;li&gt;I have a script running elsewhere that is generating traffic to and from the protected server. The vShield Manager Status for that vShield is showing all the expected traffic in both the p0 and u0 status.&lt;/li&gt;
&lt;li&gt;But, the VMFlow stats for the protected server and its roll-ups shows "No Data Found"&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Some questions&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;I was unable to get the protected Port Group working as an N1000V port group, and have since found information here confirming that. Is the failure to display VMFlow stats related to the fact the public side doesn't really support promiscuous mode? (since it's a N1000V port group)&lt;/li&gt;
&lt;li&gt;Is there some other misconfiguration I've done that is preventing the VMFlow data from showing?&lt;/li&gt;
&lt;li&gt;Again with the promiscuous issue, am I unlikely to get a second computer in the protected side to work?&lt;/li&gt;
&lt;li&gt;I saw a reference to reversing my configuration: Put the public side on a vNetwork switch with uplinks, and put the protected side as an N1000V port group. Is this likely to work better?&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
I understand Cisco is working on a solution to this problem, but we did want to put in as much "end-state" infrastructure as possible as we prepare for deployment, and doing the uplink side using N1000V seems to make more sense to me.&lt;br /&gt;
&lt;br /&gt;
Thanks for this.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">n1000v</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">cisco</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vmflow</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield_zones</category>
      <pubDate>Fri, 21 Aug 2009 18:56:19 GMT</pubDate>
      <author>SCampbell</author>
      <guid>http://communities.vmware.com/message/1343875</guid>
      <dc:date>2009-08-21T18:56:19Z</dc:date>
      <clearspace:dateToText>3 months, 4 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Getting HA to work on DMZ cluster</title>
      <link>http://communities.vmware.com/message/1341860</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Security forum.&lt;br /&gt;
&lt;br /&gt;
Let us instead break this down by Networks. You have 3 maybe 4 major networks....&lt;br /&gt;
&lt;br /&gt;
Management&lt;br /&gt;
Storage&lt;br /&gt;
VMotion&lt;br /&gt;
VM&lt;br /&gt;
&lt;br /&gt;
Management, Storage, VMotion are NOT and NEVER should be within any part of the DMZ not even a NAT in the DMZ. They should be connected to different physical switches unrelated to the DMZ.&lt;br /&gt;
&lt;br /&gt;
The VM Network for DMZ should be within the DMZ, it should be the only thing within the DMZ.&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;I have been fighting with the network / security team to have my managment ports on a rouable network. This is what is in the &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/dmz_virtualization_vmware_infra_wp.pdf"&gt;DMZ best pratice guide&lt;/a&gt;. &lt;/div&gt;
&lt;br /&gt;
What is their concern? That is where we should start this discussion because your management and vmkernel ports should be on the proper network else not much really works. As for DNS, local host files actually cover that quite well.&lt;br /&gt;
&lt;br /&gt;
It sounds like your security team is still of the mindset, its a box with multiple pNICs, hence it is one security zone. Instead of treating each ESX host as its own datacenter.&lt;br /&gt;
&lt;br /&gt;
They may need to read more materials to get a better feel for Virtualization Security.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Wed, 19 Aug 2009 19:15:23 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1341860</guid>
      <dc:date>2009-08-19T19:15:23Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>vmware and firewall</title>
      <link>http://communities.vmware.com/message/1341571</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to the Security forum.&lt;br /&gt;
&lt;br /&gt;
The general rule is:&lt;br /&gt;
&lt;br /&gt;
Your management network should never be directly connected to the internet..... You have to consider the management network separate from your VM network.  So this should be behind another set of firewalls. If your VMs are internet facing they are in effect within a DMZ.&lt;br /&gt;
&lt;br /&gt;
Check out &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/dmz_virtualization_vmware_infra_wp.pdf"&gt;http://www.vmware.com/files/pdf/dmz_virtualization_vmware_infra_wp.pdf&lt;/a&gt; and &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/virtual_networking_concepts.pdf"&gt;http://www.vmware.com/files/pdf/virtual_networking_concepts.pdf&lt;/a&gt; for some ideas on how this would work.&lt;br /&gt;
&lt;br /&gt;
I do the following myself:&lt;br /&gt;
&lt;br /&gt;
Internet&amp;lt;-&amp;gt;FW&amp;lt;-&amp;gt; DMZ VMs &amp;lt;-&amp;gt; FW &amp;lt;-&amp;gt; Internal VMs &amp;lt;-&amp;gt; FW &amp;lt;-&amp;gt; Service Console/Management Network&lt;br /&gt;
&lt;br /&gt;
This way management is as far from the outside as possible. To access from outside I use a VPN to get to a 'VM' which then can jump into a Management Network VM via VPN/SSH/RDP to the management network, etc. For heightened security there is no reason the management network ports should be seen by any other network. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Wed, 19 Aug 2009 15:44:21 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1341571</guid>
      <dc:date>2009-08-19T15:44:21Z</dc:date>
      <clearspace:dateToText>3 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Potential for using ESX to bridge networks ???</title>
      <link>http://communities.vmware.com/message/1340681</link>
      <description>&lt;br /&gt;
Thank you both for your replies. The Best Practices document was a big help too. . &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 18 Aug 2009 18:45:55 GMT</pubDate>
      <author>jc69</author>
      <guid>http://communities.vmware.com/message/1340681</guid>
      <dc:date>2009-08-18T18:45:55Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vShield Zones In Depth CLI Documentation</title>
      <link>http://communities.vmware.com/message/1338042</link>
      <description>Thanks Carlos!  Exactly what I was looking for and we can go into more depth on the call.  Thanks!</description>
      <pubDate>Fri, 14 Aug 2009 19:11:53 GMT</pubDate>
      <author>Wolfbrother_KC</author>
      <guid>http://communities.vmware.com/message/1338042</guid>
      <dc:date>2009-08-14T19:11:53Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>DMZ, network considerations</title>
      <link>http://communities.vmware.com/message/1337179</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
ESXi vs ESX is really not a whole lot different from a network perspective. ESXi is actually far harder to lockdown with a true defense in depth. THere are other issues with ESXi but that should not dissuade you from using it within a DMZ as long as ONLY your VMs are within the DMZ, not the vmkernel ports related to your virtual infrastructure management, storage, etc.&lt;br /&gt;
&lt;br /&gt;
vmkernel ports have no need to live within the DMZ. There are a huge number of references on this within the community. azn2kew has quite a few of them. Check out &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt; as well for more.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 13 Aug 2009 21:24:59 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1337179</guid>
      <dc:date>2009-08-13T21:24:59Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>SSL Server support weak encryption</title>
      <link>http://communities.vmware.com/message/1334569</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
You could change it in these files.... Not sure what would happen but do not think it is an issue.....&lt;br /&gt;
&lt;br /&gt;
/usr/lib/vmware/webAccess/tomcat/*/conf/server.xml&lt;br /&gt;
&lt;br /&gt;
However, not everything uses tomcat either so there are other concerns as well. This just fixes it for webAccess which includes anything using the VI-SDK, etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 11 Aug 2009 16:02:40 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1334569</guid>
      <dc:date>2009-08-11T16:02:40Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>Documented best practice for no antivirus in Service Console???</title>
      <link>http://communities.vmware.com/message/1334526</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
There really is none that is the problem. All we have is the recommendation from consultants, books, etc. But I know many a company that MUST run it, regardless of supporting evidence to the contrary.&lt;br /&gt;
&lt;br /&gt;
My own book, &lt;i&gt;VMware ESX Server in the Enterprise&lt;/i&gt;, dictates that it should not be done, but you must realize the only way to make it so it is not required is to change your Security Policy which may be an uphill battle. Now if you switch to ESXi it is physically impossible to run AV within the Posix Management Environment. However, with GNU/Linux it is possible.... So that is the battle you need to face.&lt;br /&gt;
&lt;br /&gt;
Personally running it is not a great idea but as long as you control when it runs and what it scans it will not be a huge issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">antivirus</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">service</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">console;security;</category>
      <pubDate>Tue, 11 Aug 2009 15:36:26 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1334526</guid>
      <dc:date>2009-08-11T15:36:26Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>vSphere in the DMZ Question</title>
      <link>http://communities.vmware.com/message/1333460</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Protected by VLAN? Please. There is no such thing. You use VLANs only if you 'TRUST' VLANs, they are not in themselves a protection mechanism. THe protection mechanism would be ACLs and Port security to ensure that only the proper machines could connect, mac flooding is controlled, etc.&lt;br /&gt;
&lt;br /&gt;
In general, DMZ's are implemented using segregated physical switches for JUST VM traffic. Your Vitualization Networks (iSCSI, NFS, Management, VMotion, etc.) should not be seen by anything within the DMZ. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Mon, 10 Aug 2009 14:42:41 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1333460</guid>
      <dc:date>2009-08-10T14:42:41Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>SR-IOV, virtualisation CNA's and security</title>
      <link>http://communities.vmware.com/message/1332858</link>
      <description>He is right you will see vmdirectpath in generation 2 of Intel vt-d to be vmotion able.</description>
      <pubDate>Sun, 09 Aug 2009 06:48:23 GMT</pubDate>
      <author>meistermn</author>
      <guid>http://communities.vmware.com/message/1332858</guid>
      <dc:date>2009-08-09T06:48:23Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>vWire ConfigCheck and vRanger?</title>
      <link>http://communities.vmware.com/message/1332281</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
However after the fact you can get vRanger's account into the wheel group. I have never faced this problem as I always use an account I create in the proper group.&lt;br /&gt;
&lt;br /&gt;
BTW, one Security standard says to remove the setuid options from SU, in effect disabling it complete. vRanger would break completely if this happened, unless vRanger can use sudo instead of su.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Fri, 07 Aug 2009 19:21:11 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1332281</guid>
      <dc:date>2009-08-07T19:21:11Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>vCenter Permissions to Individual VMs</title>
      <link>http://communities.vmware.com/message/1331436</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Delegate or Assign? To assign the permission, you assign the permission ONLY on the object you desire. You do NOT assign lesser permissions above that object. It sounds like you have denied this user access to items above the VM and trying to assign greater perms to the VM itself. This does not work. The 'least' permissions win.&lt;br /&gt;
&lt;br /&gt;
So you have the following:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;DC
.... Cluster
......... Resource Pool
..............VM &amp;lt;= ASSIGN PERM HERE
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
In general do not assign perms anywhere else. Ideally you would ONLY assign the perms ona VM under the VIrtual Machine and Templates View NOT the Host and CLusters VIew&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:43:51 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1331436</guid>
      <dc:date>2009-08-06T22:43:51Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>DMZ Configuration</title>
      <link>http://communities.vmware.com/message/1331435</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Take a look at the following &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Bookshelf#Specific_Blogs"&gt;Specific Blogs&lt;/a&gt;  for detailed information on how traffic routes in the vSwitch and information specific to DMZ virtual networks.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:39:09 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1331435</guid>
      <dc:date>2009-08-06T22:39:09Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Is there any risk with using VMWARE Server 1.x or 2.x</title>
      <link>http://communities.vmware.com/message/1331428</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
VMware Server does not 'open' ports on the firewall but it will enable daemons that listen on ports 8333 and 8222 and maybe a few others. as long as the host firewall is setup to specifically deny access to these management ports then all is well.&lt;br /&gt;
&lt;br /&gt;
However, VMware Server is only as secure as the host.and there is no way I would ever put such a host on the internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:19:05 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1331428</guid>
      <dc:date>2009-08-06T22:19:05Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Would qemu or openvz perhaps be more secure than vmware?</title>
      <link>http://communities.vmware.com/message/1331427</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
The driver within the VM talks to the USB Passthru device presented to the VM through the virtualization layer.That Pass Thru device does have a small bit of code within the host. Usually within the hypervisor but sometimes within the host as well. I know when I pass a usb device to a VM from the host it installs a driver of some sort within the host. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 06 Aug 2009 22:15:45 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1331427</guid>
      <dc:date>2009-08-06T22:15:45Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>16</clearspace:replyCount>
    </item>
    <item>
      <title>Server virtualization security and compliance (survey)</title>
      <link>http://communities.vmware.com/message/1331388</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Security Forum.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">compliance</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">survey</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">regulations</category>
      <pubDate>Thu, 06 Aug 2009 21:42:25 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1331388</guid>
      <dc:date>2009-08-06T21:42:25Z</dc:date>
      <clearspace:dateToText>3 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>p2v firewall port question?</title>
      <link>http://communities.vmware.com/message/1326762</link>
      <description>thanks texiwill you seems to know a lot about security and i have completed p2v projects long time but forgot to close the threads.</description>
      <pubDate>Sat, 01 Aug 2009 01:55:51 GMT</pubDate>
      <author>vmwareluverz</author>
      <guid>http://communities.vmware.com/message/1326762</guid>
      <dc:date>2009-08-01T01:55:51Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>disable root access from physical console using cat /dev/null &amp;gt;/etc/securetty</title>
      <link>http://communities.vmware.com/message/1326742</link>
      <description>thanks for thorough explanation and its great everyone knows a lot about security.</description>
      <pubDate>Sat, 01 Aug 2009 01:44:48 GMT</pubDate>
      <author>vmwareluverz</author>
      <guid>http://communities.vmware.com/message/1326742</guid>
      <dc:date>2009-08-01T01:44:48Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Virtual center roles/rights/permissions.  What does "Datastore" -&amp;gt; "File Level Management" right do?</title>
      <link>http://communities.vmware.com/message/1325733</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Roles and Permissions are just not granular enough. You can either use a script as hicksj has suggested or look into using the Hytrust Appliance. Hytrust imposes MUCH more granular permissions.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 30 Jul 2009 23:04:04 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1325733</guid>
      <dc:date>2009-07-30T23:04:04Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Nexus 1000v  vs.  vShield zones</title>
      <link>http://communities.vmware.com/message/1323245</link>
      <description>&lt;br /&gt;
The Nexus 1000v and vShield zones are two separate things, let me explain. &lt;br /&gt;
&lt;p /&gt;
VMware offers two types of virtual switches, the traditional or legacy vSwitch and the new vDS (vNetwork Distributed Switch), a federated network switching platform that spans several VMware vSphere servers.&lt;br /&gt;
&lt;p /&gt;
The Nexus 1000v is a third-party vDS &lt;span class="content"&gt;switch developed by Cisco and is a software implementation of a Cisco Nexus switch that can replace VMware's vDS and legacy vSwitch in the vNetwork layer. &lt;br /&gt;
&lt;p /&gt;
 vShield Zones is not a virtual switch but a virtual firewall that fully integrates with the vSphere environment and provides stateful firewalling and traffic flows for your virtual environment.</description>
      <pubDate>Tue, 28 Jul 2009 21:26:57 GMT</pubDate>
      <author>carlosVSZ</author>
      <guid>http://communities.vmware.com/message/1323245</guid>
      <dc:date>2009-07-28T21:26:57Z</dc:date>
      <clearspace:dateToText>3 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>vShield Port Groups management</title>
      <link>http://communities.vmware.com/message/1319828</link>
      <description>Hello ,&lt;br /&gt;
&lt;br /&gt;
Designing an architecture based on ESX4 and implementing a model with multiple remote administrators (on independant VLANs) was the easy task. The next step was to offer each remote admin a virtual data center on the platform to create his own machines and connect them to his port group.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
The security problem we are having is restraining each admin to his port group or vlan while creating his machine. In the documentation, dvPorts is a managable object but I can't seem to be able to correctly assign each admin in my active directory to a port group on the vswitch.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Can it be done? Can we create privileges on a vSwitch's port groups directly?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
If that is not possible, can we create a mandatory template to connect the VM with the port group already specified?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thanks for all the help!&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Charbel&lt;br /&gt;
&lt;p /&gt;
PS: Reference VSphere Basic System Administration p221-222</description>
      <pubDate>Fri, 24 Jul 2009 09:07:18 GMT</pubDate>
      <author>CharbelZ</author>
      <guid>http://communities.vmware.com/message/1319828</guid>
      <dc:date>2009-07-24T09:07:18Z</dc:date>
      <clearspace:dateToText>4 months, 2 days ago</clearspace:dateToText>
    </item>
    <item>
      <title>Best Practices and Security on ESX 3.5</title>
      <link>http://communities.vmware.com/message/1315493</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
There is more to securing your virtualization environment than those specific guides. Which are really about hardening just ESX but there is quite a bit more involved in this. Check out &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt; for a complete list of resources.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Mon, 20 Jul 2009 14:40:58 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1315493</guid>
      <dc:date>2009-07-20T14:40:58Z</dc:date>
      <clearspace:dateToText>4 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Restrict root Logins To System Console</title>
      <link>http://communities.vmware.com/message/1312528</link>
      <description>Thanks Edward - you've been really helpful.  I'm ordering your book from Amazon.co.uk as we speak &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/wink.gif" alt=";)" /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">securetty</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">configuration</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">configcheck;</category>
      <pubDate>Thu, 16 Jul 2009 08:59:24 GMT</pubDate>
      <author>dtracey</author>
      <guid>http://communities.vmware.com/message/1312528</guid>
      <dc:date>2009-07-16T08:59:24Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>VIM account password was changed on host...</title>
      <link>http://communities.vmware.com/message/1309668</link>
      <description>hmmmmm....Thanks</description>
      <pubDate>Mon, 13 Jul 2009 17:39:56 GMT</pubDate>
      <author>heybuzzz</author>
      <guid>http://communities.vmware.com/message/1309668</guid>
      <dc:date>2009-07-13T17:39:56Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
    </item>
    <item>
      <title>Vmware Capacity Planner questions</title>
      <link>http://communities.vmware.com/message/1309337</link>
      <description>Hi Winadi &amp;#38; every one looking to be able to upload VMware Capacity Planner at a later time or from another machine,&lt;br /&gt;
&lt;br /&gt;
I have actually been doing this about twice a week for about a year now as many of our customers are Banks &amp;#38; ministries. I have documented the step by step of how I do so at: &lt;a class="jive-link-external" href="http://www.virtualizationteam.com/virtualization-vmware/capacity-planner/vmware-capacity-planner-on-system-without-internet.html"&gt;VMware Capacity Planner on System without internet&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Actually I originally got the steps of a VMware engineer &amp;#38; now I had documented them for any one who trip over with the same problem.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I hope that help, if it help you please be kind to award points or leave a thank you at the post. &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
"Nothing can't be virtualized, even people"&lt;br /&gt;
VMware Certified Professiona (VCP)&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.virtualizationteam.com/"&gt;http://www.virtualizationteam.com&lt;/a&gt; Active Memeber</description>
      <pubDate>Mon, 13 Jul 2009 12:48:21 GMT</pubDate>
      <author>ibmer007</author>
      <guid>http://communities.vmware.com/message/1309337</guid>
      <dc:date>2009-07-13T12:48:21Z</dc:date>
      <clearspace:dateToText>4 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>understanding esxcfg-firewall cmd</title>
      <link>http://communities.vmware.com/message/1307707</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;1) Still, I am able to connect to this server via SSH&lt;/div&gt;
&lt;br /&gt;
You are connected, it is the related established issue. But you have not really given the complete esxcfg-firewall -q option. Plus I am not sure if you have done something that has allowed this. Run the command:&lt;br /&gt;
&lt;br /&gt;
You have used odd names, the proper way to disable SSH is to use &lt;br /&gt;
&lt;br /&gt;
esxcfg-firewall -d sshServer&lt;br /&gt;
&lt;br /&gt;
&lt;div class="jive-quote"&gt;2)  From tthis server, i am able to use ssh to connect to the other server, how is this possible?&lt;/div&gt;
&lt;br /&gt;
sshClient is allowed, that is why.&lt;br /&gt;
&lt;br /&gt;
Here is what I would do:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;esxcfg-firewall -r
esxcfg-firewall -l
esxcfg-firewall -d sshServer
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Now sshServer will be disabled and sshClient will also be disabled as it is by default. I am not sure the state of your firewall and so please reset it (-r), reload the current settings (-l) to be safe, then disable sshServer.&lt;br /&gt;
&lt;br /&gt;
Do not use the -o and -c options unless you really have to do so.&lt;br /&gt;
&lt;br /&gt;
Not sure I would disable ssh instead I would implement TCP Wrappers to limit from which workstation you can use to ssh into ESX, you will need this for maintenance. Also, you can use pam_access.so to limit WHO can actually login using SSH.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">3.5</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esx3.5</category>
      <pubDate>Fri, 10 Jul 2009 14:00:54 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1307707</guid>
      <dc:date>2009-07-10T14:00:54Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>10</clearspace:replyCount>
    </item>
    <item>
      <title>Use custom names instead port numbers</title>
      <link>http://communities.vmware.com/message/1307011</link>
      <description>Could you please help me with this issue &lt;a class="jive-link-external" href="http://communities.vmware.com/thread/219974?tstart=0"&gt;http://communities.vmware.com/thread/219974?tstart=0&lt;/a&gt;&lt;br /&gt;
&lt;br&gt;---&lt;br /&gt;
VMware vExpert '2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://blog.vadmin.ru"&gt;http://blog.vadmin.ru&lt;/a&gt;</description>
      <pubDate>Thu, 09 Jul 2009 18:43:17 GMT</pubDate>
      <author>Anton V Zhbankov</author>
      <guid>http://communities.vmware.com/message/1307011</guid>
      <dc:date>2009-07-09T18:43:17Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>vShield Passwords</title>
      <link>http://communities.vmware.com/message/1306090</link>
      <description>&lt;br /&gt;
Thanks! That did the trick.&lt;br /&gt;
&lt;p /&gt;
 I wonder why this wasn't included in the original documentation? You'd think that for a security product, best practices always dictate to change default user passwords.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vshield_zones</category>
      <pubDate>Wed, 08 Jul 2009 23:39:29 GMT</pubDate>
      <author>EPL</author>
      <guid>http://communities.vmware.com/message/1306090</guid>
      <dc:date>2009-07-08T23:39:29Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Strange numbers in VM Flow report</title>
      <link>http://communities.vmware.com/message/1305279</link>
      <description>I have VM with Windows File Server and a couple of iSCSI LUNs on external array connected via software initiator from windows.&lt;br /&gt;
So, traffic for this file server should be approx 50/50 in/out.&lt;br /&gt;
&lt;br /&gt;
But VM Flow report shows 196GB in / 1.8TB out. How can that be? Almost all outbound traffic is to port 3260, iSCSI.&lt;br /&gt;
&lt;br /&gt;
I have antivirus on this VM, so traffic difference can be explained by antivirus that checks a lot of files. But I suppose there should reverse situation, inbound traffic above outbound. Or I just understand inbound / outbound wrong?&lt;br /&gt;
&lt;br&gt;---&lt;br /&gt;
VMware vExpert '2009&lt;br /&gt;
&lt;a class="jive-link-external" href="http://blog.vadmin.ru"&gt;http://blog.vadmin.ru&lt;/a&gt;</description>
      <pubDate>Wed, 08 Jul 2009 13:02:15 GMT</pubDate>
      <author>Anton V Zhbankov</author>
      <guid>http://communities.vmware.com/message/1305279</guid>
      <dc:date>2009-07-08T13:02:15Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Securing access to esx server and vcenter 4</title>
      <link>http://communities.vmware.com/message/1305274</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
That is covered in gory detail within both my books actually.   But you will need not only TCP wrappers but changes to the iptables firewall within the ESX host. A secondary firewall so to speak. You may even want to also use pam_access to enforce a group policy so that if multiple people have access to a single host you can lock down by user/group and not just IP.&lt;br /&gt;
&lt;br /&gt;
Note this will NOT affect VC or any VMs hosted by ESX.&lt;br /&gt;
&lt;br /&gt;
Simplest TCP wrappers is:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;echo &amp;quot;ALL: AdminIP1 AdminIP2&amp;quot; &amp;gt;&amp;gt; /etc/hosts.allow
echo &amp;quot;ALL: ALL&amp;quot; &amp;gt;&amp;gt; /etc/hosts.deny
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Where AdminIP1 and AdminIP2 are the IP Addresses of your management hosts. Do not forget to include the IP address of your vCenter Server in this or things will break. Also include in this list ANYTHING like HPSIM... &lt;br /&gt;
&lt;br /&gt;
Also you should note that while the simplest this setup will NOT pass the DISA STIG requirements as it has very specific requirements for the contents of /etc/hosts.allow.&lt;br /&gt;
&lt;br /&gt;
Also note that this setup only affects those daemons that USE TCPWrappers and not everyone of those does, so you may also have to Lockdown by Source IP... visit &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Lockdown_by_Source_IP"&gt;http://www.astroarch.com/wiki/index.php/Lockdown_by_Source_IP&lt;/a&gt; for more information on this.&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Wed, 08 Jul 2009 12:42:50 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1305274</guid>
      <dc:date>2009-07-08T12:42:50Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>VM's in the DMZ</title>
      <link>http://communities.vmware.com/message/1304457</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Security Forum.&lt;br /&gt;
&lt;br /&gt;
In general follow the guides in the whitepaper forwarded, but I would also look at the &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kensvirtualreality.wordpress.com/"&gt;Great vSwitch Debate&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll#Cisco_Subnet_-_Blue_Gears_-_Virtual_Networking"&gt;Topology Blogs&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:50:01 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1304457</guid>
      <dc:date>2009-07-07T15:50:01Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Isolating Images from each other</title>
      <link>http://communities.vmware.com/message/1304392</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Best option is to use a firewall between virtual switches. I.e.&lt;br /&gt;
&lt;br /&gt;
Network&amp;lt;-&amp;gt; pNIC&amp;lt;-&amp;gt; vSwitch &amp;lt;-&amp;gt; vFW &amp;lt;-&amp;gt; vSwitch with your 'same addresses etc'&lt;br /&gt;
&lt;br /&gt;
IPCop and Smoothwall work quite well for this and can actually act as a NAT device if necessary. &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:23:51 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1304392</guid>
      <dc:date>2009-07-07T15:23:51Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Secure erasure of files - at the vmdk level?</title>
      <link>http://communities.vmware.com/message/1304400</link>
      <description>&lt;br /&gt;
Hi Edward&lt;br /&gt;
&lt;p /&gt;
Thanks for the update and I thought I would also share my last findings.&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;Not sure I know of what you talk. The files of interest are the .vswp, .vmsn, .vmss, .vmdk, etc. Those are really the 'cache' files per say.&lt;/i&gt;&lt;br /&gt;
Yes, these are the files I'm referring to.&lt;br /&gt;
&lt;p /&gt;
&lt;i&gt;In order to DoD wipe a VM properly, which means everything to me... metafiles, etc. you can not do it from within the VM and current technology requires you to set so many limits on your virtual environment that it becomes very hard to do.... The best solution does not exist yet and that is a vStorage API (part of vSphere) plugin that does this when files are deleted/moved from without the virtual machine. I am not sure that is possible either.&lt;/i&gt;&lt;br /&gt;
&lt;p /&gt;
 My conclusion is as yours (and many thanks for guiding me also).  There is no ideal solution.&lt;br /&gt;
&lt;p /&gt;
However I just wanted to correct my comments about erasure DoD formats as I was incorrectly informed:&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
 &lt;b&gt;DoD 5220.22-M(E) (3 times)&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
DoD 5220.22-M(E) is an abbreviated version of DoD 5220.22M(ECE) and overwrites all addressable byte locations with a byte of data, its complement (1's &amp;#38; 0's reversed), then overwrites each byte location with random bytes.  This means each data byte to be wiped was overwritten 3 times.  &lt;br /&gt;
&lt;p /&gt;
&lt;b&gt;DoD 5220.22-M(ECE) (7 times)&lt;/b&gt;&lt;br /&gt;
&lt;p /&gt;
DoD 5220.22-M(ECE) overwrites all addressable byte locations with a byte of data and its complement, then overwrites all addressable byte locations with a different byte of data and its complement, then overwrites all addressable byte locations with a yet another different byte of data and its complement, then overwrites each byte location with random byte .  This means each data byte to be wiped was overwritten 7 times.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
Thanks to everyone who made a contribution, I'm sure one day they'll be a solution...&lt;br /&gt;
&lt;p /&gt;
Kind regards&lt;br /&gt;
Lea&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 07 Jul 2009 15:19:25 GMT</pubDate>
      <author>LeaUK</author>
      <guid>http://communities.vmware.com/message/1304400</guid>
      <dc:date>2009-07-07T15:19:25Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>12</clearspace:replyCount>
    </item>
    <item>
      <title>Encrypting full disk or system partition of VM</title>
      <link>http://communities.vmware.com/message/1304096</link>
      <description>Came across this &lt;a class="jive-link-external" href="http://www.vmware.com/appliances/directory/76683"&gt;http://www.vmware.com/appliances/directory/76683&lt;/a&gt; Bloombase Spitfire StoreSafe Security Server on vmware's virtual appliance site. Don't know if useful for your case. Anyway, worth take a look.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">encryption</category>
      <pubDate>Tue, 07 Jul 2009 10:33:45 GMT</pubDate>
      <author>benzfire</author>
      <guid>http://communities.vmware.com/message/1304096</guid>
      <dc:date>2009-07-07T10:33:45Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>change password, vi client, minimal password complexity requirements.</title>
      <link>http://communities.vmware.com/message/1303961</link>
      <description>I've put some notes together on changing password complexity for ESXi 4.0 - &lt;a class="jive-link-external" href="http://www.vm-help.com/esx40i/password_complexity.php"&gt;http://www.vm-help.com/esx40i/password_complexity.php&lt;/a&gt;.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">esxi</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">4</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">password</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">complexity</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">requirements</category>
      <pubDate>Tue, 07 Jul 2009 07:29:11 GMT</pubDate>
      <author>davemi</author>
      <guid>http://communities.vmware.com/message/1303961</guid>
      <dc:date>2009-07-07T07:29:11Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>Change Root Password</title>
      <link>http://communities.vmware.com/message/1303258</link>
      <description>appreciate the good words.  thanks very much</description>
      <pubDate>Mon, 06 Jul 2009 13:41:15 GMT</pubDate>
      <author>pearlyshells</author>
      <guid>http://communities.vmware.com/message/1303258</guid>
      <dc:date>2009-07-06T13:41:15Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>14</clearspace:replyCount>
    </item>
    <item>
      <title>Looking for Beta testers</title>
      <link>http://communities.vmware.com/message/1301386</link>
      <description>&lt;p /&gt;
Relfex is looking for software beta testers to help with our pending release. If you fall into the following criteria and would like to participate, please PM me and we will get you further details about the software and expectations. There will be incentives for those that participate and provide solid feedback.  See &lt;a class="jive-link-external" href="http://www.reflexsystems.com/Technology/vTrust"&gt;Reflex vTrust&lt;/a&gt; for an overview of the types of functionality available. &lt;br /&gt;
&lt;p /&gt;
Group 1:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Organizations with 5+ hosts running VI3 (ESX 3.5) with interest in creating infrastrcutre policy with automated enforcement / command and control via canned actions and scripting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
Group 2:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Organizations with 3+ hosts running vSphere with interest in the above functionality and additionally the use of a vmSafe implementation to provide network segmentation / firewall and other network level enforcement of policy (e.g. quarantine, posture checking)&lt;/li&gt;
&lt;li&gt;Mixed environment of VI3 and vSphere is supported&lt;/li&gt;
&lt;/ul&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Environment Requirements:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Environment manged by one or more vCenter servers&lt;/li&gt;
&lt;li&gt;Host resrouce to run the Reflex VMC management Appliance (typically 2G RAM / 2G available storage)&lt;/li&gt;
&lt;li&gt;Multiple VM network environment to apply network and infrastructure policy on. The larger the better.&lt;/li&gt;
&lt;li&gt;Ability to spend time to instal and work with the Reflex VMC product. Reflex will provide technical suport during the beta.&lt;/li&gt;
&lt;li&gt;Product supports vSwitch, dvs and Cisco N1KV&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;p /&gt;
-Mike Wronski&lt;br /&gt;
&lt;p /&gt;
mike &lt;a class="jive-link-adddocument" href="http://communities.vmware.com/community-document-picker.jspa?communityID=&amp;subject=at"&gt;at&lt;/a&gt; reflexsystems.com</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">firewall</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">vmsafe</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">network</category>
      <pubDate>Thu, 02 Jul 2009 19:31:48 GMT</pubDate>
      <author>mwronski</author>
      <guid>http://communities.vmware.com/message/1301386</guid>
      <dc:date>2009-07-02T19:31:48Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Outgoing ports 137-139 blocked for guests</title>
      <link>http://communities.vmware.com/message/1301310</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Security forum.&lt;br /&gt;
&lt;br /&gt;
The ESX service console iptables based firewall does not apply to virtual machines. So unless you have vShield zones in place (which you do not have) then nothing inside ESX will block ports so it is either the firewall within the Guest OS or the switch.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 02 Jul 2009 18:24:04 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1301310</guid>
      <dc:date>2009-07-02T18:24:04Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>Secure VMTools</title>
      <link>http://communities.vmware.com/message/1300991</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to Security Forum.&lt;br /&gt;
&lt;br /&gt;
This is unfortunate but true. Even if you were to disable VMtools by locking down who can actually run the guest daemon (which is a step you should take), anyone can access the VMware backdoor with a little coding. So your best bet is to use the VMware Hardening Guideline and set the appropriate isolation settings to disable the ability for anyone to use the VMware backdoor maliciously.&lt;br /&gt;
&lt;br /&gt;
The DISA STIG Has a larger list than VMware's Hardening Guideline and my book has one that is larger than that.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Thu, 02 Jul 2009 14:24:48 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1300991</guid>
      <dc:date>2009-07-02T14:24:48Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>vShield &amp;#38; VLANs</title>
      <link>http://communities.vmware.com/message/1300518</link>
      <description>&lt;br /&gt;
vShield will work with VLANs. As far as the configuration, if you are installing in a legacy vSwitch using the automated install (see Quick Start Guide) there is no additional configuration required. The automated install will apply the required configuration for the vShield to work with VLANs.&lt;br /&gt;
&lt;p /&gt;
 If you are doing a manual install/installing on vDS, all you have to do is configure the Unprotected and Protected port groups in VLAN trunking mode and select the VLAN range. Instructions for this can be located in page 33 and 34 of the Administration Guide (step 4 of the 'Create the Un/Protected dvPort Group" section)  &lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/support/pubs/vsz_pubs.html"&gt;http://www.vmware.com/support/pubs/vsz_pubs.html&lt;/a&gt; &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 01 Jul 2009 22:57:17 GMT</pubDate>
      <author>carlosVSZ</author>
      <guid>http://communities.vmware.com/message/1300518</guid>
      <dc:date>2009-07-01T22:57:17Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Zero out VM images</title>
      <link>http://communities.vmware.com/message/1298971</link>
      <description>it is also useful to safe time with backups ...&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
___________________________________ &lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://sanbarrow.com/vmx.html"&gt;VMX-parameters&lt;/a&gt;- &lt;a class="jive-link-external" href="http://sanbarrow.com/moa.html"&gt; VMware-liveCD&lt;/a&gt; - &lt;a class="jive-link-external" href="http://sanbarrow.com/sickbay.html"&gt; VM-Sickbay&lt;/a&gt;</description>
      <pubDate>Tue, 30 Jun 2009 16:43:37 GMT</pubDate>
      <author>continuum</author>
      <guid>http://communities.vmware.com/message/1298971</guid>
      <dc:date>2009-06-30T16:43:37Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>ESXi as an internet frontier</title>
      <link>http://communities.vmware.com/message/1298908</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Okay, you have a better analogy....&lt;br /&gt;
&lt;br /&gt;
I use ILOs all the time and I have seen how unsafe they are. Remember they are first and foremost a remote access technology and NOT a security technology. I would use a security technology like the LinkSys VPN or something else as its designed to be a security technology.&lt;br /&gt;
&lt;br /&gt;
ILO has several weaknesses that can be addressed by using pre-shared certificates and only allowing certain hosts/trusts so you can secure it, but if you can get in because these actions were not taken or there was another exploit found attackers have direct access to the console and could reboot your host as you wish to do. Use of a firewall make this less likely and possibly easier to control.&lt;br /&gt;
&lt;br /&gt;
Remember the general rule: if someone can get CONSOLE access they can OWN the machine.... &lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 30 Jun 2009 16:05:17 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1298908</guid>
      <dc:date>2009-06-30T16:05:17Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>13</clearspace:replyCount>
    </item>
    <item>
      <title>ESX v3.5 and LDAP ??</title>
      <link>http://communities.vmware.com/message/1298600</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Moved to the Security forum.&lt;br /&gt;
&lt;br /&gt;
You need to use different controls within your LDAP server. However you can use pam_tally.so and pam_cracklib.so to improve your local security for passwords.. &lt;br /&gt;
&lt;br /&gt;
One option is:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;esxcfg-auth --usecrack=3 14 2 2 2 2
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
First entry is '3' retries for a password attempt.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Tue, 30 Jun 2009 12:47:59 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1298600</guid>
      <dc:date>2009-06-30T12:47:59Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>How to configure service console firewall to only allow access from certain IPs?</title>
      <link>http://communities.vmware.com/message/1298218</link>
      <description>Glad it is working.  Interesting bug though.  &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
Charles Killmer, VCP&lt;br /&gt;
&lt;br /&gt;
If you found this or other information useful, please consider awarding points for "Correct" or "Helpful".</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">firewall</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">hardening</category>
      <pubDate>Tue, 30 Jun 2009 01:59:33 GMT</pubDate>
      <author>Chuck8773</author>
      <guid>http://communities.vmware.com/message/1298218</guid>
      <dc:date>2009-06-30T01:59:33Z</dc:date>
      <clearspace:dateToText>4 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
    </item>
    <item>
      <title>ESX 3.5 Behind a Firewall</title>
      <link>http://communities.vmware.com/message/1296598</link>
      <description>Hello&lt;br /&gt;
&lt;br /&gt;
Moved to Security Forum.&lt;br /&gt;
&lt;br /&gt;
Ideally you want something like this:&lt;br /&gt;
&lt;br /&gt;
Home &amp;lt;-&amp;gt; Internet &amp;lt;-&amp;gt; FW &amp;lt;-&amp;gt; DMZ &amp;lt;-&amp;gt; FW &amp;lt;-&amp;gt; Production &amp;lt;-&amp;gt; FW &amp;lt;-&amp;gt; Management Network (VC + SC + VIC workstation)&lt;br /&gt;
&lt;br /&gt;
Yes you want that many firewalls. The idea is that you use a VPN to cross the boundaries as necessary. You NEVER want to place your SC/VC/VIC within your DMZ or out on the internet.  You could do something like the following to gain the access you need.&lt;br /&gt;
&lt;br /&gt;
Home &amp;lt;-&amp;gt; VPN &amp;lt;-&amp;gt; Management Network&lt;br /&gt;
&lt;br /&gt;
Check out &lt;a class="jive-link-external" href="http://www.vmware.com/files/pdf/dmz_virtualization_vmware_infra_wp.pdf"&gt;http://www.vmware.com/files/pdf/dmz_virtualization_vmware_infra_wp.pdf&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, &lt;br /&gt;
Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, &lt;a class="jive-link-external" href="http://www.virtualizationpractice.com"&gt;Virtualization Practice Analyst&lt;/a&gt;&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Sat, 27 Jun 2009 14:12:10 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1296598</guid>
      <dc:date>2009-06-27T14:12:10Z</dc:date>
      <clearspace:dateToText>4 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>VMWare and IP Network Routing externally</title>
      <link>http://communities.vmware.com/message/1295870</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
Check out Eric SIebert's excellent blog post &lt;a class="jive-link-external" href="http://itknowledgeexchange.techtarget.com/virtualization-pro/how-traffic-routes-between-vms-on-esx-hosts/"&gt;http://itknowledgeexchange.techtarget.com/virtualization-pro/how-traffic-routes-between-vms-on-esx-hosts/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;Now Available on Rough-Cuts: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing ESX and the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2004">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2004">security</category>
      <pubDate>Fri, 26 Jun 2009 14:01:02 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1295870</guid>
      <dc:date>2009-06-26T14:01:02Z</dc:date>
      <clearspace:dateToText>5 months, 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Justification for a separate physical network switch for VI3.5?</title>
      <link>http://communities.vmware.com/message/1295830</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I would check out the following resources.... plus chapter 9 of the VMware vSphere and Virtual Infrastructure Security (Now available on Amazon.)&lt;br /&gt;
&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll#Cisco_Subnet_-_Blue_Gears_-_Virtual_Networking"&gt;Texiwill's Topology Blogs&lt;/a&gt;&lt;br /&gt;
&lt;a class="jive-link-external" href="http://kensvirtualreality.wordpress.com/"&gt;Ken's Virtual Reality Great vSwitch Debate&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;Now Available: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing ESX and the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Fri, 26 Jun 2009 13:16:56 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1295830</guid>
      <dc:date>2009-06-26T13:16:56Z</dc:date>
      <clearspace:dateToText>5 months, 12 hours ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>ESX 3.5 Network Security</title>
      <link>http://communities.vmware.com/message/1295828</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
This can be performed at any time. However be aware that you can override the default vSwitch settings PER port group so your verification/audit steps should include verifying that the settings are still inherited by the portgroups.&lt;br /&gt;
&lt;br /&gt;
&lt;br&gt;Best regards, Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009&lt;br&gt;Now Available on Rough-Cuts: &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMware_Virtual_Infrastructure_Security"&gt;'VMware vSphere(TM) and Virtual Infrastructure Security: Securing ESX and the Virtual Environment'&lt;/a&gt;&lt;br&gt;Also available &lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/VMWare_ESX_Server_in_the_Enterprise"&gt;'VMWare ESX Server in the Enterprise'&lt;/a&gt;&lt;br&gt;&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Blog_Roll"&gt;SearchVMware Pro&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/blog"&gt;Blue Gears&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Top_Virtualization_Security_Links"&gt;Top Virtualization Security Links&lt;/a&gt;|&lt;a class="jive-link-external" href="http://www.astroarch.com/wiki/index.php/Virtualization_Security_Round_Table_Podcast"&gt;Virtualization Security Round Table Podcast&lt;/a&gt;</description>
      <pubDate>Fri, 26 Jun 2009 13:13:18 GMT</pubDate>
      <author>Texiwill</author>
      <guid>http://communities.vmware.com/message/1295828</guid>
      <dc:date>2009-06-26T13:13:18Z</dc:date>
      <clearspace:dateToText>5 months, 12 hours ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
  </channel>
</rss>

