search for: ipv4onlyhost

Displaying 1 result from an estimated 1 matches for "ipv4onlyhost".

2002 Mar 13
0
[Bug 164] New: X-forwarding when connecting to an IPv6-enabled host doesn't work.
...4-localhost, 127.0.0.1 as seen here: [ipv6host]# netstat -l -n | grep 6010 tcp 0 0 ::1:6010 :::* LISTEN Expected result: Sshd should open forwarding at least 127.0.0.1, but preferably both 127.0.0.1 and ::1. On a ipv4-only host everything works ok: [ipv4onlyhost]# netstat -l -n | grep 6010 tcp 0 0 127.0.0.1:6010 0.0.0.0:* LISTEN I have only tested this on Linux but it may apply to other OSes as well. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assign...