Tony,

I just change qmailtoaster.com, but I did change www.qmailtoaster.com yesterday

[root@mail ~]# nslookup www.qmailtoaster.com dns.qmailtoaster.com
Server:         dns.qmailtoaster.com
Address:        71.122.219.26#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118


And, just tested

[root@mail ~]# nslookup qmailtoaster.com dns.qmailtoaster.com
Server:         dns.qmailtoaster.com
Address:        71.122.219.26#53

Name:   qmailtoaster.com
Address: 69.144.11.118

Worked!

Eric


On 9/3/2016 10:42 AM, Tony White wrote:
Hi Eric,
  Have to reloaded the zone files?
Both nslookup and dig on dns.qmailtoaster.com are still reporting the
old ip.


[root@indialau ~]# nslookup
server dns.qmailtoaster.com
Default server: dns.qmailtoaster.com
Address: 71.122.219.26#53
qmailtoaster.com
Server:         dns.qmailtoaster.com
Address:        71.122.219.26#53

Name:   qmailtoaster.com
Address: 173.230.142.232



[root@indialau ~]# dig @dns.qmailtoaster.com qmailtoaster.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>>
@dns.qmailtoaster.com qmailtoaster.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54873
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;qmailtoaster.com.              IN      A

;; ANSWER SECTION:
qmailtoaster.com.       86400   IN      A       173.230.142.232

;; Query time: 248 msec
;; SERVER: 71.122.219.26#53(71.122.219.26)
;; WHEN: Sun Sep  4 02:41:26 2016
;; MSG SIZE  rcvd: 50


[root@indialau ~]# dig @dns-na5.qmailtoaster.com qmailtoaster.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>>
@dns-na5.qmailtoaster.com qmailtoaster.com
; (1 server found)
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57611
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 9, ADDITIONAL: 9

;; QUESTION SECTION:
;qmailtoaster.com.              IN      A

;; ANSWER SECTION:
qmailtoaster.com.       86400   IN      A       173.230.142.232

;; AUTHORITY SECTION:
qmailtoaster.com.       86400   IN      NS      dns-na2.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-eu1.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-na5.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-eu3.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-eu2.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-na4.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-na3.qmailtoaster.com.
qmailtoaster.com.       86400   IN      NS      dns-na1.qmailtoaster.com.

;; ADDITIONAL SECTION:
dns-eu1.qmailtoaster.com. 86400 IN      A       144.76.154.60
dns-eu2.qmailtoaster.com. 86400 IN      A       213.239.242.238
dns-eu3.qmailtoaster.com. 86400 IN      A       83.145.213.124
dns-na1.qmailtoaster.com. 86400 IN      A       71.122.219.28
dns-na2.qmailtoaster.com. 86400 IN      A       71.19.244.176
dns-na3.qmailtoaster.com. 86400 IN      A       162.221.206.226
dns-na4.qmailtoaster.com. 86400 IN      A       98.111.131.51
dns-na5.qmailtoaster.com. 86400 IN      A       173.164.181.58
dns.qmailtoaster.com.   86400   IN      A       71.122.219.26

;; Query time: 201 msec
;; SERVER: 173.164.181.58#53(173.164.181.58)
;; WHEN: Sun Sep  4 02:42:36 2016
;; MSG SIZE  rcvd: 388


best wishes
  Tony White

On 4/09/2016 02:32, Tony White wrote:
Eric,
  When editing a Bind zone file you must change the index
or serial number so that Bind knows it is a new file to use.
See 2016022401 below. If you edit this file and leave the same
serial Bind does not update itself. If you change 01 to 02 etc then
bind knows to use it instead.
  At least that is my understanding of the use of the serial no.


$TTL    86400 ; 24 hours could have been written as 24h or 1d
; $TTL used for all RRs without explicit TTL value
$ORIGIN example.com.
@  1D  IN  SOA <http://www.zytrax.com/books/dns/ch8/soa.html> ns1.example.com. 
hostmaster.example.com. (
        -------------->>>     2016022401 ; serial
                              3H ; refresh
                              15 ; retry
                              1w ; expire
                              3h ; nxdomain ttl


best wishes
  Tony White


On 4/09/2016 02:25, Eric wrote:
I believe they are 86400 secs. I could change it to 14400.
What is incrementing a zone index?

On 9/3/2016 10:20 AM, Tony White wrote:
Hi Eric,
  Did you change the sequence number of the dns changes for the zone?
I generally run 14400 seconds not 86000+.
  Is it worth re-editing the zone file and changing the value to
14400 and
incrementing the zone index?

best wishes
  Tony White


On 4/09/2016 02:11, Eric wrote:
Yes, this is the longest I've ever had to wait for addresseses to
propagate. They're all in the qmt server, but the wait is with
individual ISP's...I think/hope.

On 9/3/2016 10:02 AM, Tony White wrote:
Long time to wait Eric...

[root@indialau ~]# dig qmailtoaster.com

; <<>> DiG 9.3.6-P1-RedHat-9.3.6-25.P1.el5_11.8 <<>> qmailtoaster.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34397
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;qmailtoaster.com.              IN      A

;; ANSWER SECTION:
qmailtoaster.com.       85250   IN      A       173.230.142.232


best wishes
  Tony White

On 4/09/2016 01:38, Eric wrote:

That address is dead. It is where the old QMT WWW was located.
The new address is 69.144.11.118 and more locations to come.
I just changed the DNS settings sometime yesterday. Thanks to Dan M.

All of the DNS servers for qmailtoaster.com have the correct address
except for one which refuses connection (dns-eu1)

[root@mail ~]# nslookup www.qmailtoaster.com dns.qmailtoaster.com
Server:         dns.qmailtoaster.com
Address:        71.122.219.26#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-na2.qmailtoaster.com
Server:         dns-na2.qmailtoaster.com
Address:        71.19.244.176#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-na1.qmailtoaster.com
Server:         dns-na1.qmailtoaster.com
Address:        71.122.219.28#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-eu3.qmailtoaster.com
Server:         dns-eu3.qmailtoaster.com
Address:        83.145.213.124#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-eu2.qmailtoaster.com
Server:         dns-eu2.qmailtoaster.com
Address:        213.239.242.238#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-na4.qmailtoaster.com
Server:         dns-na4.qmailtoaster.com
Address:        98.111.131.51#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118

[root@mail ~]# nslookup www.qmailtoaster.com
dns-eu1.qmailtoaster.com
Server:         dns-eu1.qmailtoaster.com
Address:        144.76.154.60#53

** server can't find www.qmailtoaster.com: REFUSED

[root@mail ~]# nslookup www.qmailtoaster.com
dns-na3.qmailtoaster.com
Server:         dns-na3.qmailtoaster.com
Address:        162.221.206.226#53

Name:   www.qmailtoaster.com
Address: 69.144.11.118


On 9/3/2016 9:30 AM, Tony White wrote:
PING www.qmailtoaster.com (173.230.142.232) 56(84) bytes of data.

---------------------------------------------------------------------

To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com





---------------------------------------------------------------------
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com





---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com


---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






---------------------------------------------------------------------
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Reply via email to