IPV6 Domain Unreachable

I've been trying out IPV6 on my Linode. I have DirectAdmin installed and have IPV6 enabled. The IP works in the browser and I can see the site using http://[2600:3c00::f03c:91ff:fe96:e151] however the domain dev.saundersinsignia.com doesn't.

Any help?

Thanks for looking!

Robert

1 Reply

Seems OK from here (2001:470:8dde:2:21c9:8a04:2d8a:192f):

rtucker@witte:~$ curl -v http://dev.saundersinsignia.com
* About to connect() to dev.saundersinsignia.com port 80 (#0)
*   Trying 2600:3c00::f03c:91ff:fe96:e151... connected
* Connected to dev.saundersinsignia.com (2600:3c00::f03c:91ff:fe96:e151) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.19.7 (x86_64-pc-linux-gnu) libcurl/7.19.7 OpenSSL/0.9.8k zlib/1.2.3.3 libidn/1.15
> Host: dev.saundersinsignia.com
> Accept: */*
> 
< HTTP/1.1 200 OK
< Date: Sat, 31 Dec 2011 23:12:07 GMT
< Server: Apache
< Last-Modified: Sat, 31 Dec 2011 18:02:09 GMT
< ETag: "58003-6-4b56725e70a40"
< Accept-Ranges: bytes
< Content-Length: 6
< Vary: Accept-Encoding,User-Agent
< Content-Type: text/html
< 
* Connection #0 to host dev.saundersinsignia.com left intact
* Closing connection #0
Hello!

Can you reach other IPv6-only stuff from there? http://www.kame.net/ is dual-stack with a swimming turtle, and http://ipv6.rocwiki.org/ is IPv6-only (and redirects to a dual-stack site). (And, of course, http://ipv6.google.com/)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct