 




<?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>Network technologies and trends &#187; Internet</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/network-technologies/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/network-technologies</link>
	<description></description>
	<lastBuildDate>Wed, 15 May 2013 18:52:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>DNS Queries in Windows 2008 R2 Server fails &#8211; Part 2</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 05:10:28 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[ADSM]]></category>
		<category><![CDATA[Blade servers]]></category>
		<category><![CDATA[Cisco ASA]]></category>
		<category><![CDATA[Cisco PIX 525]]></category>
		<category><![CDATA[Cisco PIX 525 firewall]]></category>
		<category><![CDATA[default DNS inspection policy-map]]></category>
		<category><![CDATA[DMZ zone]]></category>
		<category><![CDATA[DNS forwarder]]></category>
		<category><![CDATA[DNS Queries]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server fails]]></category>
		<category><![CDATA[Internal Network]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet IP address]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Network technologies & trends]]></category>
		<category><![CDATA[PAT]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Syslog]]></category>
		<category><![CDATA[Windows 2008 R2 Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/</guid>
		<description><![CDATA[In my previous post I was talking about the DNS query problem we were facing with Windows 2008 R2 server. The solution is quite simple. Immediately I started monitoring the logs in the Cisco PIX 525 firewall using ADSM and syslog. I figured out the DNS queries were replied back from the ISP but were [...]]]></description>
				<content:encoded><![CDATA[<p>In my <a href="http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/">previous post</a> I was talking about the DNS query problem we were facing with Windows 2008 R2 server. The solution is quite simple. Immediately I started monitoring the logs in the Cisco PIX 525 firewall using ADSM and syslog. I figured out the DNS queries were replied back from the ISP but were dropped by the Cisco PIX 525 Firewall.</p>
<p><span style="color: #ff0000">%PIX-4-410001: Dropped UDP DNS reply from outside:x.x.x.x/53 to</span></p>
<p><span style="color: #ff0000">inside:y.y.y.y/49746; packet length 768 bytes exceeds configured limit of 512</span></p>
<p>I was wondering what might be the reason, then figured out the packets received from ISP is of 768 bytes whereas by default the Cisco PIX 525 Firewall allows 512 bytes as shown below.</p>
<p>The problem was with the default DNS inspection policy-map. By default in Cisco PIX 525, Cisco ASA it&#8217;s configured to 512 bytes</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dnsissue2.png"><img class="alignnone size-medium wp-image-1075" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dnsissue2.png" alt="" width="413" height="356" /></a></p>
<p>The moment I changed the default DNS inspection policy-map from 512 bytes to 1000 bytes things were normal the Windows 2008 R2 Server was resolving the DNS queries.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue3.png"><img class="alignnone size-medium wp-image-1076" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue3.png" alt="" width="583" height="586" /></a></p>
<p>The commands I used to change the default DNS inspection policy-map is as follows.</p>
<p><span style="color: #000080">MBGF-DAC-525-FW01# configure t</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config)# class-map inspection_default</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-cmap)# match default-inspection-traffic</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-cmap)# policy-map global_policy</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap)# class inspection_default</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap-c)# inspect dns maximum-length 1000</span></p>
<p><span style="color: #000080">MBGF-DAC-525-FW01(config-pmap-c)#</span></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Queries in Windows 2008 R2 Server fails &#8211; Part 1</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 05:36:16 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Blade servers]]></category>
		<category><![CDATA[Cisco PIX 525 firewall]]></category>
		<category><![CDATA[DMZ zone]]></category>
		<category><![CDATA[DNS forwarder]]></category>
		<category><![CDATA[DNS Queries]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server]]></category>
		<category><![CDATA[DNS Queries in Windows 2008 R2 Server fails]]></category>
		<category><![CDATA[Internal Network]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet IP address]]></category>
		<category><![CDATA[ISP]]></category>
		<category><![CDATA[Network technologies & trends]]></category>
		<category><![CDATA[PAT]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows 2008 R2 Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/</guid>
		<description><![CDATA[In our new Data Center we added new HP Blade servers and installed Windows 2008 R2 on those servers. Our Servers are connected inside our network behind a Cisco PIX 525 firewall. We are looking to resolve all our DNS queries for the external network using a DNS IP address provided by our ISP which [...]]]></description>
				<content:encoded><![CDATA[<p>In our new Data Center we added new HP Blade servers and installed Windows 2008 R2 on those servers. Our Servers are connected inside our network behind a Cisco PIX 525 firewall. We are looking to resolve all our DNS queries for the external network using a DNS IP address provided by our ISP which is 212.x.x.2.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/network-arch.png"><img class="alignnone size-medium wp-image-1071" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/network-arch.png" alt="" width="428" height="463" /></a></p>
<p>In windows 2008 Server we have specified the DNS forwarder as shown in the below diagram.</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue.png"><img class="alignnone size-medium wp-image-1072" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue.png" alt="" width="413" height="469" /></a></p>
<p>But it always fails to resolve the DNS queries from internal network to external network using nslookup command from the command prompt of the Windows 2008 Server as well when we are testing the simple and recursive query to other DNS Servers it&#8217;s failing as demonstrated below</p>
<p><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue1.png"><img class="alignnone size-medium wp-image-1073" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2011/04/dns-issue1.png" alt="" width="413" height="468" /></a></p>
<p>We have done the following to</p>
<p>1)      The internal IP address for the Windows 2008 R2 server is PATed in our PIX 525 Firewall, I could browse the internet.</p>
<p>2)      In Windows 2008 R2 Server we have specified the DNS IP Address provided by our ISP.</p>
<p>3)      All our servers in the DMZ zone are working fine.</p>
<p>I am working on this issue; meanwhile if any one of you knows who to resolve this issue, your comments are always welcomed.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/dns-queries-in-windows-2008-r2-server-fails-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Unveils Next Gen Carrier Router</title>
		<link>http://itknowledgeexchange.techtarget.com/network-technologies/cisco-unveils-next-gen-carrier-router/</link>
		<comments>http://itknowledgeexchange.techtarget.com/network-technologies/cisco-unveils-next-gen-carrier-router/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 03:56:07 +0000</pubDate>
		<dc:creator>Yasir Irfan</dc:creator>
				<category><![CDATA[Cisco CSR-3]]></category>
		<category><![CDATA[Cisco News]]></category>
		<category><![CDATA[Cisco® CRS-3 Carrier Routing System]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[CRS]]></category>
		<category><![CDATA[Data Center]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Network Technologies and Trends]]></category>
		<category><![CDATA[Video Call]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/network-technologies/cisco-unveils-next-gen-carrier-router/</guid>
		<description><![CDATA[On March 9th 2010, Cisco announced a major advancement in internet, the Cisco® CRS-3 Carrier Routing System (CRS)  an advanced platform designed to deliver new wave of video, mobile and data center and much talked cloud services.   According to Cisco Systems, the Cisco® CRS-3 Carrier Routing System (CRS) the entire population of the China [...]]]></description>
				<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="font-size: small"><span style="font-family: Calibri"><span style="color: black">On March 9<sup>th</sup> 2010, Cisco announced a major advancement in internet, the </span><span style="color: black" lang="EN"><a href="http://www.cisco.com/go/possible"><span style="color: #0f4692">Cisco® CRS-3 Carrier Routing System (CRS)</span></a> <span> </span>an advanced platform designed to deliver new wave of video, mobile and data center and much talked cloud services.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black" lang="EN"><span style="font-family: Calibri;font-size: small"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span style="color: black" lang="EN"><span style="font-family: Calibri;font-size: small">According to Cisco Systems, the </span><a href="http://www.cisco.com/go/possible"><span style="font-family: Calibri;color: #0f4692;font-size: small">Cisco® CRS-3 Carrier Routing System (CRS)</span></a><span style="font-family: Calibri;font-size: small"> the entire population of the China can make a video call at once , </span></span><span lang="EN"><span style="font-size: small"><span style="font-family: Calibri">the entire printed collection of the Library of Congress to be downloaded in just over one second; . Every single motion picture ever created can be streamed in less than four minutes.</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span lang="EN"><span style="font-size: small"><span style="font-family: Calibri"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2010/03/crs-3_product_photo_small.jpg"><img class="alignnone size-medium wp-image-749" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/58/files/2010/03/crs-3_product_photo_small.jpg" alt="" width="200" height="160" /></a></span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt"><span lang="EN"><span style="font-size: small"><span style="font-family: Calibri">Pic Courtesy:Cisco Systems</span></span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 0pt"><span style="color: black" lang="EN"><span style="font-family: Calibri;font-size: small">The </span><a href="http://www.cisco.com/go/possible"><span style="font-family: Calibri;color: #0f4692;font-size: small">Cisco® CRS-3 Carrier Routing System (CRS)</span></a><span style="font-family: Calibri;font-size: small"> &#8211; designed to serve as the foundation of the next-generation Internet and set the pace for the astonishing growth of video transmission, mobile devices and new online services through this decade and beyond.</span></span><span lang="EN"></span></p>
<p><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;color: black;font-size: 11pt" lang="EN">With more than 12 times the traffic capacity of the nearest competing system, the Cisco CRS-3 is designed to transform the broadband communication and entertainment industry by accelerating the delivery of compelling new experiences for consumers, new revenue opportunities for service providers, and new ways to collaborate in the workplace.</span></p>
<h3 style="margin: auto 0in"><span style="font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;font-size: 11pt" lang="EN"><span style="color: #336666">Overview:</span></span></h3>
<ul type="disc">
<li class="MsoNormal"><span lang="EN"><span style="font-family: Calibri;font-size: small">The Cisco CRS-3 triples the capacity of its predecessor, the </span><a href="http://www.cisco.com/en/US/products/ps5763/"><span style="font-family: Calibri;color: #0f4692;font-size: small">Cisco CRS-1 Carrier Routing System</span></a><span style="font-size: small"><span style="font-family: Calibri">, with up to 322 Terabits per second, which enables the entire printed collection of the Library of Congress to be downloaded in just over one second; every man, woman and child in China to make a video call, simultaneously; and every motion picture ever created to be streamed in less than four minutes.</span></span></span></li>
<li class="MsoNormal"><span lang="EN"><span style="font-family: Calibri;font-size: small">The Cisco CRS-3 enables unified service delivery of Internet and cloud services with service intelligence spanning service provider </span><a href="http://www.cisco.com/en/US/netsol/ns537/networking_solutions_solution_category.html"><span style="font-family: Calibri;color: #0f4692;font-size: small">Internet Protocol Next-Generation Networks</span></a><span style="font-size: small"><span style="font-family: Calibri"> (IP NGNs) and data center.  The Cisco CRS-3 also provides unprecedented savings with investment protection for the nearly 5,000 Cisco CRS-1 deployed worldwide.  Cisco&#8217;s cumulative investment in the Cisco CRS family is $1.6 billion, further underscoring the company&#8217;s commitment.</span></span></span></li>
<li class="MsoNormal"><span lang="EN"><a href="http://www.att.com/gen/landing-pages?pid=6080" target="_blank"><span style="font-family: Calibri;color: #0f4692;font-size: small">AT&amp;T</span></a><span style="font-size: small"><span style="font-family: Calibri">, one of the world&#8217;s largest telecommunications companies, recently tested the Cisco CRS-3 in a successful completion of the world&#8217;s first field trial of 100-Gigabit backbone network technology, which took place in AT&amp;T&#8217;s live network between New Orleans and Miami.  The trial advances AT&amp;T&#8217;s development of the next generation of backbone network technology that will support the network requirements for the growing number of advanced services offered by AT&amp;T to consumer and business customers, both fixed and mobile.</span></span></span></li>
<li class="MsoNormal"><span lang="EN"><span style="font-size: small"><span style="font-family: Calibri">The Cisco CRS-3 is currently in field trials, and its pricing starts at $90,000 U.S. </span></span></span></li>
</ul>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/network-technologies/cisco-unveils-next-gen-carrier-router/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
