Hurricane Electric's IPv6 Tunnel Broker Forums

IPv6 Certification Program Topics => General Discussion => Topic started by: sblan on March 26, 2010, 07:23:34 PM

Title: What is HE seeing when trying to grab the file via http?
Post by: sblan on March 26, 2010, 07:23:34 PM
From what I can see on my end, a request is never being made to my web server for the file.  Not sure what the problem might be, so hoping someone at HE can tell me what the test might be seeing.  Looks to me like I have everything in place for this to work.  The file it is looking for is http://www.sblan.net/ig6w234mr0.txt


From the IPv6 scan page:

Starting Nmap 5.00 ( http://nmap.org ) at 2010-03-26 19:05 PDT
Interesting ports on siren.sblan.net (2001:470:d:476::1):
Not shown: 994 filtered ports
PORT    STATE SERVICE
22/tcp  open  ssh
25/tcp  open  smtp
53/tcp  open  domain
80/tcp  open  http
465/tcp open  smtps
993/tcp open  imaps

This sees my web server listening on port 80, and a wget -6 works for me.

My DNS records look OK to me:

dig @74.82.42.42 aaaa www.sblan.net

; <<>> DiG 9.6.1-P3 <<>> @74.82.42.42 aaaa www.sblan.net
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 57000
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.sblan.net.                 IN      AAAA

;; ANSWER SECTION:
www.sblan.net.          86375   IN      CNAME   siren.sblan.net.
siren.sblan.net.        86375   IN      AAAA    2001:470:d:476::1

;; Query time: 76 msec
;; SERVER: 74.82.42.42#53(74.82.42.42)
;; WHEN: Fri Mar 26 19:26:21 2010
;; MSG SIZE  rcvd: 79

dig @2001:470:20::2 aaaa www.sblan.net

; <<>> DiG 9.6.1-P3 <<>> @2001:470:20::2 aaaa www.sblan.net
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 35959
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;www.sblan.net.                 IN      AAAA

;; ANSWER SECTION:
www.sblan.net.          86400   IN      CNAME   siren.sblan.net.
siren.sblan.net.        86400   IN      AAAA    2001:470:d:476::1

;; Query time: 172 msec
;; SERVER: 2001:470:20::2#53(2001:470:20::2)
;; WHEN: Fri Mar 26 19:53:18 2010
;; MSG SIZE  rcvd: 79


Title: Re: What is HE seeing when trying to grab the file via http?
Post by: broquea on March 26, 2010, 07:53:56 PM
Please retest, cache hadn't updated, just flushed it and can resolve your AAAA record now.
Title: Re: What is HE seeing when trying to grab the file via http?
Post by: sblan on March 26, 2010, 08:23:00 PM
Thanks, that worked.