Bug 1364453
| Summary: | Socked bind failed on link-local [IPV6] | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Web Server 2 | Reporter: | Bogdan Sikora <bsikora> |
| Component: | tomcat6, httpd, tomcat7 | Assignee: | George Zaronikas <gzaronik> |
| Status: | CLOSED DEFERRED | QA Contact: | Jan Stefl <jstefl> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.1.1 | CC: | csutherl, dmichael, jclere, jdoyle, jonderka, pslavice, rsvoboda |
| Target Milestone: | --- | ||
| Target Release: | 2.1.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
Attempting to use a link-local scoped ipv6 address yields an exception and prevents httpd from binding to the address.
Regarding httpd and since upstream bug https://bz.apache.org/bugzilla/show_bug.cgi?id=59396 is not fixed, the only way to use a link-local scoped IPv6 address is define the address along with scope id (or the link-local scoped interface) and followed by the port number without using brackets i.e.
Listen fe80::4eeb:42ff:fedb:9dbd%3:80
On tomcat in order to use a link-local scoped IPv6 address you have to specify the scope id along with the address in the address section i.e.
address="fe80::124a:7dff:fea1:22be%3"
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-08-08 20:09:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Bogdan Sikora
2016-08-05 11:38:00 UTC
This will be addressed by JWS-365. |