<?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>Admins Goodies &#187; domain</title>
	<atom:link href="http://adminsgoodies.com/tag/domain/feed/" rel="self" type="application/rss+xml" />
	<link>http://adminsgoodies.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Thu, 23 May 2013 16:33:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Pointing domain to custom DNSs which contain the domain</title>
		<link>http://adminsgoodies.com/pointing-domain-to-custom-dnss-which-contain-the-domain/</link>
		<comments>http://adminsgoodies.com/pointing-domain-to-custom-dnss-which-contain-the-domain/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 17:34:08 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[nameserver]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/pointing-domain-to-custom-dnss-which-contain-the-domain/</guid>
		<description><![CDATA[I need to change the DNSs of my domain, and I&#8217;m getting an error that the DNSs aren&#8217;t registered. Maybe they simply haven&#8217;t propogated yet, but it ocurred to me that what I&#8217;m doing seems kind of recursive. If my domain is example.com and my DNSs are ns1.example.com and ns2.example.com, is there a problem with doing that? It seems like I&#8217;m trying to point the domain to itself. And in case you&#8217;re wondering, I didn&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I need to change the DNSs of my domain, and I&#8217;m getting an error that the DNSs aren&#8217;t registered. Maybe they simply haven&#8217;t propogated yet, but it ocurred to me that what I&#8217;m doing seems kind of recursive. If my domain is example.com and my DNSs are ns1.example.com and ns2.example.com, is there a problem with doing that? It seems like I&#8217;m trying to point the domain to itself. And in case you&#8217;re wondering, I didn&#8217;t set up the custom DNSs. My hosting company did it when they created the account.</p>
<p>I tried using the IP addresses, but I got an error, saying &#8220;invalid TLD.&#8221;</p>
<div class="author">Asked by <a href="http://serverfault.com/users/155531/pe-de-leao" target="_blank">P&#233; de Le&#227;o</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>You need to create &#8220;<a href="http://en.wikipedia.org/wiki/Domain_Name_System#Circular_dependencies_and_glue_records" rel="nofollow">glue records</a>&#8221; at your domain registrar.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/30996/jamieb" target="_blank">jamieb</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/472529/pointing-domain-to-custom-dnss-which-contain-the-domain" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/pointing-domain-to-custom-dnss-which-contain-the-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amazon ec2 and registered domain 1&amp;1</title>
		<link>http://adminsgoodies.com/amazon-ec2-and-registered-domain-11/</link>
		<comments>http://adminsgoodies.com/amazon-ec2-and-registered-domain-11/#comments</comments>
		<pubDate>Sat, 26 Jan 2013 17:33:37 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[amazon-ec2]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/amazon-ec2-and-registered-domain-11/</guid>
		<description><![CDATA[I have an instance running on Amazon EC2. I need to point my domain example.com at 1und1 to this instance. How do I do this? Asked by fefe I&#8217;m not familiar with 1&#38;1&#8242;s interface, but it looks like you can set up A records using their DNS service. You should follow the instructions on their page to point your domain name to an IP address. You can find out what your instance IP is in [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have an instance running on Amazon EC2.  I need to point my domain <code>example.com</code> at 1und1 to this instance.  How do I do this?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/147217/fefe" target="_blank">fefe</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I&#8217;m not familiar with 1&amp;1&#8242;s interface, but it looks like you can set up <a href="http://faq.1and1.com/domains/domain_admin/dns_settings/13.html" rel="nofollow">A records using their DNS service</a>. You should follow the instructions on their page to point your domain name to an IP address.</p>
<p>You can find out what your instance IP is in the Amazon EC2 console. Click on an instance name in the instances list. Directly below the name will be the public IP for that instance. I have attached a screenshot for clarity:</p>
<p><img src="http://i.stack.imgur.com/MpWyq.png" alt="EC2 instance selection"></p>
<p>In this example, the public IP address is 249.212.101.96. This is the IP address you should enter in Step 5 of the instructions on the 1&amp;1 site.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/156197/impl" target="_blank">impl</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/472628/amazon-ec2-and-registered-domain-11" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/amazon-ec2-and-registered-domain-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When do domain and forestprep</title>
		<link>http://adminsgoodies.com/when-do-domain-and-forestprep/</link>
		<comments>http://adminsgoodies.com/when-do-domain-and-forestprep/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 17:33:17 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/when-do-domain-and-forestprep/</guid>
		<description><![CDATA[I have a simple domain with a single Win2003 server. I just upgraded the funcitonal level to Win2003. I am now trying to add a Win2012 DC, but it warns me that the functional level is still at w2000 I upgraded it 5 minutes ago, with a single DC, do I have to wait longer? Is something else going on? Do have have to prep the domain and forest BEFORE I add the win2012 DC? [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a simple domain with a single Win2003 server.  I just upgraded the funcitonal level to Win2003.</p>
<p>I am now trying to add a Win2012 DC, but it warns me that the functional level is still at w2000</p>
<p>I upgraded it 5 minutes ago, with a single DC, do I have to wait longer?  Is something else going on?</p>
<p>Do have have to prep the domain and forest BEFORE I add the win2012 DC?  Or after?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/108727/michelle" target="_blank">Michelle</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Did you raise the Domain functional level or the Forest functional level? You need to raise the Forest functional level to Windows 2003. Forest prep and Domain prep will run during the Windows Server 2012 DCPROMO process.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/19152/joeqwerty" target="_blank">joeqwerty</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/463382/when-do-domain-and-forestprep" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/when-do-domain-and-forestprep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raise domain function level</title>
		<link>http://adminsgoodies.com/raise-domain-function-level/</link>
		<comments>http://adminsgoodies.com/raise-domain-function-level/#comments</comments>
		<pubDate>Sun, 06 Jan 2013 17:33:13 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/raise-domain-function-level/</guid>
		<description><![CDATA[I have a domain with Win2012 DC&#8217;s, and a bunch of Win2003 servers. Is it save to raise the functional level of the forest and domain to Windows 2012? Asked by Michelle Yes. Member servers don&#8217;t typically care what the FFL and DFL is &#8211; only domain controllers. As long as all your DCs are 2012, then go for it. And you don&#8217;t have a bunch of other stuff that you&#8217;re not telling us like [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have a domain with Win2012 DC&#8217;s, and a bunch of Win2003 servers.</p>
<p>Is it save to raise the functional level of the forest and domain to Windows 2012?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/108727/michelle" target="_blank">Michelle</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Yes.  </p>
<p>Member servers don&#8217;t typically care what the FFL and DFL is &#8211; only domain controllers.  As long as <em>all</em> your DCs are 2012, then go for it.  And you don&#8217;t have a bunch of other stuff that you&#8217;re not telling us like &#8220;oh yeah and I have a trust to an NT4 domain in a branch office,&#8221; or &#8220;oh yeah my org is still on Exchange 2000.&#8221;</p>
<div class="author">Answered by <a href="http://serverfault.com/users/104624/ryan-ries" target="_blank">Ryan Ries</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/463447/raise-domain-function-level" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/raise-domain-function-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Name Servers with Registrar vs. Host Provider</title>
		<link>http://adminsgoodies.com/name-servers-with-registrar-vs-host-provider/</link>
		<comments>http://adminsgoodies.com/name-servers-with-registrar-vs-host-provider/#comments</comments>
		<pubDate>Tue, 25 Dec 2012 16:37:25 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[nameserver]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/name-servers-with-registrar-vs-host-provider/</guid>
		<description><![CDATA[This may be a redundant questions, but is there any benefit to using name servers with a registar provider vs. a hosting provider? Some shared hosting accounts through places like 1&#38;1 ask that you use their name servers when using an external domain through a different registar. Are there benefits to this? Is it completely reliant on the companies resources that you are using? Asked by RCNeil As you might have guessed, there&#8217;s both advantages [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>This may be a redundant questions, but is there any benefit to using name servers with a registar provider vs. a hosting provider?</p>
<p>Some shared hosting accounts through places like 1&amp;1 ask that you use their name servers when using an external domain through a different registar.  </p>
<p>Are there benefits to this?  Is it completely reliant on the companies resources that you are using?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/104930/rcneil" target="_blank">RCNeil</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>As you might have guessed, there&#8217;s both advantages and disadvantages to using your own Name Servers vs. your hosting provider&#8217;s vs. your Domain Registrar&#8217;s (if the hosting provider &amp; and the domain registrar are two separate entities).</p>
<p>In either of the three scenarios, yes, at the end of the day, it all boils down to the &#8220;company&#8217;s resources&#8221; of whom you&#8217;re using. But some companies are bigger than others and have more resources than others. At the same time, these bigger companies are more vulnerable (visible) to being attacked (DDoS attacks, for example). </p>
<p>There&#8217;s also the chance that someone could fat-finger a configuration change for one of these large providers (think: <a href="http://aws.amazon.com/message/65648/" rel="nofollow">Amazon&#8217;s infamous April 2011 Outage</a> or <a href="http://www.networkcomputing.com/security/godaddy-outage-a-harsh-reminder-that-ent/240007312" rel="nofollow">GoDaddy&#8217;s recent DNS Outage</a>. </p>
<p>At the end of the day, my opinion is that there&#8217;s not much of a difference between the hosting provider vs. the domain registrar if they are separate entities UNLESS you are working with a small hosting provider <em>that doesn&#8217;t have the technical know how but think they do. (I emphasize this, because there&#8217;s several smaller hosting providers that certainly DO know how to manage their DNS appropriately).</em></p>
<p>However, your hosting provider may have a number of features that integrate nicely into a &#8220;DNS Manager&#8221; which then easily integrates into their services as a hosting provider. I can&#8217;t think of any good examples off the top of my head, but this would be 1 good reason why it might make sense to go with the hosting provider vs. the registrar.</p>
<p>That answers your question (I think), but here&#8217;s a couple of related thoughts I have on the subject of hosting DNS (self-hosting vs. domain registrar vs. hosting provider):</p>
<p>I&#8217;m not saying that companies that self-host their DNS are vulnerable to the issues Godaddy experienced earlier this year as well. However, they are smaller targets, and let&#8217;s face it: nobody values a company&#8217;s website as much as you (the owner) do. You&#8217;re going to pull out all the stops to get it back online.</p>
<p>My personal preference is to manage our own DNS servers, because we have the expertise to keep them operational, and we have worked to ensure redundancy, should 1 of the DNS servers fail. (But we&#8217;re also a hosting provider too, so it only makes sense that we provide this offering). </p>
<p>Outside of this bias, I&#8217;m also of the opinion that companies that have the technical know-how should be willing to self-host their DNS for the reasons I&#8217;ve stated above. I&#8217;m a huge advocate for it, and at the end of the day, it puts the control of the domain into the hands of the owner, which is where it should be.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/57332/david-w" target="_blank">David W</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/460687/name-servers-with-registrar-vs-host-provider" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/name-servers-with-registrar-vs-host-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS Domains and Subdomains in one VirtualBox server? [closed]</title>
		<link>http://adminsgoodies.com/dns-domains-and-subdomains-in-one-virtualbox-server-closed/</link>
		<comments>http://adminsgoodies.com/dns-domains-and-subdomains-in-one-virtualbox-server-closed/#comments</comments>
		<pubDate>Sun, 23 Dec 2012 16:37:37 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[ubuntu-12.04]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/dns-domains-and-subdomains-in-one-virtualbox-server-closed/</guid>
		<description><![CDATA[I have been tasked by my instructor to setup a DNS server. But I don&#8217;t really know if I&#8217;m doing it the right way. I am unable to resolve/ping/nslookup the name server. Syslog sais the ns1 is lame. I am using four Ubuntu clients with VirtualBox, one of them configured to be the DNS server. I&#8217;ve set up an bridged virtual network and all hosts are able to ping eachother. I use these IP addresses [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have been tasked by my instructor to setup a DNS server. But I don&#8217;t really know if I&#8217;m doing it the right way. I am unable to resolve/ping/nslookup the name server. Syslog sais the ns1 is lame. <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I am using  four Ubuntu clients with VirtualBox, one of them configured to be the DNS server. I&#8217;ve set up an bridged virtual network and all hosts are able to ping eachother. I use these IP addresses inside the DNS configuration. Everything seems to be alright but I cannot reach the ns1.example.com even though it&#8217;s supposed to be the main DNS.</p>
<p>The task: Setup DNS server with a domain and a subdomain.<br />
Main domain: SOA, NS for both domain and subdomain, glue record and A record for the subdomain.<br />
Subdomain: SOA, NS, glue and A records. Should also have mail and www records. </p>
<p>Please tell me my errors here. I&#8217;m constantly reading new stuff and changing the configuration but I can never get to the point where nslookup works for all the addresses, unless I remove the subdomain and add sub.domain.com as a simple A record, but that wont cut it. <img src='http://adminsgoodies.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>named.conf.local</p>
<pre class="prettyprint"><code>zone "domain.com"
{
        type master;
        file "/etc/bind/zones/domain.com.db";
};zone "sub.domain.com"
{
        type master;
        file "/etc/bind/zones/sub.domain.com.db";
};zone "0.168.192.in-addr.arpa"
{
        type master;
        file "/etc/bind/zones/0.168.192.in-addr.arpa";
};
</code></pre>
<p>domain.com.db</p>
<pre class="prettyprint"><code>$TTL 3D; TTL default, 3 dagardomain.com.  IN      SOA     ns1.domain.com. admin.domain.com. (
2012122104; Serialnumber
28800;
3600;
604800;
38400
); Maindomain name servers
domain.com.                   IN      NS      ns1.domain.com.
sub.domain.com.               IN      NS      ns2.sub.domain.com.
; Main domain A records
ns1.domain.com.               IN      A       192.168.1.92
ns2.sub.domain.com.           IN      A       192.168.1.84
</code></pre>
<p>sub.domain.com.db</p>
<pre class="prettyprint"><code>$TTL 3D$ORIGIN sub.domain.com.@  IN      SOA     ns2.sub.domain.com. admin.sub.domain.com. (
2012122104; Serialnumber
28800;
3600;
604800;
38400
); Sub-domain
                IN      NS      ns2.sub.domain.com.
domain.com.     IN      NS      ns1.domain.com.; Mailserver for subdomain
                IN      MX 10   mail.sub.domain.com.; A records for subdomain
ns2             IN      A       192.168.1.84
ns1.domain.com. IN      A       192.168.1.92; Glue records for subdomain
mail            IN      A       192.168.1.89
www             IN      A       192.168.1.72; Canonical names for subdomain
stuff        IN      CNAME   www
</code></pre>
<p>in-addr.arpa</p>
<pre class="prettyprint"><code>$TTL 3D
@ IN SOA ns1.domain.com. admin.domain.com. (
2012122103;
28800;
604800;
604800;
86400
);        IN  NS  ns1.domain.com.
        IN  NS  ns2.sub.domain.com.
92      IN  PTR ns1.domain.com.
92      IN  PTR ns2.sub.domain.com.
74      IN  PTR www.sub.domain.com.
89      IN  PTR mail.sub.domain.com.
</code></pre>
<p>Happy Holidays! ;&gt;</p>
<p>Edit: I have comined it into one file, using ORIGIN$ and I can reach the ns1, but none of the subs&#8230;</p>
<div class="author">Asked by <a href="http://serverfault.com/users/150717/andreas-bizzozero" target="_blank">Andreas Bizzozero</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>I maintain a single name server but have several sub-domains so I use the $ORIGIN trick mentioned in the O&#8217;Reilly DNS &amp; Bind book referenced <a href="http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch09_04.htm" rel="nofollow">here</a>.</p>
<p><strong>/var/named/chroot/var/named/data/db.192.168.1</strong></p>
<pre class="prettyprint"><code>$ORIGIN .
$TTL 604800 ; 1 week
1.168.192.in-addr.arpa      IN SOA  ns.me.local. hostmaster.me.local. (
                            2000075001 ; serial
                            28800      ; refresh (8 hours)
                            7200       ; retry (2 hours)
                            604800     ; expire (1 week)
                            86400      ; minimum (1 day)
                            )
                    NS      ns.me.local.
$ORIGIN 1.168.192.in-addr.arpa.
1                   PTR     mulder.me.local.
101                 PTR     flanders.me.local.
102                 PTR     lisa.me.local.
....
....
</code></pre>
<p><strong>/var/named/chroot/var/named/data/db.me.local</strong></p>
<pre class="prettyprint"><code>$ORIGIN .
$TTL 604800 ; 1 week
me.local            IN SOA  ns.me.local. hostmaster.me.local. (
                            2000075000 ; serial
                            28800      ; refresh (8 hours)
                            7200       ; retry (2 hours)
                            3600000    ; expire (5 weeks 6 days 16 hours)
                            86400      ; minimum (1 day)
                            )
                    NS      ns.me.local.
                    A       192.168.1.1
                    MX      10 mail.me.local.
                    MX      20 me.local.
                    TXT     "v=spf1 mx/24 ~all"
$ORIGIN me.local.
apu                 A       192.168.1.112
                    HINFO   "VZ12" "VZ12"
                    MX      10 mail
                    TXT     "v=spf1 redirect=me.local"
bart                A       192.168.1.103
                    HINFO   "VZ3" "VZ3"
                    MX      10 mail
                    TXT     "v=spf1 redirect=me.local"
...
...
$INCLUDE            "data/subdomain-somedom1.org.sub"
$INCLUDE            "data/subdomain-somedom2.org.sub"
</code></pre>
<p><strong>/var/named/chroot/var/named/data/subdomain-somedom1.org.sub</strong></p>
<pre class="prettyprint"><code>$ORIGIN somedom1.org.me.local.
blogs               CNAME   blogs.me.local.
</code></pre>
<p><strong>/var/named/chroot/var/named/data/subdomain-somedom2.org.sub</strong></p>
<pre class="prettyprint"><code>$ORIGIN somedom2.org.me.local.
bender              CNAME   bender.me.local.
farnsworth          CNAME   farnsworth.me.local.
fry                 CNAME   fry.me.local.
leela               CNAME   leela.me.local.
</code></pre>
<div class="author">Answered by <a href="http://serverfault.com/users/2518/slm" target="_blank">slm</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/460343/dns-domains-and-subdomains-in-one-virtualbox-server" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/dns-domains-and-subdomains-in-one-virtualbox-server-closed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>is it possible to use alternative dns manager</title>
		<link>http://adminsgoodies.com/is-it-possible-to-use-alternative-dns-manager/</link>
		<comments>http://adminsgoodies.com/is-it-possible-to-use-alternative-dns-manager/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 17:36:01 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/is-it-possible-to-use-alternative-dns-manager/</guid>
		<description><![CDATA[long time ago I bought a cheap hosting and it came with a domain name. but now I want more control over my domain name, and their cheap panel just don&#8217;t have access to edit the entries. the only thing I can edit is the dns server address nameserver address. are there some free/pay dns server which I can change to, and will allow me to have full control over the dns table of my [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>long time ago I bought a cheap hosting and it came with a domain name. but now I want more control over my domain name, and their cheap panel just don&#8217;t have access to edit the entries. the only thing I can edit is the <strike>dns server address</strike> nameserver address.</p>
<p>are there some free/pay dns server which I can change to, and will allow me to have full control over the dns table of my domain? or the only way is to do a transfer</p>
<div class="author">Asked by <a href="http://serverfault.com/users/115924/kossel" target="_blank">Kossel</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>If you can edit the nameserver address(es) for the domain, which I assume is what you meant by &#8220;the dns server address&#8221;, then you can sign up for external DNS services like <a href="http://zoneedit.com" rel="nofollow" title="ZoneEdit">ZoneEdit</a>. The DNS provider you select should tell you what values to set your domain nameservers to.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/71606/john" target="_blank">John</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/454954/is-it-possible-to-use-alternative-dns-manager" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/is-it-possible-to-use-alternative-dns-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow connection to certain port from specified domain</title>
		<link>http://adminsgoodies.com/allow-connection-to-certain-port-from-specified-domain/</link>
		<comments>http://adminsgoodies.com/allow-connection-to-certain-port-from-specified-domain/#comments</comments>
		<pubDate>Mon, 03 Dec 2012 17:36:10 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[port]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/allow-connection-to-certain-port-from-specified-domain/</guid>
		<description><![CDATA[I got two domains, which are pointing on the same IP address, I can use both to connect to the server or certain port (TeamSpeak), the problem is that I would like the only one domain from those two to be working while connecting to a certain port. Eg. example.com points at the 11.22.33.44 &#8212; allow connection to the certain port from this domain. sample.com points at the 11.22.33.44 &#8212; disallow connection to the port [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I got two domains, which are pointing on the same IP address, I can use both to connect to the server or certain port (TeamSpeak), the problem is that I would like the only one domain from those two to be working while connecting to a certain port.</p>
<p>Eg.</p>
<p><code>example.com</code> points at the <code>11.22.33.44</code> &#8212; allow connection to the certain port from this domain.</p>
<p><code>sample.com</code> points at the <code>11.22.33.44</code> &#8212; disallow connection to the port specified above from this domain.</p>
<p>I know this would be possible for the IP addresses, but would it be possible for the domains?</p>
<div class="author">Asked by <a href="http://serverfault.com/users/127937/scott" target="_blank">Scott</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>On the OS level, no, it&#8217;s not possible, because firewall is not going to do DNS lookup for every packet, as it would slow the processing down unacceptably. It may however be possible in the application you&#8217;re using, if it does DNS lookup for each connection and supports connection filtering based on DNS names. It depends on the application.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/148068/eugene" target="_blank">Eugene</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/454589/allow-connection-to-certain-port-from-specified-domain" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/allow-connection-to-certain-port-from-specified-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linking domain name, server, DNS server?</title>
		<link>http://adminsgoodies.com/linking-domain-name-server-dns-server/</link>
		<comments>http://adminsgoodies.com/linking-domain-name-server-dns-server/#comments</comments>
		<pubDate>Mon, 26 Nov 2012 17:35:55 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[apache2]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[nameserver]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/linking-domain-name-server-dns-server/</guid>
		<description><![CDATA[I think I&#8217;ve got myself a bit lost here. Basically I have a private server, a .com domain registered at one place, and using clouDNS.net as a DNS server. I tried hosting my own DNS server but it got a bit too confusing. My domain register has the clouDNS nameservers set up, and at clouDNS I have the nameservers linked to my domain, but where do I link the domain to my server IP address? [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I think I&#8217;ve got myself a bit lost here. Basically I have a private server, a .com domain registered at one place, and using clouDNS.net as a DNS server. I tried hosting my own DNS server but it got a bit too confusing.</p>
<p>My domain register has the clouDNS nameservers set up, and at clouDNS I have the nameservers linked to my domain, but where do I link the domain to my server IP address?</p>
<p>Thanks!</p>
<div class="author">Asked by <a href="http://serverfault.com/users/146146/euskadi" target="_blank">Euskadi</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>Just add records for your server. A simple lookup requires at least an <code>A</code> (IPv4) or <code>AAAA</code> (IPv6) record to exist, for mail and other services one can set up others. For subdomains this is valid too, just repeat that.</p>
<p>I think a simple how-to on configuring DNS might help you out. For example <a href="https://help.hover.com/entries/21204757-how-to-edit-dns-records-a-cname-mx-txt-and-srv" rel="nofollow">this one</a>.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/135437/gertvdijk" target="_blank">gertvdijk</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/452270/linking-domain-name-server-dns-server" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/linking-domain-name-server-dns-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Circumvent ID10T domain parking after MyDomain software migration?</title>
		<link>http://adminsgoodies.com/circumvent-id10t-domain-parking-after-mydomain-software-migration/</link>
		<comments>http://adminsgoodies.com/circumvent-id10t-domain-parking-after-mydomain-software-migration/#comments</comments>
		<pubDate>Sat, 24 Nov 2012 17:36:28 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[General Questions]]></category>
		<category><![CDATA[cname-record]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[dns-hosting]]></category>
		<category><![CDATA[domain]]></category>

		<guid isPermaLink="false">http://adminsgoodies.com/circumvent-id10t-domain-parking-after-mydomain-software-migration/</guid>
		<description><![CDATA[I have been a happy customer of MyDomain.com, which handles domain stuff for http://JonathansCorner.com, which is my personal site handled correctly and http://JonathanHayward.com, which is CNAMEd to http://JonathansCorner.com where it normally serves up a professional site, but now serves up an imitation domain name speculator site because MyDomain includes free parking service and this parking trumps CNAMEs, with some dumbed-down menu choices that do not have information scent for &#8220;I made a CNAME choice; please [...]]]></description>
				<content:encoded><![CDATA[<h3 class="pq"><img src="http://adminsgoodies.com/imgs/question.png" alt="Question" /></h3>
<p>I have been a happy customer of MyDomain.com, which handles domain stuff for <a href="http://JonathansCorner.com" rel="nofollow">http://JonathansCorner.com</a>, which is my personal site handled correctly and <a href="http://JonathanHayward.com" rel="nofollow">http://JonathanHayward.com</a>, which is CNAMEd to <a href="http://JonathansCorner.com" rel="nofollow">http://JonathansCorner.com</a> where it normally serves up a professional site, but now serves up an imitation domain name speculator site because MyDomain includes free parking service and this parking trumps CNAMEs, with some dumbed-down menu choices that do not have information scent for &#8220;I made a CNAME choice; please respect it.&#8221;</p>
<p>Most of my domains are CNAMEd, usually referring to the server with my personal site. </p>
<p>What should I do now? Manual override for each CNAMEd domain? Re-evaluate my provider? Add more detail to the support ticket (it says that CNAMEd domains have CNAME trumped by parking)? Decide it&#8217;s time for a service that drapes slightly dirty pictures of girls?</p>
<p>With MyDomain for NOW&#8230;</p>
<div class="author">Asked by <a href="http://serverfault.com/users/53361/jonathan-hayward" target="_blank">Jonathan Hayward</a></div>
<h3 class="pa"><img src="http://adminsgoodies.com/imgs/answer.png" alt="Answer" /></h3>
<p>It is <strong>not</strong> valid to have a CNAME at the top level.  By setting one you have probably broken you zone.</p>
<p>You cannot use a CNAME for <code>jonathanhayward.com</code>.</p>
<div class="author">Answered by <a href="http://serverfault.com/users/984/zoredache" target="_blank">Zoredache</a></div>
<p class="ref-link">Check <a href="http://serverfault.com/questions/451404/circumvent-id10t-domain-parking-after-mydomain-software-migration" target="_blank">more discussion</a> of this question.</p>
]]></content:encoded>
			<wfw:commentRss>http://adminsgoodies.com/circumvent-id10t-domain-parking-after-mydomain-software-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
