<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Howto create a Virtual Swich for External without creating a Virtual NIC on the root</title><link>http://blogs.msdn.com/robertvi/archive/2008/08/27/howto-create-a-virtual-swich-for-external-without-creating-a-virtual-nic-on-the-root.aspx</link><description>When you use the Virtual Network Manager to create a new switch and assign it a physical Network Adapter, this NIC is assigned to the new switch exclusively and a new Virtual NIC is created in the parent partition. There might be confugurations where</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Howto create a Virtual Swich for External without creating a Virtual NIC on the root</title><link>http://blogs.msdn.com/robertvi/archive/2008/08/27/howto-create-a-virtual-swich-for-external-without-creating-a-virtual-nic-on-the-root.aspx#9173777</link><pubDate>Thu, 04 Dec 2008 09:16:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9173777</guid><dc:creator>Stepping Stone</dc:creator><description>&lt;P&gt;Hi Robert, &lt;/P&gt;
&lt;P&gt;Good information! &amp;nbsp;I've been looking for more information on this. &amp;nbsp; Can you elaborate on the "configurations" or "scenarios" where this would be beneficial. &amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also with regards to disabling or unbinding the protocols, would this provide additional security, especially when the host server is physically connected to the internet? &amp;nbsp; Even on the private side, most configurations we have run into, very few define the IPV4 or IPV6 stacks; running them as dymanic IPs. &amp;nbsp; Would it be possible, hack their subnets and spin up a DHCP server and started sending trash IPs over so when they &amp;nbsp;attempted to connected to the host box……DOS. &amp;nbsp; &amp;nbsp; Which brings me to another question, should those virtual nics’ IP be define and if so, what IPV4 and IPV6 subnets, &amp;nbsp;same or different subnet? Thanks!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Bryant Fong&lt;/P&gt;</description></item><item><title>re: Howto create a Virtual Swich for External without creating a Virtual NIC on the root</title><link>http://blogs.msdn.com/robertvi/archive/2008/08/27/howto-create-a-virtual-swich-for-external-without-creating-a-virtual-nic-on-the-root.aspx#9179942</link><pubDate>Fri, 05 Dec 2008 15:12:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9179942</guid><dc:creator>robertvi</dc:creator><description>&lt;P&gt;Hi Bryant,&lt;/P&gt;
&lt;P&gt;it depends on which Networks/Subnets you connect your NICs. A common scenario is to have multiple NICs in the same host connected to the same subnet. You use one as dedicated for the host, but all the autocreated ones are then redundant. The host has then multiple ways to talk to the same subnet and will pick one he thinks to be the best one. No load balancing or failover will take place in this scenario though.&lt;/P&gt;
&lt;P&gt;It's not desireable that the host picks one of the autocreated ones. So in this configuration I'd recommend to disable them or use the script, so you don't get them in the first place. &lt;/P&gt;
&lt;P&gt;If your host needs to be multihomed in different subnets, you will need the autocreated NICs.&lt;/P&gt;
&lt;P&gt;Regarding security, if your VMs are connected via the switch to a "unsecure" network, having the autocreated NIC enabled, with bindings, exposes the host as well to this network. Just as without Hyper-V..&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Robert&lt;/P&gt;</description></item><item><title>re: Howto create a Virtual Swich for External without creating a Virtual NIC on the root</title><link>http://blogs.msdn.com/robertvi/archive/2008/08/27/howto-create-a-virtual-swich-for-external-without-creating-a-virtual-nic-on-the-root.aspx#9181709</link><pubDate>Sun, 07 Dec 2008 09:02:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9181709</guid><dc:creator>Stepping Stone</dc:creator><description>&lt;P&gt;Hi Bryant,&lt;/P&gt;
&lt;P&gt;my script is essentially creating a Dedicated Virtual NIC as John describes.&lt;/P&gt;
&lt;P&gt;Disabling the autocreated NIC's or creating Dedicated Virtual NICs doesn't put more&amp;nbsp;load on the host.&lt;/P&gt;
&lt;P&gt;When a VM&amp;nbsp;needs to talk to the host, one might be concerned that the traffic then goes&amp;nbsp;outside the box and will be reflected by the switch. If this traffic is huge (e.g&amp;nbsp;Backup of the VM) I'd think about another&amp;nbsp;Private Network between Host and VMs.&lt;/P&gt;
&lt;P&gt;Cheers&lt;/P&gt;
&lt;P&gt;Robert&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi Robert,&lt;/P&gt;
&lt;P&gt;Great info. &amp;nbsp;So, let me confirm here. &amp;nbsp; A few of my colleague have this notion that unbinding the nic puts all the traffic on the Host/Parent Nic which essentially opens the door to create additional security nightmares:&lt;/P&gt;
&lt;P&gt;Either running the scripts above or disable (clearing) the all the binds for the protocols/services, limits how the host/parent partition from being access. &amp;nbsp; &lt;/P&gt;
&lt;P&gt;Also I found this link: - &lt;A href="http://blogs.technet.com/jhoward/archive/2008/06/17/hyper-v-what-are-the-uses-for-different-types-of-virtual-networks.aspx" target=_new rel=nofollow&gt;http://blogs.technet.com/jhoward/archive/2008/06/17/hyper-v-what-are-the-uses-for-different-types-of-virtual-networks.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Which mentions a forth network type called “dedicated virtual network” &amp;nbsp;/ Parent partition to externally located servers. &amp;nbsp; &amp;nbsp;Would that be the same as what your script is trying to do? &amp;nbsp;Thanks again!&lt;/P&gt;</description></item></channel></rss>