Bug 1162722
Summary: | tigervnc-server has no IPV6 support | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Uwe Koziolek <uwe.koziolek> |
Component: | tigervnc | Assignee: | Tim Waugh <twaugh> |
Status: | CLOSED ERRATA | QA Contact: | Robin Hack <rhack> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | jgrulich, jscotka, rhack, twaugh |
Target Milestone: | rc | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | tigervnc-1.3.1-1.el7 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-11-19 09:03:30 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
Uwe Koziolek
2014-11-11 14:44:26 UTC
Thanks. Reported upstream in the new issue tracker: https://github.com/TigerVNC/tigervnc/issues/68 Fixed upstream. There was more to do than the old patch at Launchpad. It turns out there's still more to do upstream. https://github.com/TigerVNC/tigervnc/issues/77 IPv6 support was merged upstream from this pull request: https://github.com/TigerVNC/tigervnc/pull/150 For testing Xvnc: 1. IPv4+IPv6 2. IPv4-only on interface (e.g. ifconfig lo del ::1 for localhost) but host is IPv6 capable 3. IPv6-only on interface (e.g. ifconfig lo del 127.0.0.1) but host is IPv4 capable 4. IPv4-only (boot with ipv6.disable=1) A. Start Xvnc with -localhost, check that correct address(es) are bound B. Start Xvnc without -localhost, check that correct address(es) are bound Need to check above matrix 1,2,3,4 x A,B. For testing vncviewer: 1. Try numeric IPv6 address, e.g. '[::1]:1' 2. Try numeric IPv4 address 3. Try IPv6 DNS name (localhost, adjust /etc/hosts) 4. Try IPv4 DNS name (localhost, adjust /etc/hosts) Check connections are to correct addresses with netstat -tn. Fixed in tigervnc-1.3.1-1.el7. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2015-2233.html |