<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2vcps and a Truck &#187; network</title>
	<atom:link href="http://www.2vcps.com/category/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2vcps.com</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jul 2010 20:49:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="search"
           href="http://www.2vcps.com/opensearch"
           type="application/opensearchdescription+xml"
           title="Content Search" /><xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Firewalls are not Routers</title>
		<link>http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/</link>
		<comments>http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 03:33:55 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[firewalls]]></category>
		<category><![CDATA[networks]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=376</guid>
		<description><![CDATA[I am no network super-genius but I do enough with networking to be able to get by. Two common mistakes I find many times are flat networks and firewalls as the default gateway. A flat network is when generally switches &#8230; <a href="http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/11/22/esx-commands-esxcfg-vswitch/' rel='bookmark' title='Permanent Link: ESX Commands: esxcfg-vswitch'>ESX Commands: esxcfg-vswitch</a></li>
<li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/02/10/secure-to-the-hosted-vm/' rel='bookmark' title='Permanent Link: Secure to the Hosted VM'>Secure to the Hosted VM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F29%2Ffirewalls-are-not-routers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F29%2Ffirewalls-are-not-routers%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><!-- Start ScreenSteps Content --></p>
<div class="LessonContent">
<div class="LessonSummary">
<p>I am no network super-genius but I do enough with networking to be able to get by. Two common mistakes I find many times are flat networks and firewalls as the default gateway. A flat network is when generally switches are connected to one another without any configuration. There is one broadcast domain which means every packet that the switch does not have an entry in the MAC address table, is sent out all the ports but the originating port. This repeats across all of the switches until the layer 2 destination is found. Now, this means your expensive Cisco switches are barely better than hubs. You don&#8217;t have collisions like you would on a hub and once the switch learns where the MAC address lives it keeps that information for a certain amount of time. Then again in this network setup the logs are most likely not monitored so if there where collisions and other errors it goes unnoticed.<br />
That is not the title of this post though. Although related to a flat network using the firewall is a different issue. Using the firewall as the router works just fine when you have a flat network. You may never notice the problem in a small network, but as your network grew you noticed how problems can come up when there is just one big network. So someone smart said use vlans to segment the network, create smaller broadcast domains. Then when you try to fix or change the flat network with subnets and vlans can you find out the new vlans can not reach the rest of the original network.</p>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272596360227.png" alt="media_1272596360227.png" width="532" height="200" /></div>
<div class="StepInstructions">
<p>The current flat network with switches and the firewall used as the default gateway or router.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272597099867.png" alt="media_1272597099867.png" width="532" height="221" /></div>
<div class="StepInstructions">
<p>The problem comes when you add subnets that are different than the interface ip of the firewall. Firewalls in general have issue with redirecting traffic bound for other networks back out of the same interface. So in the picture above traffic from vlan 1 that is using the firewall as the default gateway trying to reach the subnet on vlan 10. Since the host on vlan 1 does not know where that network lives it sends the traffic to the default gateway. Even if you added a static route to the firewall the traffic will often fail. That is because firewalls are not meant to route but rather send traffic between trusted and untrusted networks and vice-versa. So the question becomes how do you actually fix your flat network that has the firewall as the router. There is of course more complicated solutions to provide high availability using VRRP or HSRP.<br />
First get a real layer 3 device. That is a router or a switch capable of routing between multiple vlans. The good news is many of your newer switches are capable of layer 3, it is included in many Dell and HP switches, it may still be an add-on with Cisco. I haven&#8217;t used a new switch in the last year that did not have layer 3.<br />
Next important step is use the layer 3 device (switch or router) to route <strong>everything</strong>. Set a default route in the layer 3 device to send only outbound traffic to the firewall and bam everything works. Why is this so hard. Many times there is hundreds of servers and desktops already configured to use the firewall as their router. We will do a lot of work to avoid having to do a bunch of manual work.</p>
</div>
</div>
<div class="LessonStep top">
<div class="StepImage" style="margin: 10px 0px;"><img style="padding: 3px; border: 1px solid #ccc;" src="http://www.2vcps.com/wp-content/uploads/2010/04/media_1272597858840.png" alt="media_1272597858840.png" width="532" height="222" /></div>
<div class="StepInstructions">
<p>Now you are using a router to route and the firewall to block bad things and maybe even do NAT. <strong><em>(note: If you are doing NAT be sure to add your new VLANs to your NAT rules so the new networks can reach the outside of your firewall.)</em></strong></p>
</div>
</div>
</div>
<p><!-- End ScreenSteps Content --></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/11/22/esx-commands-esxcfg-vswitch/' rel='bookmark' title='Permanent Link: ESX Commands: esxcfg-vswitch'>ESX Commands: esxcfg-vswitch</a></li>
<li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/02/10/secure-to-the-hosted-vm/' rel='bookmark' title='Permanent Link: Secure to the Hosted VM'>Secure to the Hosted VM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/04/29/firewalls-are-not-routers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ask Good Questions</title>
		<link>http://www.2vcps.com/2010/04/05/ask-good-questions/</link>
		<comments>http://www.2vcps.com/2010/04/05/ask-good-questions/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 03:29:25 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vdi]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=331</guid>
		<description><![CDATA[This happened a long time ago. I arrived at a customer site to install View Desktop Manager (may have been version 2). This was before any cool VDI sizing tools like Liquidware Labs. I am installing ESX and VDM I &#8230; <a href="http://www.2vcps.com/2010/04/05/ask-good-questions/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/12/17/thinclients/' rel='bookmark' title='Permanent Link: VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients'>VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients</a></li>
<li><a href='http://www.2vcps.com/2010/06/14/view-open-client-4-5-beta-1-1-now-out/' rel='bookmark' title='Permanent Link: View Open Client 4.5 Beta 1.1 Now Out'>View Open Client 4.5 Beta 1.1 Now Out</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F05%2Fask-good-questions%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F04%2F05%2Fask-good-questions%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>This happened a long time ago. I arrived at a customer site to install View Desktop Manager (may have been version 2). This was before any cool VDI sizing tools like <a href="http://www.liquidwarelabs.com/" target="_blank">Liquidware Labs</a>. I am installing ESX and VDM I casually ask, &#8220;What apps will you be running on this install?&#8221; The answer was, &#8220;Oh, web apps like youtube, flash and some shockwave stuff.&#8221; I thought &#8220;ah dang&#8221; in my best <a href="http://www.youtube.com/watch?v=suz446-BOHg" target="_blank">Mater voice</a>. This was a case of two different organizations thinking someone else had gathered the proper information. Important details sometimes fall through the cracks. Since that day, I try to at least uncover most of this stuff before I show up on site.</p>
<p>Even though we have great assessment tools now, remember to ask some questions and get to know what is your customers end goal.</p>
<p>Things I learned that day. As related to VDI.</p>
<p>1. Know what your client is doing, &#8220;What apps are you going to use?&#8221;</p>
<p>2. Know where your client wants to do that thing from, &#8220;So, what kind of connection do you have to that remote office with 100+ users?&#8221;</p>
<p>This is not the full list of questions I would ask, just some I learned along the way.</p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/12/17/thinclients/' rel='bookmark' title='Permanent Link: VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients'>VMware View &#8211; Repurpose your Existing PC&#8217;s as Thin Clients</a></li>
<li><a href='http://www.2vcps.com/2010/06/14/view-open-client-4-5-beta-1-1-now-out/' rel='bookmark' title='Permanent Link: View Open Client 4.5 Beta 1.1 Now Out'>View Open Client 4.5 Beta 1.1 Now Out</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/04/05/ask-good-questions/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware View and Xsigo</title>
		<link>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/</link>
		<comments>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 03:48:34 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[view]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[xsigo]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=288</guid>
		<description><![CDATA[*Disclaimer &#8211; I work for a Xsigo and VMware partner. I was in the VMware View Design and Best practices class a couple weeks ago. Much of the class is built on the VMware View Reference Architecture. The picture below &#8230; <a href="http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F02%2F18%2Fvmware-view-and-xsigo%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2010%2F02%2F18%2Fvmware-view-and-xsigo%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><em>*Disclaimer &#8211; I work for a Xsigo and VMware partner.</em></p>
<p>I was in the VMware View Design and Best practices class a couple weeks ago. Much of the class is built on the <a href="http://www.vmware.com/resources/techresources/1084" target="_blank">VMware View Reference Architecture</a>. The picture below is from that PDF.</p>
<p><img class="alignnone size-full wp-image-287" title="ViewPOD5k" src="http://www.2vcps.com/wp-content/uploads/2010/02/ViewPOD5k.png" alt="" width="764" height="440" /></p>
<p>It really struck me how many IO connections (Network or Storage) it would take to run this POD. Minimum (in my opinion) would be 6 cables per host with ten 8 host clusters that is 480 cables! Let&#8217;s say that 160 of those are 4 gb Fiberchannel and the other 320 are 1 gb ethernet. The is 640 gb for storage and 320 for network.</p>
<p>Xsigo currently uses 20 gb infiniband and best practice would be to use 2 cards per server. The same 80 servers in the above cluster would have 3200 gb of bandwidth available. Add in the flexibility and ease of management you get using virtual IO. The cost savings in the number director class fiber switches and datacenter switches you no longer need and the ROI I would think the pays for the Xsigo Directors. I don&#8217;t deal with pricing so this is pure contemplation. So I will stick with the technical benefits. Being in the datacenter I like any solution that makes provisioning servers easier, takes less cabling, and gives me unbelievable bandwidth.</p>
<p>So just in the way VMware changed the way we think about the datacenter. Virtual IO will once again change how we deal with our deployments.</p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2010/04/26/using-network-load-balancing-with-view/' rel='bookmark' title='Permanent Link: Using Network Load Balancing with View'>Using Network Load Balancing with View</a></li>
<li><a href='http://www.2vcps.com/2010/05/03/operational-readiness/' rel='bookmark' title='Permanent Link: Operational Readiness'>Operational Readiness</a></li>
<li><a href='http://www.2vcps.com/2009/01/15/tale-of-two-datacenters/' rel='bookmark' title='Permanent Link: Tale of Two Datacenters'>Tale of Two Datacenters</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2010/02/18/vmware-view-and-xsigo/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>ESX Commands: esxcfg-vswif</title>
		<link>http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/</link>
		<comments>http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 01:17:33 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[administration]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vcdx]]></category>
		<category><![CDATA[esxcfg]]></category>

		<guid isPermaLink="false">http://www.2vcps.com/?p=196</guid>
		<description><![CDATA[The esxcfg-vswif command allows you to create and modify Service Console ports and their IP information. Many times I have to change stuff after the install process is complete and the only place is via the direct service console because &#8230; <a href="http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/06/08/esx-commands-esxcfg-module/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-module'>ESX Commands &#8211; esxcfg-module</a></li>
<li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/06/05/esx-commands-esxcfg-linuxnet/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-linuxnet'>ESX Commands &#8211; esxcfg-linuxnet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F12%2F21%2Fesx-commands-esxcfg-vswif%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F12%2F21%2Fesx-commands-esxcfg-vswif%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The esxcfg-vswif command allows you to create and modify Service Console ports and their IP information. Many times I have to change stuff after the install process is complete and the only place is via the direct service console because network communication is not possible. This usually happens when the network team changes a vlan in the middle of the install or they change a subnet. Not to disparage network teams many times I am the network team and the virtualization team.<br />
Create a new vswif:<br />
<code>#first add a port group with esxcfg-vswitch<br />
esxcfg-vswitch -A "Service Console Test" vSwitch-Test<br />
#then use esxcfg-vswif to create a new vswif<br />
esxcfg-vswif -a -i 172.16.50.40 -n 255.255.255.0 -p "Service Console Test" vswif1<br />
#List your vswifs<br />
esxcfg-vswif - l<br />
#Example:<br />
[root@esx3 root]# esxcfg-vswif -l<br />
Name     Port Group          IP Address       Netmask          Broadcast        Enabled   DHCP<br />
vswif0   Service Console     172.16.50.50     255.255.255.0    172.16.50.255    true      false<br />
vswif1   Service Console Test172.16.50.40     255.255.255.0    172.16.50.255    true      false</code>   </p>
<p>Modify your Service Console network information:<br />
<code>esxcfg-vswif -i 172.16.50.41 -n 255.255.255.0 vswif1<br />
#example<br />
[root@esx3 root]# esxcfg-vswif -i 172.16.50.41 -n 255.255.255.0 vswif1<br />
Setting IP config<br />
Nothing to flush.<br />
[root@esx3 root]# esxcfg-vswif -l<br />
Name     Port Group          IP Address       Netmask          Broadcast        Enabled   DHCP<br />
vswif0   Service Console     172.16.50.50     255.255.255.0    172.16.50.255    true      false<br />
vswif1   Service Console Test172.16.50.41     255.255.255.0    172.16.50.255    true      false<br />
</code></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/06/08/esx-commands-esxcfg-module/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-module'>ESX Commands &#8211; esxcfg-module</a></li>
<li><a href='http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-firewall'>ESX Commands &#8211; esxcfg-firewall</a></li>
<li><a href='http://www.2vcps.com/2009/06/05/esx-commands-esxcfg-linuxnet/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-linuxnet'>ESX Commands &#8211; esxcfg-linuxnet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ESX Commands &#8211; esxcfg-firewall</title>
		<link>http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/</link>
		<comments>http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 15:41:00 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[esx]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vcdx]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[esxcfg]]></category>
		<category><![CDATA[vcp]]></category>

		<guid isPermaLink="false">http://2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/</guid>
		<description><![CDATA[I have really forgot to keep up on my VCDX study path. So today a quick tidbit on the esxcfg-firewall command.Many of us today will use the vCenter Client to change firewall ports on the ESX. One instance where I &#8230; <a href="http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/' rel='bookmark' title='Permanent Link: ESX Commands: esxcfg-vswif'>ESX Commands: esxcfg-vswif</a></li>
<li><a href='http://www.2vcps.com/2009/04/02/esx-commands-esxcfg-hwiscsi/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-hwiscsi'>ESX Commands &#8211; esxcfg-hwiscsi</a></li>
<li><a href='http://www.2vcps.com/2009/06/05/esx-commands-esxcfg-linuxnet/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-linuxnet'>ESX Commands &#8211; esxcfg-linuxnet</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F04%2F01%2Fesx-commands-esxcfg-firewall%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F04%2F01%2Fesx-commands-esxcfg-firewall%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I have really forgot to keep up on my VCDX study path. So today a quick tidbit on the esxcfg-firewall command.<br />Many of us today will use the vCenter Client to change firewall ports on the ESX. One instance where I exclusively mess with the firewall from the command line using esxcfg-firewall is when I install Dell OpenManage. I am already in the console to install the agents so I might as well open the firewall from the console too.<br />This really applies to any kind of agent or software you add to your ESX installation. So if you find yourself already in the console why not save a step and do it from the cli?</p>
<p>Lets look at the command</p>
<p># esxcfg-firewall -o 1311,tcp,in,OpenManageRequest</p>
<p>First is the command, esxcfg-firewall, -o is for openport, the 1311 is the port number, tcp is protocol, in is the direction and the final part is the name of the service.</p>
<p>Now if you want to see all of your esxcfg-firewall settings try:<br />esxcfg-firewall -q </p>
<p>Show if specifig service is enabled.<br />esxcfg-firewall -q [service name]</p>
<p>Of course typing esxcfg-firewall -h gives lots of good help.</p>
<p>Some links: (You can google and find a ton more)</p>
<p><a href="http://www.esxguide.com/esx/content/view/20/25/">ESX Guide</a><br /><a href="http://vmware-land.com/esxcfg-help.html">VMware Land</a><br /><a href="http://www.yellow-bricks.com/2007/12/27/port-range-and-esxcfg-firewall/">Yellow Bricks</a><br /><a href="http://www.virtualizationadmin.com/articles-tutorials/vmware-esx-articles/networking/understanding-vmware-esx-server-security-profiles.html">Vritualization Admin</a></p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/12/21/esx-commands-esxcfg-vswif/' rel='bookmark' title='Permanent Link: ESX Commands: esxcfg-vswif'>ESX Commands: esxcfg-vswif</a></li>
<li><a href='http://www.2vcps.com/2009/04/02/esx-commands-esxcfg-hwiscsi/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-hwiscsi'>ESX Commands &#8211; esxcfg-hwiscsi</a></li>
<li><a href='http://www.2vcps.com/2009/06/05/esx-commands-esxcfg-linuxnet/' rel='bookmark' title='Permanent Link: ESX Commands &#8211; esxcfg-linuxnet'>ESX Commands &#8211; esxcfg-linuxnet</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2009/04/01/esx-commands-esxcfg-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Forging of the new Network/VMware/Storage Professional</title>
		<link>http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/</link>
		<comments>http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 18:01:00 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[network]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/</guid>
		<description><![CDATA[When I first started out in College I needed a work study job. Since I liked to help people with their computer problems I applied and was hired for a position doing phone and in person support for the University. &#8230; <a href="http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2008/12/29/review-the-year-2008/' rel='bookmark' title='Permanent Link: Review the Year &#8211; 2008'>Review the Year &#8211; 2008</a></li>
<li><a href='http://www.2vcps.com/2009/07/31/storage-kb-entries-from-vmware/' rel='bookmark' title='Permanent Link: Storage KB entries from VMware'>Storage KB entries from VMware</a></li>
<li><a href='http://www.2vcps.com/2008/12/09/from-professional-vmware-virtual-machine-disk-sizing-tool/' rel='bookmark' title='Permanent Link: From Professional VMware &#8211; Virtual Machine Disk Sizing Tool'>From Professional VMware &#8211; Virtual Machine Disk Sizing Tool</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F02%2F03%2Fthe-forging-of-the-new-networkvmwarestorage-professional%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2009%2F02%2F03%2Fthe-forging-of-the-new-networkvmwarestorage-professional%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>When I first started out in College I needed a work study job. Since I liked to help people with their computer problems I applied and was hired for a position doing phone and in person support for the University. One of the best things about starting out at a school they don&#8217;t mind teaching. Our trainer said that in previous years new employees would be slotted into being Windows or Mac or UNIX support. He said we would be Wunder-Cons (our title was consultant instead of help desk dude). We had the privilege of having to support all of it. This thrust me into the world IT no matter what the piece of paper from USC said I was a Bachelor of.</p>
<p>I believe a new kind of Wunder-Consultant/Engineer is being made. With the announcement of the Nexus 1000v last fall the line between Network Engineer and Datacenter/Server Engineer is getting blurred. The SAN and Server Engineers have had this tension for a while now. Virtualization is a fun technology to learn but who gets the responsibility? I have seen where the SAN team owns the ESX&#8217;s and the Server team operates the VM&#8217;s like they are physical.  The Network team not trusting or understanding why they want a bunch of 1GigE trunk ports. Across larger organizations it would look different but the struggle may be just the same. Who is in control of the VM&#8217;s? Are they secure? Who gets called at 1am when something dies? This is internal to the IT department and does not consider that Sales doesn&#8217;t want to share memory with accounting.</p>
<p>I can see these technologies pushing engineers into being jacks of all trades. To be a truly Architect level in VMware today you must be awesome with storage and servers. You have to be able to SSH into an ESX, choose the right storage for an application, and setup templates of Windows 2003. That is an easy day. You already will have to troubleshoot IO (because all problems get blamed on the virtualization first).</p>
<p>With the Nexus 1000v I picture the Virtualization Admins learning the skills to configure and troubleshoot route/switch inside and outside the Virtual Infrastructure. Add to that Cisco&#8217;s push this year with 10GigE and FCoE and their own embedded virtualization products. The lines between job duties are getting blown away.</p>
<p>Who is poised to become the experts in this realm? The network, server or storage admins? In this economy it may be good to know how to do all three jobs. I am sure corporations would love to pay just one salary to perform these tasks.</p>
<p>Randomly I though how would this relate to SOX? Could it pose any problems with compliance? I will save that for next time.</p>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2008/12/29/review-the-year-2008/' rel='bookmark' title='Permanent Link: Review the Year &#8211; 2008'>Review the Year &#8211; 2008</a></li>
<li><a href='http://www.2vcps.com/2009/07/31/storage-kb-entries-from-vmware/' rel='bookmark' title='Permanent Link: Storage KB entries from VMware'>Storage KB entries from VMware</a></li>
<li><a href='http://www.2vcps.com/2008/12/09/from-professional-vmware-virtual-machine-disk-sizing-tool/' rel='bookmark' title='Permanent Link: From Professional VMware &#8211; Virtual Machine Disk Sizing Tool'>From Professional VMware &#8211; Virtual Machine Disk Sizing Tool</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GNS3- Graphical Network Simulator &#8211; New Release</title>
		<link>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/</link>
		<comments>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 04:33:00 +0000</pubDate>
		<dc:creator>Jon Owings</dc:creator>
				<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/</guid>
		<description><![CDATA[GNS3 is a excellent tool that uses dynamips to simulate routers running real Cisco IOS. You must have rights on your CCO account to download the IOS. It also includes the PIX emulator so you can check out your PIX/ASA &#8230; <a href="http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/">Continue reading <span class="meta-nav">&#8594;</span></a>


Related posts:<ol><li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='Permanent Link: The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2009/01/08/education-and-virtualization-oh-the-possibilities/' rel='bookmark' title='Permanent Link: Education and Virtualization &#8211; Oh, the Possibilities'>Education and Virtualization &#8211; Oh, the Possibilities</a></li>
<li><a href='http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/' rel='bookmark' title='Permanent Link: The Mini ESXi 4 Portable Server'>The Mini ESXi 4 Portable Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.2vcps.com%2F2008%2F12%2F22%2Fgns3-graphical-network-simulator-new-release%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.2vcps.com%2F2008%2F12%2F22%2Fgns3-graphical-network-simulator-new-release%2F&amp;source=2vcps&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>GNS3 is a excellent tool that uses dynamips to simulate routers running real Cisco IOS. You must have rights on your CCO account to download the IOS. It also includes the PIX emulator so you can check out your PIX/ASA configs.
<div>Only piece missing is the switch simulators. You can combine GNS3 with VMware Workstation to build entire lab environments. I have one friend that has most of his voice lab for CCIE built using VMware and GNS3. Good stuff. </div>
<div></div>
<div></div>
<div>Runs in Windows/Linux/OSX.</div>
<div></div>
<div></div>
<div><a href="http://www.gns3.net/download">New Version Download 0.6</a></div>


<p>Related posts:<ol><li><a href='http://www.2vcps.com/2009/02/03/the-forging-of-the-new-networkvmwarestorage-professional/' rel='bookmark' title='Permanent Link: The Forging of the new Network/VMware/Storage Professional'>The Forging of the new Network/VMware/Storage Professional</a></li>
<li><a href='http://www.2vcps.com/2009/01/08/education-and-virtualization-oh-the-possibilities/' rel='bookmark' title='Permanent Link: Education and Virtualization &#8211; Oh, the Possibilities'>Education and Virtualization &#8211; Oh, the Possibilities</a></li>
<li><a href='http://www.2vcps.com/2010/06/16/the-mini-esxi-4-portable-server/' rel='bookmark' title='Permanent Link: The Mini ESXi 4 Portable Server'>The Mini ESXi 4 Portable Server</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.2vcps.com/2008/12/22/gns3-graphical-network-simulator-new-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
