[Pdns-users] Weird problem

Hans Christian Saustrup pdns.hc at saustrup.net
Sun Aug 21 22:09:40 UTC 2005


Hi!

I'm running three nameservers, and I'm currently in the process of 
moving two of them from one IP segment to another. The primary 
nameserver was no problem, but my slaves are behaving strangely and 
replying with both correct and "stale" A-records, eventhough the AXFR 
looks fine.  Version is 2.9.18 compiled from source. Backend is MySQL. 
Serial is the same on both servers, and both were restarted several 
times after the update, just to make sure pdns wasn't cashing anything.

Any input you might have is highly appreciated.

Cheers,
HC


Examples:

Primary nameserver: everything ok:

$ dig  ccxcs.com @83.149.113.26
;; ANSWER SECTION:
ccxcs.com.              3600    IN      A       83.149.113.2 (OK!)
;; Query time: 84 msec
;; SERVER: 83.149.113.26#53(83.149.113.26)

Secondary nameserver: returns old stale + new A record:

$ dig  ccxcs.com @83.149.113.27 (
;; ANSWER SECTION:
ccxcs.com.              3600    IN      A       69.42.87.167 (Old A 
record - what's it doing here?)
ccxcs.com.              3600    IN      A       83.149.113.2 (OK!)
;; Query time: 86 msec
;; SERVER: 83.149.113.27#53(83.149.113.27)

Secondary nameserver: AXFR looks ok:

$ dig axfr ccxcs.com @83.149.113.27
ccxcs.com.              10800   IN      SOA     ns100.spindns.com. 
hostmaster.spindns.com. 2005082102 10800 3600 604800 10800
ccxcs.com.              3600    IN      NS      ns103.spindns.com.
ccxcs.com.              3600    IN      A       83.149.113.2 (OK!)
ccxcs.com.              3600    IN      NS      ns100.spindns.com.
mail.ccxcs.com.         3600    IN      CNAME   mail.spindns.com.
ccxcs.com.              3600    IN      MX      10 mail100.spindns.com.
ccxcs.com.              3600    IN      NS      ns101.spindns.com.
*.ccxcs.com.            3600    IN      CNAME   ccxcs.com.
ccxcs.com.              3600    IN      MX      30 mail102.spindns.com.
ccxcs.com.              3600    IN      MX      20 mail101.spindns.com.
ccxcs.com.              10800   IN      SOA     ns100.spindns.com. 
hostmaster.spindns.com. 2005082102 10800 3600 604800 10800
;; Query time: 178 msec
;; SERVER: 83.149.113.27#53(83.149.113.27)

Primary nameserver: AXFR looks ok here too:

$ dig axfr ccxcs.com @83.149.113.26
ccxcs.com.              10800   IN      SOA     ns100.spindns.com. 
hostmaster.spindns.com. 2005082102 10800 3600 604800 10800
ccxcs.com.              3600    IN      A       83.149.113.2 (OK!)
mail.ccxcs.com.         3600    IN      CNAME   mail.spindns.com.
ccxcs.com.              3600    IN      NS      ns103.spindns.com.
ccxcs.com.              3600    IN      MX      10 mail100.spindns.com.
ccxcs.com.              3600    IN      MX      20 mail101.spindns.com.
ccxcs.com.              3600    IN      MX      30 mail102.spindns.com.
ccxcs.com.              3600    IN      NS      ns101.spindns.com.
*.ccxcs.com.            3600    IN      CNAME   ccxcs.com.
ccxcs.com.              3600    IN      NS      ns100.spindns.com.
ccxcs.com.              10800   IN      SOA     ns100.spindns.com. 
hostmaster.spindns.com. 2005082102 10800 3600 604800 10800
;; Query time: 171 msec
;; SERVER: 83.149.113.26#53(83.149.113.26)




More information about the Pdns-users mailing list