Hi, I've compiled my Linux (Red Hat 6) kernel to enable IPv6 support and
compiled and installed the required tools (inet-apps and net-tools, new
versions of ftp, telnet etc). Ping works fine if I ping the local host,
i.e.
% ping -a inet6 ::1
However if I try to telnet using
% telnet ::1
I get
telnet: getaddrinfo: ::1.telnet: name or service is not known(-2)
I get a similar message if I try to use ftp, BUT if I use ftp via a command
prompt session, i.e. by first typing
% ftp
and then
everything works fine, but only once. If I close the connection and try toQuote:> open ::1
open it again I get the getaddrinfo message again. Can anybody help?
Many thanks
Gary