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:
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now!
  #1  
Old January 17th, 2004, 12:38 PM
hymns hymns is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melaka, Malaysia
Posts: 51 hymns User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 57 sec
Reputation Power: 5
Send a message via ICQ to hymns Send a message via Yahoo to hymns
2nd name server

how could i add secondary name server at my m$ box 2k using bind 9?

i've successfully setup the master zone at named.conf but when i add the slave the output is:

---
C:\WINNT\system32\dns\bin>named -g
Jan 18 02:18:59.234 starting BIND 9.2.3 -g
Jan 18 02:18:59.234 using 1 CPU
Jan 18 02:18:59.250 loading configuration from 'C:\WINNT\system32\dns\etc\named.conf'
Jan 18 02:18:59.250 C:\WINNT\system32dns\etc\named.conf:68: zone 'myramadhan.com': already exists
Jan 18 02:18:59.250 C:\WINNT\system32dns\etc\named.conf:75: zone '146.95.219.IN-ADDR.ARPA': type not present
Jan 18 02:18:59.250 loading configuration: failure
Jan 18 02:18:59.250 exiting (due to fatal error)
---

when query using http://www.dollardns.org/cgi-bin/DN...bmit=Send+Query

the output show the ns1 & ns2. Can i use this ns1 & ns2 at my domain to open my site at my own box?
__________________
Making it different not a profit

Reply With Quote
  #2  
Old January 17th, 2004, 12:52 PM
hymns hymns is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melaka, Malaysia
Posts: 51 hymns User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 57 sec
Reputation Power: 5
Send a message via ICQ to hymns Send a message via Yahoo to hymns
one more... can i use this name server (ns1/2) at my another domain other then above?

Reply With Quote
  #3  
Old January 17th, 2004, 02:15 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,193 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 14 h 27 m 56 sec
Reputation Power: 77
You cannot setup a master and slave for the same zone on the same server. There is no point for it.

You can host multiple domains on the same server yes.

In your reverse IP master zone '146.95.219.IN-ADDR.ARPA' you forgot to specify type master.

Yes, you may configure your registrar to use ns1 and ns2 for your domain as your domain's hosts. You'll have to create or register the name servers first with the same IP address for both ns1 and ns2. Some registrars don't let you use the same IP address however.
__________________
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
  #4  
Old January 18th, 2004, 06:59 AM
hymns hymns is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melaka, Malaysia
Posts: 51 hymns User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 57 sec
Reputation Power: 5
Send a message via ICQ to hymns Send a message via Yahoo to hymns
i've already put the 'master' on the '146.95.219.IN-ADDR.ARPA'...

what the step i need to make a slave? still blur

Reply With Quote
  #5  
Old January 18th, 2004, 08:53 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,193 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 14 h 27 m 56 sec
Reputation Power: 77
Since both ns1 and ns2 is on the same IP address you don't need slave. You don't want a slave.

Reply With Quote
  #6  
Old January 18th, 2004, 07:10 PM
hymns hymns is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2004
Location: Melaka, Malaysia
Posts: 51 hymns User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 29 m 57 sec
Reputation Power: 5
Send a message via ICQ to hymns Send a message via Yahoo to hymns
0k thank5, it'z w0rk ri9ht?

Reply With Quote
Reply

Viewing: Dev Shed ForumsSystem AdministrationDNS > 2nd name server


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