Operating System - Linux
1826428 Members
3952 Online
109692 Solutions
New Discussion

DNS find out the Master name server

 
SOLVED
Go to solution
'chris'
Super Advisor

DNS find out the Master name server

hi

we're migrating some public domain zone entries
from one DNS-server to another.
howto check which dns server is responsible now
for the MASTER zone entries, for example using dig ?

I tried:

# dig domain.net

; <<>> DiG 9.2.4 <<>> domain.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24332
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;domain.net. IN A

;; ANSWER SECTION:
domain.net. 83983 IN A 202.X.X.11

;; Query time: 1 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Mar 4 17:33:18 2006
;; MSG SIZE rcvd: 50


but don't get AUTHORITY SECTION.

greetings
chris
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: DNS find out the Master name server

Shalom,

Actually, nslookup is a better tool for this, because it permits you to set type and look up particularly records.

If this is a public server, the folliwng website might help.

http://www.dnsstuff.com/

Sorry for being away.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vipulinux
Respected Contributor

Re: DNS find out the Master name server

Hi

Check using
http://www.network-tools.com

Cheers
Vitaly Karasik_1
Honored Contributor

Re: DNS find out the Master name server

Chris,

If you would like to change address of one of your public DNS servers, you should update this domain's "profile", usually your registrant provides a web control panel for this.
Ivan Ferreira
Honored Contributor
Solution

Re: DNS find out the Master name server

To query the Name Servers for a domain you need to use:

dig domain.net NS

That will give you the list of DNS servers (masters/slaves) for the given zone.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?