What is the nameserver in soa used for?

Posted by John Lee on Server Fault See other posts from Server Fault or by John Lee
Published on 2011-06-29T15:10:55Z Indexed on 2011/06/29 16:24 UTC
Read the original article Hit count: 317

Filed under:
|
|
|

Hey can you tell me what the nameserver in the soa record is for?

name        ttl class rr    name-server email-addr  (sn ref ret ex min)
example.com.    IN    SOA   **ns.example.com** (this nameserver). hostmaster.example.com. (
                              2003080800 ; sn = serial number
                              172800     ; ref = refresh = 2d
                              900        ; ret = update retry = 15m
                              1209600    ; ex = expiry = 2w
                              3600       ; min = minimum = 1h
                              )
; the following are also valid using @ and blank 
@               IN    SOA   ns.example.com. hostmaster.example.com. (
                IN    SOA   ns.example.com. hostmaster.example.com. (

so if I were to add 5 nameservers, and I put the first nameserver on soa, and this server was not working will the user go to the next nameserver?

© Server Fault or respective owner

Related posts about bind

Related posts about nameserver