Displaying 2 results from an estimated 2 matches for "ipv6host".
Did you mean:
iphost
2002 Mar 13
0
[Bug 164] New: X-forwarding when connecting to an IPv6-enabled host doesn't work.
...IPv6-enabled host with X-forwarding enabled sshd
on the other end only opens a tunnel on ::1:6010 (ip6-localhost) and
not 127.0.0.1:6010 (ip4-localhost).
Reproducible: Always
Steps to reproduce:
1. Login to a host that supports both IPv4 and IPv6 with X-forwarding
turned on.
ssh -X user at ipv6host
Actual result:
Sshd on the host you connected to only opens forwarding of port 6010
(x11-ssh-offset) on ip6-localhost, ::1, and not ip4-localhost, 127.0.0.1
as seen here:
[ipv6host]# netstat -l -n | grep 6010
tcp 0 0 ::1:6010 :::* LISTEN
Expected re...
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org 2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available. Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.