View Single Post
Old 25th February 2010
riotnrrd's Avatar
riotnrrd riotnrrd is offline
New User
 
Join Date: Feb 2010
Posts: 8
Default

Oops - I was not aware of that. A quick ":r !date \%Y\%m\%d" and that is all better. However it still hasn't fixed the issue.

FYI, while doing these checks I realized that a "pkill -HUP named" does NOT reload the config file - the timestamps weren't changing. I had to kill -15 named and restart it before the output changed.

I had been doing various checks with dig already, based on your other thread. This looks healthy to me:

Code:
moose# dig +norecurse -t soa dashaus.lan @192.168.1.1

; <<>> DiG 9.6.1-P1 <<>> +norecurse -t soa dashaus.lan @192.168.1.1
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57097
;; flags: qr aa ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1

;; QUESTION SECTION:
;dashaus.lan.                   IN      SOA

;; ANSWER SECTION:
dashaus.lan.            86400   IN      SOA     moose.dashaus.lan. root.moose.dashaus.lan. 20100225 3600 900 3600000 3600

;; AUTHORITY SECTION:
dashaus.lan.            86400   IN      NS      moose.dashaus.lan.

;; ADDITIONAL SECTION:
moose.dashaus.lan.      86400   IN      A       192.168.1.1

;; Query time: 2 msec
;; SERVER: 192.168.1.1#53(192.168.1.1)
;; WHEN: Thu Feb 25 09:30:35 2010
;; MSG SIZE  rcvd: 106
Reply With Quote