Hurricane Electric's IPv6 Tunnel Broker Forums

IPv6 Certification Program Topics => General Discussion => Topic started by: rdizon on December 17, 2013, 08:45:41 PM

Title: could not grab the file via IPv6 HTTP
Post by: rdizon on December 17, 2013, 08:45:41 PM
Please help I got the message below...Port 80 is listening...I was able to ping gogo6 server and my IPv6 address..what seems to be the problem..i created the file on inetpub but still the same problem..please help



HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
Most likely causes:

    The directory or file specified does not exist on the Web server.
    The URL contains a typographical error.
    A custom filter or module, such as URLScan, restricts access to the file.

Things you can try:

    Create the content on the Web server.
    Review the browser URL.
    Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.

Detailed Error Information:
Module      IIS Web Core
Notification      MapRequestHandler
Handler      StaticFile
Error Code      0x80070002
Requested URL      http://rockeyroad.info:80/8ek708w7nf.txt
Physical Path      C:\inetpub\wwwroot\8ek708w7nf.txt
Logon Method      Anonymous
Logon User      Anonymous
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 18, 2013, 06:08:05 AM
When I click on that link, I'm redirected to a GoDaddy page saying this domain isn't owned by anyone.

Did you purchase the domain?
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 18, 2013, 07:59:37 PM
yeah..i bought it to complete this task...why is the problem with it? Please help
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 18, 2013, 08:52:31 PM
Have you clicked on the link you provided above?
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 19, 2013, 07:02:51 AM
I clicked on it. I don't understand why but i already purchased that domain.Do I need to call godaddy.com on it?
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 19, 2013, 07:17:53 AM
You need to clear up your domain issues before you can pass any of the tests.  GoDaddy is saying that domain has not been purchased.
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 19, 2013, 04:59:44 PM
I called in godaddy but they said that the domain is already purchased. I have done some test below. I hope this helps

C:\Users\Rocky>nslookup
Default Server:  google-public-dns-a.google.com
Address:  2001:4860:4860::8888

> set q=aaaa
> rockeyroad.info
Server:  google-public-dns-a.google.com
Address:  2001:4860:4860::8888

Non-authoritative answer:
Name:    rockeyroad.info
Address:  2001:5c0:1000:b::4a91

> nslookup
Server:  google-public-dns-a.google.com
Address:  2001:4860:4860::8888

*** google-public-dns-a.google.com can't find nslookup: Non-existent domain
> disco.gogo6.com
Server:  google-public-dns-a.google.com
Address:  2001:4860:4860::8888

Non-authoritative answer:
Name:    disco.gogo6.com
Address:  2001:5c0:1000:11::2

> set q=aaaa
> rockeyroad.info ns56.domaincontrol.com
Server:  ns56.domaincontrol.com
Addresses:  2607:f208:302::1c
          208.109.255.28

Name:    rockeyroad.info
Address:  2001:5c0:1000:b::4a91

> rockeyroad.info 8.8.8.8
Server:  [8.8.8.8]
Address:  8.8.8.8

Non-authoritative answer:
Name:    rockeyroad.info
Address:  2001:5c0:1000:b::4a91

> rockeyroad.info ns1.he.net
Server:  ns1.he.net
Address:  216.218.130.2

*** No IPv6 address (AAAA) records available for rockeyroad.info
>
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 19, 2013, 05:01:50 PM
Well, something has changed as now that domain points to an IIS server, so that's a start.  However, you have two problems

1) The link to the text file you posted is invalid (the file does not exist)
2) This is the larger issue; you don't have an IPv6 address for that domain in DNS


C:\Users\Carl>nslookup rockyroad.info
DNS request timed out.
    timeout was 2 seconds.
Server:  UnKnown
Address:  192.168.0.1

Non-authoritative answer:
Name:    rockyroad.info
Address:  82.98.86.175


Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 19, 2013, 05:15:12 PM
I have it configured like this on my domain

AAAA (IPv6 Host)    
   
Select Records
   
Host @    Points to 2001:05c0:1000:000b:0000:0000:0000:4a91 TTL1 Hour

and my gogo clients local endpoint is

50.71.141.71
2001:05c0:1000:000b:0000:0000:0000:4a9
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 19, 2013, 05:33:30 PM
It hasn't propagated yet


$ dig AAAA rockyroad.info @8.8.8.8 +short
$
$ ping6 rockyroad.info
ping6: hostname nor servname provided, or not known
$


Check your DNS setup.

I can talk to your IPv6 address though


$ ping6 2001:05c0:1000:000b::4a91
PING6(56=40+8+8 bytes) 2001:470:c27d:18::11 --> 2001:5c0:1000:b::4a91
16 bytes from 2001:5c0:1000:b::4a91, icmp_seq=0 hlim=118 time=173.201 ms
16 bytes from 2001:5c0:1000:b::4a91, icmp_seq=1 hlim=118 time=179.287 ms
16 bytes from 2001:5c0:1000:b::4a91, icmp_seq=2 hlim=118 time=202.560 ms
16 bytes from 2001:5c0:1000:b::4a91, icmp_seq=3 hlim=118 time=234.261 ms
^C
--- 2001:05c0:1000:000b::4a91 ping6 statistics ---
5 packets transmitted, 4 packets received, 20.0% packet loss
round-trip min/avg/max/std-dev = 173.201/197.327/234.261/23.974 ms
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 19, 2013, 05:55:43 PM
Do I need to contact godaddy for that issue? btw sir its rockeyroad.info that's with "e" :)
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 20, 2013, 07:21:29 AM
Whoops, my fault.

There's an IPv6 address, so DNS is fine


rockeyroad.info has address 50.63.202.44
rockeyroad.info has IPv6 address 2001:5c0:1000:b::4a91
rockeyroad.info mail is handled by 0 smtp.secureserver.net.
rockeyroad.info mail is handled by 10 mailstore1.secureserver.net


But I still get the GoDaddy page if I try and open the link.

Browsing to just http://[2001:5c0:1000:b::4a91] doesn't do anything
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 22, 2013, 02:03:02 PM
Its points to an IIS server which is just my laptop.i think it is shutdown when you try to query on it that why it goes to godaddy page. Im still getting the same error not sure whats wrong. I ask he.net about this also. Below is the response

ns1.he.net is not a recursive nameserver.  It only answers requests it
directly knows the answers for, so no response when queried for
rockeyroad.info is expected.

As to the HTTP check, it looks like there's a loop on the way to you.

$ traceroute6  2001:5c0:1000:b::4a91
traceroute to 2001:5c0:1000:b::4a91 (2001:5c0:1000:b::4a91) from
2001:470:0:c5::1e, 30 hops max, 24 byte packets
1  core1.fmt1.he.net (2001:470:0:c5::1)  0.239 ms  0.21 ms  0.147 ms
2  10ge11-1.core1.sjc2.he.net (2001:470:0:2f::2)  0.832 ms  7.586 ms
0.577 ms
3  as6453.gige-g5-16.core1.sjc2.he.net (2001:470:0:196::2)  0.725 ms
0.669 ms  0.661 ms
4  if-ae5.2.tcore2.PDI-PaloAlto.ipv6.as6453.net (2001:5a0:1500:500::2)
29.837 ms  3.884 ms  1.476 ms
5  if-ae2.2.tcore1.PDI-PaloAlto.ipv6.as6453.net (2001:5a0:1200:300::1)
1.497 ms  1.522 ms  1.498 ms
6  if-ae1.2.tcore1.NYY-NewYork.ipv6.as6453.net (2001:5a0:1200:300::6)
75.187 ms  75.21 ms  75.217 ms
7  if-ae11.2.tcore2.NYY-NewYork.ipv6.as6453.net (2001:5a0:400:700::1)
75.121 ms  75.133 ms  75.16 ms
8  if-ae2.2.tcore2.MTT-Montreal.ipv6.as6453.net (2001:5a0:1900:100::5)
82.19 ms  82.165 ms  82.266 ms
9  if-4-0-0.6bb1.MTT-Montreal.ipv6.as6453.net (2001:5a0:1900:100::e)
82.955 ms  82.36 ms  82.352 ms
10  2001:5a0:300::6 (2001:5a0:300::6)  83.311 ms  83.806 ms  83.283 ms
11  ix-5-0-1.6bb1.MTT-Montreal.ipv6.as6453.net (2001:5a0:300::5)  82.786
ms  82.92 ms  82.881 ms
12  2001:5a0:300::6 (2001:5a0:300::6)  83.866 ms  83.658 ms  84.262 ms
13  ix-5-0-1.6bb1.MTT-Montreal.ipv6.as6453.net (2001:5a0:300::5)  83.625
ms  83.594 ms  83.384 ms
14  2001:5a0:300::6 (2001:5a0:300::6)  84.728 ms  85.173 ms  84.559 ms

