<?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>Undecided &#187; Networking</title>
	<atom:link href="http://www.datarave.net/zfh/category/work/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.datarave.net/zfh</link>
	<description>An open notebook</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:05:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Data Network terms</title>
		<link>http://www.datarave.net/zfh/2011/01/24/data-network-terms/</link>
		<comments>http://www.datarave.net/zfh/2011/01/24/data-network-terms/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:10:21 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=1277</guid>
		<description><![CDATA[I&#8217;m just throwing away some old notes, figured I&#8217;d transcribe them in to my online notepad. 802.3af is the POE specification. FAST is Flexible Advanced Stacking Technology DVMRP is Distance Vector Multicast Routing Protocol Deep Packet Filtering &#8211; Match any field in the first 80 bytes. CANA is Custom Auto-Negotiation Advertisements MPLS is Multi-Protocol Layer <a href='http://www.datarave.net/zfh/2011/01/24/data-network-terms/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just throwing away some old notes, figured I&#8217;d transcribe them in to my online notepad.</p>
<ul>
<li><span style="text-decoration: underline;">802.3af</span> is the POE specification.</li>
<li><span style="text-decoration: underline;">FAST</span> is Flexible Advanced Stacking Technology</li>
<li><span style="text-decoration: underline;">DVMRP</span> is Distance Vector Multicast Routing Protocol</li>
<li><span style="text-decoration: underline;">Deep Packet Filtering</span> &#8211; Match any field in the first 80 bytes.</li>
<li><span style="text-decoration: underline;">CANA</span> is Custom Auto-Negotiation Advertisements</li>
<li><span style="text-decoration: underline;">MPLS</span> is Multi-Protocol Layer Switching</li>
<li><span style="text-decoration: underline;">PIM</span> is Protocol Independent Multicast</li>
<li><span style="text-decoration: underline;">IGMP</span> is Internet Group Management Protocol</li>
<li><span style="text-decoration: underline;">IDS</span> is Intrusion Detection System</li>
<li><span style="text-decoration: underline;">IPS</span> is Intrusion Prevention System</li>
</ul>
<p> </p>
<ul>
<li>Stackable vs Modular ERS
<ul>
<li>Small &#8211; 1-1500 users</li>
<li>Medium 500-3000 users</li>
<li>Large 2000+ users</li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2011/01/24/data-network-terms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Your ISP (for Net Neutrality)</title>
		<link>http://www.datarave.net/zfh/2010/04/08/test-your-isp-for-net-neutrality/</link>
		<comments>http://www.datarave.net/zfh/2010/04/08/test-your-isp-for-net-neutrality/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 19:26:37 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=1230</guid>
		<description><![CDATA[http://www.eff.org/testyourisp I can see other uses for one of the discontinued applications (pcapdiff) in doing packet capture comparisons between two end points (to check packet captures for differences, specifically dropped or spoofed packets).]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.eff.org/testyourisp">http://www.eff.org/testyourisp</a></p>
<p>I can see other uses for one of the discontinued applications (pcapdiff) in doing packet capture comparisons between two end points (to check packet captures for differences, specifically dropped or spoofed packets).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2010/04/08/test-your-isp-for-net-neutrality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding Optimal MTU Size</title>
		<link>http://www.datarave.net/zfh/2009/04/07/finding-optimal-mtu-size/</link>
		<comments>http://www.datarave.net/zfh/2009/04/07/finding-optimal-mtu-size/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 05:38:08 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=952</guid>
		<description><![CDATA[Start with a high MTU value (say 1500) ping www.google.com -n 1 -f -l 1500 If the response includes Packet needs to be fragmented but DF set then lower the -l value by 10 and re-test.  Once you get a reply from your target address, increment the -l value by 1 until you cannot increment -l without <a href='http://www.datarave.net/zfh/2009/04/07/finding-optimal-mtu-size/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Start with a high MTU value (say 1500)</p>
<blockquote><p>ping <a href="http://www.google.com">www.google.com</a> -n 1 -f -l 1500</p></blockquote>
<p>If the response includes</p>
<blockquote><p>Packet needs to be fragmented but DF set</p></blockquote>
<p>then lower the -l value by 10 and re-test.  Once you get a reply from your target address, increment the -l value by 1 until you cannot increment -l without receiving the above framentation message as a ping result.</p>
<p>This is your maximum MTU</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2009/04/07/finding-optimal-mtu-size/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Don’t be a Victim of DNS Security Holes</title>
		<link>http://www.datarave.net/zfh/2008/08/06/don%e2%80%99t-be-a-victim-of-dns-security-holes/</link>
		<comments>http://www.datarave.net/zfh/2008/08/06/don%e2%80%99t-be-a-victim-of-dns-security-holes/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:26:48 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=258</guid>
		<description><![CDATA[Since DNS cache poisoning attacks are far beyond my normal realm of responsibility, it&#8217;s hard for me to really talk about the topic.  I did make a post about it on my work blog a few days ago, but only because Microsoft released a patch for Windows DNS servers [MS08-037] and Nortel commented on it&#8217;s applicability <a href='http://www.datarave.net/zfh/2008/08/06/don%e2%80%99t-be-a-victim-of-dns-security-holes/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.doxpara.com/?p=1176"><img class="aligncenter" title="Dan Kaminskys DNS server test utility" src="http://farm4.static.flickr.com/3205/2732254478_9323291a15_o.png" alt="" width="266" height="318" /></a></p>
<p>Since <a title="Wikipedia on DNS Cache Poisoning" href="http://en.wikipedia.org/wiki/DNS_cache_poisoning" target="_blank">DNS cache poisoning attacks</a> are far beyond my normal realm of responsibility, it&#8217;s hard for me to really talk about the topic.  I did make a post about it on my <a title="VOX on MS08-037" href="http://support.voxns.com/headlines/index.php/2008/08/01/nortel-response-to-microsoft-security-bulletin-ms08-037/" target="_blank">work blog</a> a few days ago, but only because Microsoft released a patch for Windows DNS servers [MS08-037] and Nortel commented on it&#8217;s applicability to Nortel servers in a bulletin.</p>
<p>However, when you <a title="Digg.com" href="http://www.digg.com/" target="_blank">digg</a> your news, you find all sorts of interesting things.  One thing I found last night was a <a title="DNS Security Hole article, found through Digg" href="http://www.linuxhaxor.net/2008/08/04/don%E2%80%99t-be-a-victim-of-dns-security-holes/" target="_blank">link to a website</a> talking about the DNS vulnerability found by <a title="Dan Kaminsky's blog post on DNS Cache Poisoning" href="http://www.doxpara.com/?p=1176" target="_blank">Dan Kaminsky</a>.  The main reason that I make this post now is because Dan did something really useful.  he made a little web tool and posted it on his blog which tests to see if your DNS server is vulnerable to the flaw he discovered.</p>
<p>The picture above came from the results of the website where I first found out about this tool.  My results are as follows:</p>
<p><img class="aligncenter" title="Dan Kaminskys DNS Checker tool" src="http://farm4.static.flickr.com/3054/2738781278_e2ab82a085_o.jpg" alt="" width="255" height="560" /></p>
<p>(I included a bit more text above the <strong>Check My DNS</strong> button than the other poster did.)</p>
<p>If you want to know how secure your ISP&#8217;s DNS server is, go to Dan Kaminsky&#8217;s website (click the image at the top of the post) and try out his DNS Checker yourself.  If your ISP hasn&#8217;t patched yet (and some 40% or more DNS servers haven&#8217;t been according to one statistic I read) then the next time you visit your credit card company, or online bank statement, you just might be giving away your username/password to identity thieves.</p>
<p>Of course, if we were all using <a title="Gibson Research Corporation, Perfect Paper Passwords" href="https://www.grc.com/ppp.htm">Perfect Paper Passwords</a> with all of our online banking websites, such a vulnerability wouldn&#8217;t be a big issue.  You might type in 1-2 password combinations from your PPP crib sheet before realizing that something was amiss, but even so, the thieves wouldn&#8217;t have anywhere near enough information (or enough of your PPP password sheet) to hack your online identity.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2008/08/06/don%e2%80%99t-be-a-victim-of-dns-security-holes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nortel Tip: Configuring SNMP on 5520 data switches.</title>
		<link>http://www.datarave.net/zfh/2008/07/21/nortel-tip-configuring-snmp-on-5520-data-switches/</link>
		<comments>http://www.datarave.net/zfh/2008/07/21/nortel-tip-configuring-snmp-on-5520-data-switches/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 14:00:39 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Nortel]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=201</guid>
		<description><![CDATA[configuring SNMP traps on 5520: Step 1: Connect to 5520 via Telnet Result: Prompted to press Control-Y to enter Nortel Menu Step 2: Press &#8220;M&#8221; for SNMP Configuration submenu Result: Presented with SNMP Configuration submenu Step 3: Press the &#8220;down arrow&#8221; twice to reach Trap #1 IP Address Result: Trap #1 IP Address field is <a href='http://www.datarave.net/zfh/2008/07/21/nortel-tip-configuring-snmp-on-5520-data-switches/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>configuring SNMP traps on 5520:</p>
<p>Step 1:  Connect to 5520 via Telnet<br />
Result:  Prompted to press Control-Y to enter Nortel Menu</p>
<p>Step 2:  Press &#8220;M&#8221; for SNMP Configuration submenu<br />
Result:  Presented with SNMP Configuration submenu</p>
<p>Step 3:  Press the &#8220;down arrow&#8221; twice to reach Trap #1 IP Address<br />
Result:  Trap #1 IP Address field is highlighted</p>
<p>Step 4:  Type 10.101.1.31 and press enter<br />
Result:  Trap #1 IP Address field is configured with 10.101.1.31</p>
<p>Step 5:  Press the &#8220;down arrow&#8221; once to reach the Trap #1 Community String<br />
Result:  Trap #1 Community String is highlighted<br />
NOTE:    string is displayed as all astrisks for security reasons</p>
<p>Step 6:  Type the community string (e.g., &#8220;public&#8221;) for the trap receiver and press enter<br />
Result:  Trap #1 Community String is configured<br />
NOTE:    string is displayed as all astrisks for security reasons</p>
<p>Step 7:  Press Control-C to return to the Main Menu<br />
Result:  Presented with Main Menu</p>
<p>Step 8:  Press &#8220;L&#8221; for Logout<br />
Result:  Disconnected from the 5520</p>
<p>NOTE:  Changes to 5520 are saved as soon as they are made.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2008/07/21/nortel-tip-configuring-snmp-on-5520-data-switches/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tolly Reports on Nortel</title>
		<link>http://www.datarave.net/zfh/2008/04/22/tolly-reports-on-nortel/</link>
		<comments>http://www.datarave.net/zfh/2008/04/22/tolly-reports-on-nortel/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 09:00:46 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Nortel]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=153</guid>
		<description><![CDATA[A few cool links regarding Nortel products at the Tolly Group&#8216;s website.  Tolly has been doing product evaluation and testing for over 20 years (I don&#8217;t know the actual length, they don&#8217;t say on the website).  They are independent and claim to be unbiased.  I see their reports being used by a variety of people.  <a href='http://www.datarave.net/zfh/2008/04/22/tolly-reports-on-nortel/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>A few cool links regarding Nortel products at the <a target="_blank" href="http://www.tolly.com">Tolly Group</a>&#8216;s website.  Tolly has been doing product evaluation and testing for over 20 years (I don&#8217;t know the actual length, they don&#8217;t say on the website).  They are independent and claim to be unbiased.  I see their reports being used by a variety of people.  Sometimes a commissioned test will not go as planned, and you&#8217;ll see the same company re-commission the same report several months later after they made changes to their equipment.</p>
<p>[<a target="_blank" href="http://www.tolly.com/DocDetail.aspx?DocNumber=208277">link</a>] Nortel ERS 8600 beats Cisco 4500 showing between 75%-301% higher fowarding rate and 12% greater power efficiency.  Nortel has been working heavily on becoming a &#8220;Green IT&#8221; manufacturer.</p>
<p>[<a target="_blank" href="http://www.tolly.com/ts/2008/Nortel/TTG208275NortelSummary.pdf">link</a>] 2008 Test Summary: Nortel Performance, Resiliency and TCO Comparison to Cisco/HP ProCurve Across Network Classes</p>
<p>[<a target="_blank" href="http://www.tolly.com/DocDetail.aspx?DocNumber=208269">link</a>] Nortel&#8217;s &#8220;Green IT&#8221; beats Cisco (summary notes: Cisco has a higher up-front investment and double the recurring power cost of a comparable Nortel data switch)</p>
<p>[<a target="_blank" href="http://www.tolly.com/ts/2006/TollyBenchmarks/V5N1/TollyBenchmarks-V5N1-Mar06.pdf">link</a>] 2006 Advertising insert for the Tolly Group showing various winners.  3 of the 5 products listed are Nortel products.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2008/04/22/tolly-reports-on-nortel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future landscape of Internet worms</title>
		<link>http://www.datarave.net/zfh/2007/10/04/future-landscape-of-internet-worms/</link>
		<comments>http://www.datarave.net/zfh/2007/10/04/future-landscape-of-internet-worms/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 20:36:10 +0000</pubDate>
		<dc:creator>John Williams</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.datarave.net/zfh/?p=95</guid>
		<description><![CDATA[Wired: Gathering &#8216;Storm&#8217; Superworm Poses Grave Threat to PC Nets, by Bruce Schneier. Thanks to Digg for finding this. I&#8217;ve read some of Bruce&#8217;s work from time to time for over 8 years and have always been impressed with his work in cryptography and security.  The interesting points in this article include things like &#8220;Not <a href='http://www.datarave.net/zfh/2007/10/04/future-landscape-of-internet-worms/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Wired: <a href="http://www.wired.com/politics/security/commentary/securitymatters/2007/10/securitymatters_1004">Gathering &#8216;Storm&#8217; Superworm Poses Grave Threat to PC Nets</a>, by Bruce Schneier.</p>
<p>Thanks to Digg for finding this.</p>
<p>I&#8217;ve read some of Bruce&#8217;s work from time to time for over 8 years and have always been impressed with his work in cryptography and security.  The interesting points in this article include things like</p>
<blockquote><p>&#8220;<em>Not that we really have any idea how to mess with Storm. Storm has been around for almost a year, and the antivirus companies are pretty much powerless to do anything about it.</em>&#8220;  &#8211; Bruce Schneier [<a target="_blank" href="http://en.wikipedia.org/wiki/Bruce_Schneier">Wikipedia Bio</a> / <a target="_blank" href="http://www.schneier.com/">Bruce's Website</a>]</p></blockquote>
<p>And a <a target="_blank" href="http://www.secureworks.com/research/threats/storm-worm/">link</a> from the post to the author of an analysis of Storm&#8217;s (the name of the Worm) potential, leads us to:</p>
<blockquote><p><em>&#8220;It is worth mentioning that multiple DDoS attacks have occurred in the December and January timeframe, targeted at anti-spam sites and anti-rootkit software developers. An attack was even launched against the personal website of the author of this analysis, in retaliation for research into botnet-controlled pump-and-dump stock spam. These attacks have been determined to be from no fewer than three independent and unrelated botnets. We see now the spam war is escalating to new levels. It could be that the spammers have been emboldened by the successful attack on BlueFrog last year, which shut down a service that was affecting the spammers&#8217; ability to conduct their &#8220;business.&#8221; With no repercussions from that attack, or even older attacks which shut down certain DNS blocklists, it seems that more spammers are willing and able to attack anyone who threatens their profit potential.&#8221;</em>  &#8211; Joe Stewart</p></blockquote>
<p>I&#8217;ve always thought that the design of a worm or virus that does damage is self defeating, as Bruce points out:</p>
<blockquote><p><em>&#8220;Old style worms &#8212; Sasser, Slammer, Nimda &#8212; were written by hackers looking for fame. They spread as quickly as possible (Slammer infected 75,000 computers in 10 minutes) and garnered a lot of notice in the process. The onslaught made it easier for security experts to detect the attack, but required a quick response by antivirus companies, sysadmins and users hoping to contain it. Think of this type of worm as an infectious disease that shows immediate symptoms. </em></p>
<p><em>Worms like Storm are written by hackers looking for profit, and they&#8217;re different. These worms spread more subtly, without making noise. Symptoms don&#8217;t appear immediately, and an infected computer can sit dormant for a long time. If it were a disease, it would be more like syphilis, whose symptoms may be mild or disappear altogether, but which will eventually come back years later and eat your brain.&#8221;</em> &#8211; Bruce Schneier</p></blockquote>
<p>Talk like this always wants me to go in to the cryptography and security industry.  A challege like this (to thwart the constant evolution of destructive or disruptive software) would be exciting.  Perhaps if my career moves more towards networking it would be possible to pursue this at some future point in my life, but to do so now would be such a huge change in direction for my career track that I would be entry level at best.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.datarave.net/zfh/2007/10/04/future-landscape-of-internet-worms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

