Hurricane Electric's IPv6 Tunnel Broker Forums
September 02, 2010, 08:45:26 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Hurricane Electric's Tunnelbroker.net forums!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: also stuck on grab file by http - Can anyone test for me please  (Read 272 times)
ollybee
Newbie
*
Posts: 3


View Profile
« on: July 19, 2010, 01:57:50 pm »

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.
Logged
jimb
Hero Member
*****
Posts: 607


^^^ Warped picture


View Profile
« Reply #1 on: July 19, 2010, 04:35:39 pm »

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).
Logged

cholzhauer
Sr. Member
****
Posts: 462


View Profile
« Reply #2 on: July 19, 2010, 04:50:40 pm »

Yep, I can get it too.

How much time did you wait for the changes to propagate?
Logged
ollybee
Newbie
*
Posts: 3


View Profile
« Reply #3 on: July 20, 2010, 12:15:04 pm »

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.
Logged
cholzhauer
Sr. Member
****
Posts: 462


View Profile
« Reply #4 on: July 20, 2010, 12:19:16 pm »

I don't think it's a DNS issue

Code:

[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
Logged
broquea
Administrator
Hero Member
*****
Posts: 778


text


View Profile WWW
« Reply #5 on: July 20, 2010, 12:47:12 pm »

Negative caching and stuck process have been cleared out, give it another try.
Logged
ollybee
Newbie
*
Posts: 3


View Profile
« Reply #6 on: July 20, 2010, 01:22:59 pm »

That worked!
thanks
Logged
zanchey
Newbie
*
Posts: 2


View Profile
« Reply #7 on: July 28, 2010, 05:58:28 am »

I'm also struggling with this test - anyone have any luck with http://ipv6.ucc.gu.uwa.edu.au/x0fowoqkux.txt ? Works locally.
Logged
patrickdk
Jr. Member
**
Posts: 55


View Profile
« Reply #8 on: July 28, 2010, 06:06:11 am »

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.
Logged
cholzhauer
Sr. Member
****
Posts: 462


View Profile
« Reply #9 on: July 28, 2010, 09:36:03 am »

It's working for me

Code:
[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 ~]$


Logged
patrickdk
Jr. Member
**
Posts: 55


View Profile
« Reply #10 on: July 28, 2010, 09:38:27 am »

you must of got lucky and used the mooneye.ucc.gu.uwa.edu.au dns server Smiley

All of the ns*.bur.st ones still don't have it.
Logged
cholzhauer
Sr. Member
****
Posts: 462


View Profile
« Reply #11 on: July 28, 2010, 03:14:41 pm »

Must have gotten lucky.  I'd try again, but unfortunately my iPod doesn't have a command line or do ipv6
Logged
zanchey
Newbie
*
Posts: 2


View Profile
« Reply #12 on: July 29, 2010, 07:30:38 am »

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!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!