Looks like something in/around Tata (AS6453) is having problems and two
routers think the other one should handle the traffic.  I see your
address is a Gogo6 address, so you might want to see if they can
investigate this from their side as that IP range appears announced by
Tata for Gogo6.
Title: Re: could not grab the file via IPv6 HTTP
Post by: kasperd on December 22, 2013, 04:55:17 PM
Quote from: rdizon on December 22, 2013, 02:03:02 PMLooks like something in/around Tata (AS6453) is having problems and two
routers think the other one should handle the traffic.  I see your
address is a Gogo6 address, so you might want to see if they can
investigate this from their side as that IP range appears announced by
Tata for Gogo6.
I am able to run a traceroute to 2001:5c0:1000:b::4a91 from an HE tunnel, but trying to connect to port 80 on that IP is not working for me. Based on that, I think it would be a good idea to check if there are some unintended firewall rules.
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 23, 2013, 04:44:24 AM
Time to move to an HE tunnel
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 23, 2013, 09:10:07 AM
@cholzhauer - How do I move to an HE tunnel? 

@kasperd - I had already disable all my firewall and antivirus. Is there any other possibilities?
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 23, 2013, 09:34:35 AM
Start here

https://tunnelbroker.com/

Create an account (which you already have if you're posting here) and click create regular tunnel on the left
Title: Re: could not grab the file via IPv6 HTTP
Post by: kasperd on December 24, 2013, 04:17:45 PM
Quote from: rdizon on December 23, 2013, 09:10:07 AM@kasperd - I had already disable all my firewall and antivirus. Is there any other possibilities?
You'll need to ask somebody else about that. I don't know anything about Windows.
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on December 26, 2013, 07:10:51 AM
I cannot open tunnelbroker because my local isp is filtering. What else can I do?
Title: Re: could not grab the file via IPv6 HTTP
Post by: cholzhauer on December 26, 2013, 08:38:05 AM
Then you're SOL and you'll have to ask GoGo6 to fix the routing issue that was identified earlier.

(Unless you want to try SIXXS)
Title: Re: could not grab the file via IPv6 HTTP
Post by: kasperd on December 26, 2013, 12:28:29 PM
Quote from: rdizon on December 26, 2013, 07:10:51 AMI cannot open tunnelbroker because my local isp is filtering. What else can I do?
It depends. What are they filtering? If they are filtering ICMP echo requests but allowing protocol 41 through, you can open a ticket with HE explaining the situation, asking what can be done. If that is the case, then HE can easily help you, if they want to.

You can also try another tunnel provider. tb.netassist.ua has no such requirements, and they have zero bureaucracy around tunnel creation. Unfortunately, they have only one POP and not the best connectivity. SixXS supposedly have the best support for tunnels through lame ISPs, unfortunately they have the worst bureaucracy.
Title: Re: could not grab the file via IPv6 HTTP
Post by: rdizon on January 12, 2014, 11:48:42 AM
I've been off for a while..how do I use SixXS and tb.netassist.ua?  When I send an email o HE they pointed me to Gogo6, is that different from opening a ticket to fix the routing issue?
Title: Re: could not grab the file via IPv6 HTTP
Post by: kasperd on January 12, 2014, 03:21:01 PM
Quote from: rdizon on January 12, 2014, 11:48:42 AMI've been off for a while..how do I use SixXS and tb.netassist.ua?
The same way, you'd use tunnelbroker.net. http://tb.netassist.ua/ is by far the easiest to get started with. Just go to http://tb.netassist.ua/reg.php and type in your email address. However if you want to be using it on the longer term, you probably want something more reliable. In my experience NetAssist is the least reliable, but much easier to configure.

As for SixXS, I have no idea what it takes to get an account. For all I know, when you try to register they might flip a coin to decide whether they are going to accept you as a user or not.

Quote from: rdizon on January 12, 2014, 11:48:42 AMWhen I send an email o HE they pointed me to Gogo6
Sounds like they don't want to help you with the problem. But I haven't seen the exact wording of your email or the reply.

Quote from: rdizon on January 12, 2014, 11:48:42 AMis that different from opening a ticket to fix the routing issue?
All email addresses I know at HE are send through their ticket system.