LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 10-01-2009, 10:49 AM   #1
reverendryan
LQ Newbie
 
Registered: Oct 2009
Posts: 2

Rep: Reputation: 0
Proper way to add secondary DNS to public zone?


Yesterday the hosting provider (lets call them HOSTINGPROVIDER.com) that hosts the website and public DNS for the school (I'll call it SCHOOL.org) I work at was completely out. As a result, no one could send us email or use our other on-campus-hosted services. My boss told me "don't let this happen again".

I've set up a secondary DNS server here on campus, and it's doing the zone transfer just fine. What I haven't done yet, and am a little afraid to do lest I take our DNS down again, is alter our DNS servers at our registrar.

How do I add the new server into the pool without creating a circular reference? The software at the registrar won't let me add an IP address.

Right now our DNS servers are ns1.HOSTINGPROVIDER.com and ns2.HOSTINGPROVIDER.com. If I create ns1.SCHOOL.org and set that as one of our servers both at our registrar and in the zone (ie, IN NS ns1.SCHOOL.org), how does that actually get resolved if ns1.HOSTINGPROVIDER.com and ns2.HOSTINGPROVIDER.com go down?

To make it a little clearer, here is the relevant part of the existing zonefile:
Code:
SCHOOL.org     IN SOA  ns1.HOSTINGPROVIDER.com. person.HOSTINGPROVIDER.com. (
  200812291  ; serial
  1800       ; refresh (30 minutes)
  600        ; retry (10 minutes)
  604800     ; expire (1 week)
  3600       ; minimum (1 hour)
  )
  NS      ns1.HOSTINGPROVIDER.com.
  NS      ns2.HOSTINGPROVIDER.com.
And here's what I'd like it to be:
Code:
SCHOOL.org     IN SOA  ns1.HOSTINGPROVIDER.com. person.HOSTINGPROVIDER.com. (
  200812291  ; serial
  1800       ; refresh (30 minutes)
  600        ; retry (10 minutes)
  604800     ; expire (1 week)
  3600       ; minimum (1 hour)
  )
  NS      ns1.HOSTINGPROVIDER.com.
  NS      ns2.HOSTINGPROVIDER.com.
  NS      ns1.SCHOOL.org.

ns1 A    10.0.0.0

But what do I put in the domain registration for SCHOOL.org to make it work?
 
Old 10-01-2009, 12:24 PM   #2
reverendryan
LQ Newbie
 
Registered: Oct 2009
Posts: 2

Original Poster
Rep: Reputation: 0
http://faq.domainmonster.com/dns/glue_record/ seems to suggest that what I want to do is correct, and that the registrar will take care of the recursion problem automagically.

Is this correct?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Zone file(s) problem, datestamps keep updating on secondary DNS server. ipa Linux - Newbie 1 08-05-2008 10:58 AM
DNS Master Zone Vs. DNS Slave Zone ALInux Linux - Networking 3 08-29-2007 09:28 AM
DNS secondary zone transfer problems jc materi Linux - Networking 5 04-04-2007 12:19 PM
DNS Zone x-fer - From one zone to another / Debian 3.1 + BIND9 kenwoodgt Linux - Software 0 11-01-2006 10:28 AM
Public DNS Server - Zone Transfer - granitecanyon.com j33px0r Linux - Networking 2 04-14-2004 09:26 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration