Re: IPv6 config... grmpf!

Povl Ole Haarlev Olsen <[email protected]> Fri, 10 Aug 2012 19:10:56 +0200 (CEST)
Newsgroups gmane.linux.debian.user.isp
Message-ID <[email protected]>
On Fri, 10 Aug 2012, Povl Ole Haarlev Olsen wrote:
> On Fri, 10 Aug 2012, Michelle Konzack wrote:
>> I have a real IPv6 /64 block and want to use it on my Hetzner Server.
> [- Cut -]
>> mail.tamay-dogan.net.	3600	IN	AAAA	2a01:4f8:d12:1300::2
> [- Cut -]
>> Which should be OK.  However, nothing is working.
> It looks like someone turn off ping replies, but other than that, it seems 
> fine to me...

I did some more tests.

It looks like your mail-server isn't listening on IPv6:

$ telnet 2a01:4f8:d12:1300::2 smtp
Trying 2a01:4f8:d12:1300::2...
telnet: Unable to connect to remote host: Connection refused

But your webserver is:

$ telnet 2a01:4f8:d12:1300::2 www
Trying 2a01:4f8:d12:1300::2...
Connected to 2a01:4f8:d12:1300::2.
Escape character is '^]'.
GET /IPv6-test HTTP/1.0

HTTP/1.1 404 Not Found
Date: Fri, 10 Aug 2012 17:01:11 GMT
Server: Apache/2.2.16 (Debian)
...
<address>Apache/2.2.16 (Debian) Server at mail.tamay-dogan.net Port 80</address>
</body></html>
Connection closed by foreign host.

-- 
Povl Ole