<?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>Schwarz Network &#187; DNS</title>
	<atom:link href="http://bobschwarz.com/tag/dns/feed/" rel="self" type="application/rss+xml" />
	<link>http://bobschwarz.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 16:41:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding A, IP, MX Records to a Windows DNS zone</title>
		<link>http://bobschwarz.com/adding-a-ip-mx-records-to-a-windows-dns-zone/</link>
		<comments>http://bobschwarz.com/adding-a-ip-mx-records-to-a-windows-dns-zone/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 21:01:55 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Server Resources]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Zones]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://adminreports.com/adding-a-ip-mx-records-to-a-windows-dns-zone/</guid>
		<description><![CDATA[If you have to first set up your DNS server on Windows check out Setting Up Windows Server 2003 DNS Server. If you already have your Windows DNS server setup and just want to add a few records this tutorial will explain how to add those DNS records. <a class="more-link" href="http://bobschwarz.com/adding-a-ip-mx-records-to-a-windows-dns-zone/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you have to first set up your DNS server on Windows check out  <a href="http://adminreports.com/setting-up-windows-server-2003-dns-server/" rel="bookmark" title="Permanent Link to Setting Up Windows Server 2003 DNS Server">Setting Up Windows Server 2003 DNS Server</a>. If you already have your Windows DNS server setup and just want to add a few records this tutorial will explain how to add those DNS records.</p>
<p><span id="more-264"></span></p>
<p>First thing you need to do is open Windows DNS Manager if it already isn&#8217;t open.</p>
<blockquote><p>Start &gt; Administrative Tools &gt; DNS</p></blockquote>
<p>In the left window of the DNS manager expand the forward zones folder and right click the zone you want add records to.</p>
<p>Select Properties.  Now the first thing we want to do configure the Start of Authority(SOA). When you setup the zone it set defaults that are not rfc compliant. Lets get that done first.</p>
<p>The first section is the serial number. You should set each section as follows:</p>
<ul>
<li>Serial number should be in yyyymmdd01 format. Set the year, then month, then day and finally an 2 digit number that will increment every update. Start with 01</li>
<li>Primary server should be ns.yourmain.tld or whatever you called the name server. Default was the domain name. You can use the default if the root domain is actually registered as a name server for you domain</li>
<li>Responsible party would be the DNS admin email, Normally hostmaster.yourdomain.tld.</li>
<li>Refresh interval set to 20 minutes.</li>
<li>Retry interval set to 15 minutes.</li>
<li>Expires after set to 14 days.</li>
<li>Minimum time to live(TTL) set to 1 hour.</li>
<li>TTL for this record should be default so you shouldn&#8217;t have to change it. It should be 0   :1  :0  :0.</li>
</ul>
<p>Those are minimum values and can be changed if you feel the need. With those values if you use a site like <a href="http://dnsreport.com" target="_blank">DNS Reports</a> you won&#8217;t get any errors.</p>
<p>Lets add some other records now.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/adding-a-ip-mx-records-to-a-windows-dns-zone/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting Up Windows Server 2003 DNS Server</title>
		<link>http://bobschwarz.com/setting-up-windows-server-2003-dns-server/</link>
		<comments>http://bobschwarz.com/setting-up-windows-server-2003-dns-server/#comments</comments>
		<pubDate>Fri, 10 Feb 2006 20:17:29 +0000</pubDate>
		<dc:creator>Admin Reports</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://adminreports.com/archives/2006/02/10/setting-up-windows-server-2003-dns-server/</guid>
		<description><![CDATA[Setting up DNS on Windows 2003 is an easy task. In this article will explain the steps to set up DNS on Windows 2003 in an easy to understand way. The first thing you need to &#8230; <a class="more-link" href="http://bobschwarz.com/setting-up-windows-server-2003-dns-server/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Setting up DNS on Windows 2003 is an easy task. In this article will explain the steps to set up DNS on Windows 2003 in an easy to understand way. The first thing you need to do is to install the DNS module. To install the DNS snapin on Windows 2003 Standard or Enterprise Server click Start and select Manage You Server. Once the Wizard opens select Add or Remove a Roll. When the wizard is done checking your hardware it will popup a box that will list all rolls you can enable. Select DNS and follow along with the prompts. It&#8217;s pretty straight forward and easy to follow. Once installed you&#8217;ll see an option to configure a DNS server. This will open the DNS Manager and start the wizard to configure your DNS server. Once the DNS manager opens you can start to set up the zones for your websites. Lets get started.</p>
<p><span id="more-244"></span><br />
Right click YouServerName in the left pane of the manager and select Configure a DNS server. The wizard will open. There will be a DNS checklist that you can click to make sure you have all the information you need to set up DNS for your domain.<br />
Once you are sure you have all the information needed click next.<br />
The first option, create a forward lookup zone, will be checked bydefault. Leave like that and click next.<br />
This step is to set your server as the maintainer of the zone. The correct option that you want is checked by default so go ahead and click next.<br />
The next step is to give this server a name. The name should be your domain. If you&#8217;re domain is mydomain.com then enter mydomain.com as the name. Once you enter the name click next.<br />
Next thing is the creation of the zone file. The zone file holds all the data for this domain. It is similar to the zone files on Linux servers. No need to change this. Leave it as default. The default will be mydomain.dns. Click next to go to the next step.<br />
In this step you&#8217;ll choose if you want to allow dynamic updates for this zone. It is not a good idea to enable this unless you plan on running a dynamic DNS server. One that can be updated by a script if the IP to your site changes. Leave this at default which is Do not allow dynamic updates. Click next to go to the next step.<br />
This step is for forwarders. This should be set to yes, the first option and defaut option, if you have a master DNS server and what to forward lookup request to that server. I wll assume this will be your default DNS server for your domain so uncheck the first option and check the option to not forward queries.<br />
That&#8217;s it. A DNS server for your domain is now set up.<br />
In DNS manager in the left window expand forward zones and you&#8217;ll see a new folder called mydomain.com. Now you can set up your host (IP) records, mx records and nameservers so that your domain resolves to your server. In the next article I write about how to set up the domains.</p>
<p><!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://bobschwarz.com/setting-up-windows-server-2003-dns-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

