Telnet Client Red Hat 7.2 IPv6 enabled ??

Flavio Villanustre lists@geminis.myip.org
Wed, 12 Dec 2001 15:28:16 -0300 (ART)


You're absolutely right. My fault and probably Thomas' problem too.

There is a package on RedHat 7.2 called krb5-workstation-1.2.2-13 that 
includes an IPv4 only telnet client installed under 
/usr/kerberos/bin/telnet and $PATH is:

/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:

so, Thomas, just run /usr/bin/telnet or remove krb5-workstation-1.2.2-13 
package and you'll have an IPv6 capable telnet on-board

Thanks and regards,

Flavio.

On Wed, 12 Dec 2001, Stig Venaas wrote:

> On Wed, Dec 12, 2001 at 03:08:45PM -0300, Flavio Villanustre wrote:
> > On Wed, 12 Dec 2001, Stig Venaas wrote:
> > 
> > > It does support IPv6 and works quite nicely for me.
> > 
> > Are you sure? Standard RPM telnet package in RedHat 7.2 is 
> > telnet-0.17-20.i386.rpm and it doesn't support IPv6...
> 
> That exact RPM supports IPv6. I know for sure that my telnet
> binary is from telnet-0.17-20.i386.rpm, and for instance
> 
> bash-2.05$ /usr/bin/telnet 2001:700:1:0:290:27ff:fe55:fe7b 389
> Trying 2001:700:1:0:290:27ff:fe55:fe7b...
> Connected to 2001:700:1:0:290:27ff:fe55:fe7b.
> Escape character is '^]'.
> 
> works. It also tries all possible addresses which is good.
> 
> bash-2.05$ /usr/bin/telnet ldap.uninett.no
> Trying 2001:700:1:0:290:27ff:fe55:fe7b...
> telnet: connect to address 2001:700:1:0:290:27ff:fe55:fe7b: Connection refused
> Trying 3ffe:2a00:100:7001:290:27ff:fe55:fe7b...
> telnet: connect to address 3ffe:2a00:100:7001:290:27ff:fe55:fe7b: Connection refused
> Trying 2002:9e26:d6:1:290:27ff:fe55:fe7b...
> telnet: connect to address 2002:9e26:d6:1:290:27ff:fe55:fe7b: Connection refused
> Trying 158.38.60.76...
> telnet: connect to address 158.38.60.76: Connection refused
> 
> Stig
>