Hurricane Electric's IPv6 Tunnel Broker Forums

IPv6 Certification Program Topics => General Discussion => Topic started by: thurman86 on November 03, 2010, 08:00:15 PM

Title: Enthusiast test.
Post by: thurman86 on November 03, 2010, 08:00:15 PM
Unless I am wrong on how to go about doing the Enthusiast test I dont believe it to be possible for me to do. From what I understand I have to set up an IPv6 webserver...The thing about that is my ISP does not allow servers to be ran on a residential connection. Am I stuck at this level or is there webhosting that will somehow allow me to configure my site with IPv6?
Title: Re: Enthusiast test.
Post by: cholzhauer on November 03, 2010, 08:07:44 PM
Quote
From what I understand I have to set up an IPv6 webserver...The thing about that is my ISP does not allow servers to be ran on a residential connection

Is this because they don't want the traffic or is this because they're blocking port 80 inbound?

Depending on the TOS, this might very well be possible because they will not see the traffic as HTTP...they'll see it as protocol41
Title: Re: Enthusiast test.
Post by: thurman86 on November 03, 2010, 08:19:06 PM
They don't want the traffic, I had a server up and running for a few days ones...next thing I know my Internet is cut off and I get a phone call explaining that I cant run a server. They restored my connection and gave me 24 hours to take it down or get suspended again...
Title: Re: Enthusiast test.
Post by: cholzhauer on November 03, 2010, 08:22:19 PM
Was that over IPv4 or IPv6?  All the enthusiast test does (I think) is to read a text file on your server, which isn't going to take many bytes at all. 

If it was v4, I would imagine they could have been snooping traffic looking for port 80 or http traffic.

Not that I'm advocating this, but you could set up your web server, pass the test, then take it back down again
Title: Re: Enthusiast test.
Post by: thurman86 on November 03, 2010, 08:26:04 PM
It was over v4. I'm thinking you are right, if i set up an IPv6 server to take the test with and then take it down I should be fine. Guess I will just have to try and see.  ;D
Title: Re: Enthusiast test.
Post by: bombcar on November 05, 2010, 11:11:50 AM
If you can run IPv6 via the tunnel, you can setup the server on an IPv6 address such that it cannot be accessed via IPv4, and I double-dog guarantee they'll never even notice.

They'd have to have IPv6 equipment, and even then, they only see protocol 41 until it hits HE's servers, which they don't control.
Title: Re: Enthusiast test.
Post by: lukec on November 05, 2010, 04:11:01 PM
Or, if you have nc available run
nc -6 -l 80 < filename.txt and hit return.
Then initiate the "get the file" at the HE end...which basically simulates a listener on port 80 that serves up the file...
That might work...
lukec
Title: Re: Enthusiast test.
Post by: jarsenio on November 22, 2010, 12:30:31 PM
^  Good tip! 

Although, you really shouldn't have any issues setting up a temporary web server on any ISP. 
Title: Re: Enthusiast test.
Post by: Balasubramaniyam on February 04, 2011, 03:46:37 PM
Setup Native IPv6 or Tunneled IPv6 using a Tunnelbroker
   >:(

You do not appear to be using an IPv6 capable connection, why not setup a tunnel from Tunnelbroker.net

I tried to set up one.. "Balasubramaniyam-1.tunnel.tserv4.nyc4.ipv6.he.net" what should I do to complete this level...Please help me....
Title: Re: Enthusiast test.
Post by: cholzhauer on February 06, 2011, 01:52:57 PM
Looks like you're tunnel isn't working?

Gonna need some more information...what do your routing tables and interfaces look like? What commands did you use to try and start the tunnel?
Title: Re: Enthusiast test.
Post by: Sindoatan on February 09, 2011, 03:21:13 AM
Hello.
I'm also cant pass this level(
I have working HE tunnel, domain, A and AAAA recorns at HE DNS servers, webserver (nginx) listening [::]:80 for this domain. I can succesfull see my site via ipv4, ping it via ipv6. But I still cant reach this test. Can anyone help with it?
http://sindoatan.ru/he54qshhmg.txt
Title: Re: Enthusiast test.
Post by: cholzhauer on February 09, 2011, 04:59:04 AM
Your webserver is either not listening on IPv6 or your firewall is blocking it.


[carl@mars ~]$ wget -6 http://sindoatan.ru/he54qshhmg.txt
--2011-02-09 08:00:18--  http://sindoatan.ru/he54qshhmg.txt
Resolving sindoatan.ru... 2001:470:25:473::2
Connecting to sindoatan.ru|2001:470:25:473::2|:80... failed: Operation timed out.
Retrying.

--2011-02-09 08:00:46--  (try: 2)  http://sindoatan.ru/he54qshhmg.txt
Connecting to sindoatan.ru|2001:470:25:473::2|:80... ^C


Title: Re: Enthusiast test.
Post by: Sindoatan on February 09, 2011, 06:10:33 AM
Quote from: cholzhauer on February 09, 2011, 04:59:04 AM
Your webserver is either not listening on IPv6 or your firewall is blocking it.
Hmm.. It works fine now. But i've done nothing. (Web server - fine, but not a test)
Pict: http://db.tt/Cr2EnoI
Title: Re: Enthusiast test.
Post by: cholzhauer on February 09, 2011, 06:18:31 AM
Yep, works fine



[carl@mars ~]$ wget -6 http://sindoatan.ru/he54qshhmg.txt
--2011-02-09 09:18:09--  http://sindoatan.ru/he54qshhmg.txt
Resolving sindoatan.ru... 2001:470:25:473::2
Connecting to sindoatan.ru|2001:470:25:473::2|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 0 [text/plain]
Saving to: `he54qshhmg.txt'

    [ <=>                                                                 ] 0           --.-K/s   in 0s

2011-02-09 09:18:12 (0.00 B/s) - `he54qshhmg.txt' saved [0/0]
Title: Re: Enthusiast test.
Post by: donbushway on February 09, 2011, 08:56:51 AM
I can grab the file but it is empty.
Title: Re: Enthusiast test.
Post by: Sindoatan on February 10, 2011, 04:57:36 AM
Quote from: donbushway on February 09, 2011, 08:56:51 AM
I can grab the file but it is empty.
Yes. Must I write my code in it or anything else?
Title: Re: Enthusiast test.
Post by: cholzhauer on February 10, 2011, 05:12:36 AM
Probably best to put your code in it.
Title: Re: Enthusiast test.
Post by: Sindoatan on February 10, 2011, 11:25:43 AM
I've mailed to HE support and they fix it. It's realy works) It was DNS cache trouble. Thanks for answering here.