• Welcome to Hurricane Electric's IPv6 Tunnel Broker Forums.

Certification: IPv6 mailserver test resolving to old IP record

Started by growse, January 26, 2010, 06:09:25 AM

Previous topic - Next topic

growse

Hi,

I'm trying to get the IPv6 mailserver test working, but for some reason there's a failure. I put in the email address "ipv6@growse.com", but the response from the AJAX call contains the following:

+:<br />
<b>Warning</b>:  fsockopen() [<a href='function.fsockopen'>function.fsockopen</a>]: unable to connect to [2a01:348:18a::4]:25 (Connection timed out) in <b>/home/ipv6/public_html/certification/modules/system.inc</b> on line <b>428</b><br />
var res = { 0: '0', 1: 'Couldnt get a handle' }; res;


The MX record for growse.com should be mailbot.growse.com, which has an AAAA record of 2001:470:1f09:784::11 (where the mailserver is). A long long while back, that AAAA record was 2a01:348:18a::4, but it's not been there for a long time now. Why would the HE mailserver therefore be trying to connect to 2a01:348:18a::4?

cholzhauer

Did you email HE and alert them to this?  It sounds like a DNS entry is stale and just needs flushed.

When I run the dig commands against my DNS server


[carl@mars ~]$ dig mx growse.com

; <<>> DiG 9.4.3-P2 <<>> mx growse.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27286
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;growse.com.                    IN      MX

;; ANSWER SECTION:
growse.com.             86399   IN      MX      10 mailbot.growse.com.

;; ADDITIONAL SECTION:
mailbot.growse.com.     86399   IN      A       93.97.176.165

;; Query time: 32 msec
;; SERVER: 2001:470:c27d:e000:88cb:fe1b:c4b0:92a1#53(2001:470:c27d:e000:88cb:fe1b:c4b0:92a1)
;; WHEN: Tue Jan 26 09:23:36 2010
;; MSG SIZE  rcvd: 68

[carl@mars ~]$ dig aaaa mailbot.growse.com

; <<>> DiG 9.4.3-P2 <<>> aaaa mailbot.growse.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 14327
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mailbot.growse.com.            IN      AAAA

;; ANSWER SECTION:
mailbot.growse.com.     86400   IN      AAAA    2001:470:1f09:784::11

;; Query time: 11 msec
;; SERVER: 2001:470:c27d:e000:88cb:fe1b:c4b0:92a1#53(2001:470:c27d:e000:88cb:fe1b:c4b0:92a1)
;; WHEN: Tue Jan 26 09:23:43 2010
;; MSG SIZE  rcvd: 64



When I run it against HE

[carl@ipv6router ~]$ dig mx growse.com @2001:470:20::2

; <<>> DiG 9.4.3-P2 <<>> mx growse.com @2001:470:20::2
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33249
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; QUESTION SECTION:
;growse.com.                    IN      MX

;; ANSWER SECTION:
growse.com.             86395   IN      MX      10 mailbot.growse.com.

;; ADDITIONAL SECTION:
mailbot.growse.com.     86395   IN      A       93.97.176.165

;; Query time: 64 msec
;; SERVER: 2001:470:20::2#53(2001:470:20::2)
;; WHEN: Tue Jan 26 09:36:34 2010
;; MSG SIZE  rcvd: 68

[carl@ipv6router ~]$ dig aaaa mailbot.growse.com

; <<>> DiG 9.4.3-P2 <<>> aaaa mailbot.growse.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19383
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;mailbot.growse.com.            IN      AAAA

;; ANSWER SECTION:
mailbot.growse.com.     86223   IN      AAAA    2001:470:1f09:784::11

;; Query time: 1 msec
;; SERVER: 2001:470:c27d:e000:41bd:d9bf:9b66:9b95#53(2001:470:c27d:e000:41bd:d9b
;; WHEN: Tue Jan 26 09:36:43 2010
;; MSG SIZE  rcvd: 64


Same result.  I'd just email ipv6@he.net  (unless broquea sees the problem on here first)


growse

It has just magically started working. I guess DNS was being slow...