<?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>Fix error &#187; DNS</title>
	<atom:link href="http://www.fixerror.net/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fixerror.net</link>
	<description></description>
	<lastBuildDate>Fri, 05 Feb 2010 17:00:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix DNS error</title>
		<link>http://www.fixerror.net/2009/05/fix-dns-error/</link>
		<comments>http://www.fixerror.net/2009/05/fix-dns-error/#comments</comments>
		<pubDate>Mon, 04 May 2009 08:19:55 +0000</pubDate>
		<dc:creator>Ezu</dc:creator>
				<category><![CDATA[General errors]]></category>
		<category><![CDATA[Windows error]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">http://www.fixerror.net/?p=75</guid>
		<description><![CDATA[




Domain Name Server (DNS)- In the Internet suite of protocols, a server that responds to queries from clients for name-to-(IP)address and address-to-name mappings as well as for other information.
Most DNS errors usually indicate lack of a connection to the internet. DNS is used to translate human addresses (www.fixerror.net) into computer addresses (192.168.11.11).

The 10 most common [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Domain Name Server (DNS)</strong>- In the Internet suite of protocols, a server that responds to queries from clients for name-to-(IP)address and address-to-name mappings as well as for other information.</p>
<p>Most <strong>DNS </strong>errors usually indicate lack of a connection to the internet. <strong>DNS </strong>is used to translate human addresses (<a href="http://www.fixerror.net"><strong>www.fixerror.net</strong></a>) into computer addresses (192.168.11.11).</p>
<p><img class="alignnone size-full wp-image-76" style="margin: 10px;" title="dns_error" src="http://www.fixerror.net/wp-content/uploads/2009/05/dns_error.gif" alt="dns_error" width="404" height="481" /></p>
<h2>The 10 most common DNS errors</h2>
<h2>1.	TCP/IP Configuration Points to Public DNS Servers</h2>
<p>This is by far the most common DNS error. Each network interface has a          set of TCP/IP settings that lists the DNS servers used by that interface.</p>
<p>If the TCP/IP settings for a member computer specify the IP address of a public DNS server—perhaps at an ISP or DNS vendor or the company’s public-facing name server—the TCP/IP resolver won’t find Service Locator (SRV) records that advertise domain controller services, LDAP, Kerberos and Global Catalog. Without these records, a member computer can’t authenticate and get the information it needs to operate in the domain. It then acts like a teenager who can’t get the car keys, growing sullen and exhibiting a variety of bad behaviors.<span id="more-75"></span></p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix TCP/IP Configuration Points to Public DNS Servers error</a></p>
<h2>2.	Improper DNS Suffix Handling</h2>
<p>Users treat additional keystrokes as if they were penalties visited upon          them by uncaring IT bureaucrats. Imagine what would happen if you asked          your users to type Fully Qualified Domain Names (FQDNs) rather than simple          flat names to connect to internal servers. <em>Quelle catastrophe</em>,          as we say in southern New Mexico. Users are willing to type www.ebay.com          to buy a used wristwatch, but they don’t want to type \\w2k3s102.west.school.edu\          freshman_zclass to map a drive.</p>
<p>DNS servers, however, stubbornly insist that every query specify a target domain. How else could they select the proper zone file? Simplicity vs. utility: It’s a classic conundrum. The DNS resolver in Windows strikes a compromise. It accepts the flat name from the user then appends a suffix to form a FQDN it can send to a DNS server. The resolver obtains this DNS suffix from one of several places.</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix improper DNS Suffix Handling error</a></p>
<h2>3.	Improperly Configured Forwarding</h2>
<p>Ordinarily, when a client confronts its DNS server with a request for          a resource record in an outside domain, the DNS server searches for a          name server in the target domain and submits the query to that server.          This standard query resolution has a couple of problems. First, the internal          server can get so preoccupied chasing down recursive queries for public          hosts that it runs out of resources to handle queries for its own zones.          Worse still, the internal server must reach through the firewall and connect          to a variety of DNS servers, some of which could have traps that play          malicious games with DNS requests.</p>
<p>An internal root server doesn’t need to waste energy or cause security problems by chasing referrals. Like a manager who doesn’t want to get dirty hands, it can let some other DNS server do the grunt work. This process is called forwarding. The server that gets the job of doing the recursive queries and delivering the results is called a forwarder.</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix improperly Configured Forwarding error</a></p>
<h2>4.	Improper Zone Transfer Configuration</h2>
<p><span id="intelliTXT"> In a standard text-based DNS zone, only the primary master DNS server          has full Read/Write access to the zone file. Secondary DNS servers hold          read-only replicas of the zone file. A resource record called Start of          Authority (SOA) identifies the primary master server. Figure 2 shows the          SOA properties.</span></p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413"><span>More how to fix </span>improper Zone Transfer Configuration error</a></p>
<h2>5.	Failure to Verify Dynamic Update of Resource Records</h2>
<p>Every modern Windows client periodically registers its A and PTR record          with the Start of Authority (SOA) server for the forward and reverse lookup          zones, respectively. The clients send their record updates to the SOA          servers because, in standard BIND-style DNS, only the SOA has a Read/Write          copy of the zone file. In AD-integrated zones, any DC running DNS can          update a zone record.</p>
<p>The DHCPClient service on a Windows computer handles the dynamic updates for each network interface. Don’t disable this service on a statically mapped server; you’ll prevent the server from updating its DNS records if you (or a colleague, after you’re long gone) change the server name or its IP address.</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix failure to Verify Dynamic Update of Resource Records error</a></p>
<h2>6.	Failure to Properly Delegate Child Zones</h2>
<p><span id="intelliTXT"> All DCs in a forest share a common copy of the Configuration and Schema          naming contexts, so DCs need to find replication partners regardless of          their domain. AD identifies domains and DCs in DNS using CNAME records          that correlate a server’s GUID and its FQDN. Figure 4 shows the list of          CNAME records for the School.edu forest.</span></p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413"><span>More how to fix f</span>ailure to Properly Delegate Child Zones error</a></p>
<h2>7.	Failure to Secure Public- Facing DNS Servers.</h2>
<p><span id="intelliTXT"> For security, you want all internal servers to rely solely on forwarders          to resolve Internet names. Don’t let your internal servers roam the Internet          looking for name servers. Select the “Do not use recursion for this domain”          option when configuring forwarding. Figure 5 shows an example. This essentially          makes your internal DNS server a slave of its forwarders; so specify two          or more forwarders and try to use servers in different subnets, if possible.          You don’t want a network failure at your ISP to keep your clients from          resolving DNS names.</span></p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413"><span>More how to fix </span>failure to Secure Public- Facing DNS Servers error</a></p>
<h2>8.	Failure To Properly Secure Resource Records</h2>
<p>If you use a BIND-style primary master to store a zone, you shouldn’t          allow dynamic updates. Windows can’t secure updates to a text-based zone          file. Any machine can assert itself as an existing host and overwrite          the A record with a new IP address. This essentially allows a machine          to hijack the DNS records of another machine.</p>
<p>If you want to use dynamic updates for a zone, integrate the zone into AD and permit secure updates only. This requires a client to use Kerberos to validate its identity, then initiate a secure transaction to obtain a signing key that it can use to digitally sign the update request. RFC 2930, “Secret Key Establishment for DNS,” documents this method, which can only be used by modern Windows clients (Win2K, Windows XP and Windows 2003).</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix failure To Properly Secure Resource Records error</a></p>
<h2>9.	Incorrect, Outdated or Unreachable DNS Servers</h2>
<p>Anyone can get in a hurry and type an incorrect IP address in a host record          or misspell a server name in a CNAME record. DNS doesn’t validate your          entries—it assumes you’re a consummate IT professional and accepts your          input unquestioningly. For this reason, it’s a good idea to test every          new entry you make into a zone. If you do this as a habit, the test becomes          a reflex.</p>
<p>The best test of a new A or CNAME record is usually a quick ping right at the console of the DNS server or your workstation. Take a couple of precautions to keep from getting fooled by caching. Both the DNS server and the local DNS resolver cache any records they receive for a period of time determined by a TTL setting in the record. The SOA for the zone determines the default TTL, which is one hour for Windows DNS servers. Clear the local cache using ipconfig /flushdns. For the server, use the Clear Cache option in the server’s property menu in the DNS console or use the Dnscmd utility with the syntax dnscmd /clearcache.</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix incorrect, Outdated or Unreachable DNS Servers error</a></p>
<h2>10.	Lack of Fault Tolerance</h2>
<p>As systems administrators, we’re trained to think about the possibility          of server failures and operational flexibilities. You would probably not          set up a single DNS server in a large enterprise because your entire computing          operation would grind to a halt if you take the server down for maintenance.          But would you put the second DNS server on the same rack as the first?          Or in the same subnet? Or even in the same server room?</p>
<p>Fault tolerance is all about assessing business risks, and if your business relies heavily on DNS, it makes sense to put some thought into maintaining continuity of service. You’ll get a big head start by integrating your DNS zones into AD. This allows you to use any DC in the domain as a primary master DNS server, eliminating the single point of failure in standard BIND-style DNS. Also, because each DC represents itself as the SOA server for the zone, its DNS clients do their dynamic updates locally rather than sending them across the WAN to a single primary master.</p>
<p><a href="http://mcpmag.com/features/article.asp?editorialsid=413">More how to fix lack of Fault Tolerance error</a></p>
<p>A good software which can help you to <strong>fix DNS error</strong> can find <a href="http://www.fixieonline.com/pagefix/">here</a></p>
<p><a href="http://www.fixieonline.com/pagefix/"><strong>PageFix DNS error fix software can fix The page cannot be displayed Cannot find server or DNS error.</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.fixerror.net/2009/05/fix-dns-error/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
