Webserver hashcat.net now with IPv6
#1
Both HTTP and HTTPS should work with IPv6 now.
#2
(03-21-2015, 03:49 PM)atom Wrote: Both HTTP and HTTPS should work with IPv6 now.

Looks like you still have the AAAA record, but IPv6 connectivity is broken.  For most end devices that have decent "happy eyeballs" behavior, the session lands on IPv4 and is cached and the user doesn't really notice.

However, I'm running through squid - and while squid eventually kicks over - it does take some time.

Code:
$ curl -I -v http://hashcat.net/oclhashcat/
* About to connect() to hashcat.net port 80 (#0)
*   Trying 2a03:f80:ed15:149:154:152:149:1... No route to host
*   Trying 149.154.152.149... connected
> HEAD /oclhashcat/ HTTP/1.1
> User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3
> Host: hashcat.net
> Accept: */*

< HTTP/1.1 200 OK
HTTP/1.1 200 OK

Traceroute from home.  OSX traceroute6 - !A means address unreachable.

Code:
$ traceroute6 -I -n 2a03:f80:ed15:149:154:152:149:1
traceroute6 to 2a03:f80:ed15:149:154:152:149:1 (2a03:f80:ed15:149:154:152:149:1) from 2607::XXXX, 64 hops max, 16 byte packets
 1  2607::XXXX  2.049 ms  1.171 ms  1.126 ms
 2  * * *
 3  2605:a000:0:4::4:2e3  23.454 ms  17.148 ms  21.802 ms
 4  2605:a000:0:4::4:4509  22.777 ms  16.086 ms  20.678 ms
 5  2605:a000:0:4::74  21.235 ms  19.957 ms  16.948 ms
 6  2001:1998:0:4::134  56.667 ms  26.036 ms  51.412 ms
 7  2001:1998:0:4::17c  33.134 ms  62.573 ms  28.107 ms
 8  2001:1900:4:3::2b9  27.187 ms  34.958 ms  28.629 ms
 9  2001:1900:4:1::be  39.664 ms  69.078 ms  35.917 ms
10  2001:1900:4:1::dd  35.968 ms  35.069 ms  35.029 ms
11  2001:1900:6:1::15  122.335 ms  124.597 ms  122.448 ms
12  2001:1900:5:1::12a  124.470 ms  121.853 ms  125.309 ms
13  2001:1900:5:1::215  126.177 ms  122.577 ms  141.086 ms
14  2001:1900:5:1::11a  124.286 ms  121.607 ms  124.772 ms
15  2001:1900:5:1::212  124.984 ms  124.355 ms  137.394 ms
16  2001:1900:5:1::115  121.685 ms  121.630 ms  124.555 ms
17  2001:1900:5:1::20d  125.256 ms  125.328 ms  124.353 ms
18  * * *
19  2001:1900:5:2:2::1576  120.877 ms  121.763 ms  123.367 ms
20  2a02:2d8::57f5:e0af  140.590 ms  143.691 ms  144.214 ms
21  2a02:2d8:0:a001:232a::1  147.999 ms  141.023 ms  145.388 ms
22  2a02:2d8:0:a001:232a::1  3141.843 ms !A  3135.772 ms !A  3287.673 ms !A
#3
should be fixed, thanks for report!