Apache is configured right I think, these work locally
wget -6 ipv6.demonlove.co.uk
wget -6 -S http://[2001:470:1f08:bb1::2]
-6 forces ipv6 although my ipv6 subdomain only has AAAA records only so unreachable by ipv4 anyway
-S shows the headers useful for debugging stuff
ipv6 port scan shows port 80 open
However when I run he test at Hurricane Electric test fails and I dont even see anything in the apache log. If anyone else can test this for me and tell me what they see that would be great.
I can fetch it. Could be a DNS caching issue at HE, or some sort of domain name mismatch (make sure the domain name u used on the HE tests matches the one you set up, etc).
Yep, I can get it too.
How much time did you wait for the changes to propagate?
Many thanks for testing. Anyone think why the certification test might be failing to grab?
DNS records have been in place for a couple of days.
URL cut and paste from the test site http://ipv6.demonlove.co.uk/y5ernpz2d2.txt
I remembered I had a robots.txt disallowing all robots got very excited thinking it might fix it, but no.
I don't think it's a DNS issue
[carl@mars ~]$ dig aaaa ipv6.demonlove.co.uk @2001:470:200::2
; <<>> DiG 9.6.1-P1 <<>> aaaa ipv6.demonlove.co.uk @2001:470:200::2
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44177
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;ipv6.demonlove.co.uk. IN AAAA
;; ANSWER SECTION:
ipv6.demonlove.co.uk. 86400 IN AAAA 2001:470:1f08:bb1::2
;; Query time: 147 msec
;; SERVER: 2001:470:200::2#53(2001:470:200::2)
;; WHEN: Tue Jul 20 15:04:52 2010
;; MSG SIZE rcvd: 66
Negative caching and stuck process have been cleared out, give it another try.
That worked!
thanks
I'm also struggling with this test - anyone have any luck with http://ipv6.ucc.gu.uwa.edu.au/x0fowoqkux.txt ? Works locally.
Should start your own thread, but.
That dns name has no host linked to it, no aaaa record, on ns2, ns4, ns5, or ns6
It does work for mooneye.ucc.gu.uwa.edu.au (so you need to sync up your slave dns)
and ns3 is not responding.
;; QUESTION SECTION:
;ipv6.ucc.gu.uwa.edu.au. IN ANY
;; ANSWER SECTION:
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS ns3.bur.st.
ipv6.ucc.gu.uwa.edu.au. 86362 IN SOA mooneye.ucc.gu.uwa.edu.au. postmaster.ucc.gu.uwa.edu.au. 2010060700 10800 3600 3600000 86400
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS ns6.bur.st.
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS mooneye.ucc.gu.uwa.edu.au.
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS ns2.bur.st.
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS ns5.bur.st.
ipv6.ucc.gu.uwa.edu.au. 3558 IN NS ns4.bur.st.
It's working for me
[carl@mars ~]$ wget http://ipv6.ucc.gu.uwa.edu.au/x0fowoqkux.txt
--2010-07-28 12:10:25-- http://ipv6.ucc.gu.uwa.edu.au/x0fowoqkux.txt
Resolving ipv6.ucc.gu.uwa.edu.au... 2001:388:7094:4080::9
Connecting to ipv6.ucc.gu.uwa.edu.au|2001:388:7094:4080::9|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 35 [text/plain]
Saving to: `x0fowoqkux.txt'
100%[======================================>] 35 --.-K/s in 0s
2010-07-28 12:10:29 (3.32 MB/s) - `x0fowoqkux.txt' saved [35/35]
[carl@mars ~]$ cat x0fowoqkux.txt
For ipv6 certification
ipv6.he.net
[carl@mars ~]$
you must of got lucky and used the mooneye.ucc.gu.uwa.edu.au dns server :)
All of the ns*.bur.st ones still don't have it.
Must have gotten lucky. I'd try again, but unfortunately my iPod doesn't have a command line or do ipv6
Thanks for your help, folks. I had to tidy up a few inconsistencies in our DNS config to fix this and those nameservers should never have appeared in our records. The test passes now - perhaps it would be useful to have a DNS test before the web test!