You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Sylvain Rochet (JIRA)" <ji...@apache.org> on 2016/03/30 13:44:25 UTC

[jira] [Commented] (INFRA-11567) IPv6 is not working on 2a01:4f8:130:2192::2 host

    [ https://issues.apache.org/jira/browse/INFRA-11567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15217832#comment-15217832 ] 

Sylvain Rochet commented on INFRA-11567:
----------------------------------------

Oh dear, it is working today. I previously tested from all the IPv6 hosts I have access to and it didn't work anywhere and now it is flawlessly working.

What I can tell is it wasn't working for at least some weeks, I had to debug an apache module (outside of the Apache source tree) and extensively used the APR documentation during that and had to remove my IPv6 default route during all this time.

My primary source IPv6 address is 2a01:e35:2f0a:58e0:1::2, not tunneled at all. Do you have something in your httpd logs for the past few weeks from this host ?

> IPv6 is not working on 2a01:4f8:130:2192::2 host
> ------------------------------------------------
>
>                 Key: INFRA-11567
>                 URL: https://issues.apache.org/jira/browse/INFRA-11567
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: DNS, Website
>            Reporter: Sylvain Rochet
>            Assignee: Chris Lambertus
>            Priority: Minor
>
> 2a01:4f8:130:2192::2 is the IPv6 address currently set for, at least, http://httpd.apache.org and http://apr.apache.org.
> $ dig +short -t AAAA httpd.apache.org
> 2a01:4f8:130:2192::2
> $ dig +short -t AAAA apr.apache.org
> 2a01:4f8:130:2192::2
> IPv4 is working fine but IPv6 hang forever:
> $ telnet 88.198.26.2 80
> Trying 88.198.26.2...
> Connected to 88.198.26.2.
> Escape character is '^]'.
> GET / HTTP/1.1
> Host: httpd.apache.org
> HTTP/1.1 200 OK
> Date: Tue, 29 Mar 2016 21:21:00 GMT
> Server: Apache/2.4.7 (Ubuntu)
> Last-Modified: Sat, 20 Feb 2016 10:44:41 GMT
> ETag: "21a9-52c3149824b03"
> Accept-Ranges: bytes
> Content-Length: 8617
> Vary: Accept-Encoding
> Content-Type: text/html
> $ telnet 2a01:4f8:130:2192::2 80
> Trying 2a01:4f8:130:2192::2...
> Connected to 2a01:4f8:130:2192::2.
> Escape character is '^]'.
> GET / HTTP/1.1
> Host: httpd.apache.org
> [HANG HERE]
> That's a problem, because most browsers don't failback to IPv4 if the IPv6 TCP session is properly established but hang forever. Currently, all IPv6 enabled browsers can't access to anything hosted on 2a01:4f8:130:2192::2 at all



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)