DNS
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsSystem AdministrationDNS

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 16th, 2004, 08:07 PM
bunghole bunghole is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 12 bunghole User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
nameserver question

What I have so far is
Code:
; Zone File for drhealy.com
@       14400   IN      SOA     ns1.tehw00t.net.   admin.tehw00t.net. ( 
                                        2003122702 
                                        28800 
                                        7200 
                                        3600000 
                                        86400 
                                        ) 

tehw00t.net.     14400   IN      NS      ns1.tehw00t.net. 
tehw00t.net.     14400   IN      NS      ns2.tehw00t.net. 

test         14400  	 IN      A             66.90.103.51


i want to create the subdomain test.drhealy.com , so will this drhealy.com.zone file do it?

Thanks.

Reply With Quote
  #2  
Old August 16th, 2004, 11:39 PM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
looks fine to me
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links:

Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts

Reply With Quote
  #3  
Old August 17th, 2004, 10:45 AM
dba_frog's Avatar
dba_frog dba_frog is offline
cave painting, the 1st Opn Src
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 402 dba_frog User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 h 17 m 18 sec
Reputation Power: 6
for my own edification...

will a stubzone\slave record need to be created?, or is zone file modified?

If I have the right idea but wrong terminology, please clarify howto?

thanks...Frog
__________________
Curious by Nature,
Linux by Choice

Reply With Quote
  #4  
Old August 17th, 2004, 11:39 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
If the stub or slave zone file doesn't exist it will be created by BIND. The created file is only read if you restart BIND. Problems may result if you have BIND restarted while the slave zone file is empty or has some manually composed content in the file.

Reply With Quote
  #5  
Old August 18th, 2004, 02:02 AM
bunghole bunghole is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 12 bunghole User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
this doesnt seem to be working for me.

I have to add drhealy.com.zone to named.conf correct?
Code:
zone "drhealy.com" IN {
     type master;
     file "drhealy.com.zone";
};

Reply With Quote
  #6  
Old August 18th, 2004, 08:27 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
yep, lookin good. However, if you're needing help, just say so and I'll get into the drivers seat here to figure out what's wrong.

Reply With Quote
  #7  
Old August 18th, 2004, 12:27 PM
bunghole bunghole is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2004
Posts: 12 bunghole User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Sir, I require Help

i uploaded named.conf, and two of my zone files (i added the txt extension so your internet browser can see them)

named.conf.txt
tehw00t.net.zone (this acts as the nameserver as well)
drhealysdiet.net.zone (the domain i'm trying to add)

A friend is running a DynamicIP Service for DrHealy's Diet.net, so the order of the nameservers are:
NS1.tehw00t.net
ns2.wshost.net
ns3.wshost.net

If ns1.tehw00t.net fails (which it is doing), it'll bump down to wshost.net nameservers, which automatically DynDNS's to 66.90.103.215.

tehw00t.net works great, all the subdomains run etc, I just have problems with drhealysdiet.net .

Thanks.

Reply With Quote
  #8  
Old August 18th, 2004, 12:51 PM
murphy_young murphy_young is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 296 murphy_young User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 14 h 17 m 54 sec
Reputation Power: 0
Well, I think that you need to change the file:
drhealysdiet.net.zone.txt

from:

tehw00t.net. 14400 IN NS ns1.tehw00t.net.
tehw00t.net. 14400 IN NS ns2.tehw00t.net.

to:

drhealysdiet.net. 14400 IN NS ns1.tehw00t.net.
drhealysdiet.net. 14400 IN NS ns2.tehw00t.net.

Reply With Quote
  #9  
Old August 19th, 2004, 07:26 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
heh, that's for sure. Make the change Mr. Bung and tell us if you have any more problems.

Reply With Quote
  #10  
Old August 19th, 2004, 08:00 AM
freebsd freebsd is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2001
Posts: 5 freebsd User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
>> so the order of the nameservers are ...

Wrong terminology. No ordering.

>> If ns1.tehw00t.net fails (which it is doing), it'll bump down to wshost.net nameservers

Wrong. The query chance are even for all 3 (randomly). If one is knowingly to be unreliable in availability, just remove it.

Reply With Quote
  #11  
Old August 19th, 2004, 08:14 AM
SilentRage's Avatar
SilentRage SilentRage is offline
DNS/BIND Guru
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jun 2003
Location: OH, USA
Posts: 4,195 SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level)SilentRage User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 1 Week 5 Days 15 h 53 m 4 sec
Reputation Power: 77
I had done some testing in the past to see whether if downed dns servers really does cause resolution failures *randomly* depending on what server was picked. When BIND is acting as the resolver I have found that it would test the first server, after it times out, it will log the lame server to the logfile (if configured to do so) then try the next server. This causes a delay in resolution on the first access, and afterward the target IP is cached so it no longer causes the delay (until it expires from cache).

However, that is just now BIND does it. I agree with freebsd that having a dns server that is offline *may* cause reliability problems cause not all resolvers will gracefully handle them. I have seen in the past where a domain did not resolve for me (before I installed BIND) and found that 2 out of 3 dns servers that hosted that domain were offline.

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > nameserver question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT