[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03460) telnet "Connection refused"
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 03460) telnet "Connection refused"
- From: Tadashi Abe <tadashi.abe@xxxxxxxxx>
- Date: Wed, 3 Aug 2005 20:41:54 +0900
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hwqYcyIC0b72CsloLHccoxozUEYNrMNk6A/vUxqhyqU4glRfzxcq88BF+dAkDa8ivK1le+JzlzxbUh7lLk8EkSblGTNw6ShX5zGM+r81Ml7Gn3AH804Zz/z0QrXrKEcl1+EZZIhfBW5nm7Eb4MptEo2wSZBzkMR3iw7SJo1KGcY=
- In-reply-to: <64f7fb3105080304362d256e4e@mail.gmail.com>
- References: <64f7fb3105080304362d256e4e@mail.gmail.com>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
- Resent-date: Wed, 3 Aug 2005 21:33:02 +0900
- Resent-from: sekiya@xxxxxxxxxxxxxx
- Resent-message-id: <200508032133.FMLAAB8193.usagi-users@linux-ipv6.org>
- Resent-to: usagi-users@xxxxxxxxxxxxxx (moderated)
Hi,
I'm a IPv6 newbie and need to use telnet in my environment, using 2.4.20 kernel.
(Please don tell me to use latest kernel, or to use ssh ;)
Anyway I've configured and vefified the connection with ping6,
traceroute6, and ssh (openssh).
It seems no problem at all.
But I can't use only telnet in IPv6.
----
# telnet 3ffe:5ff:100:aa01::2
Trying 3ffe:5ff:100:aa01::2...
telnet: Unable to connect to remote host: Connection refused
#
I suspected telnet & in.telnetd wasn't ipv6 enabled (It's from netkit-0.17),
so I built telnet/in.telnetd from USAGI stable-20030214 and interchanged them.
But it comes the same result.
Of cource I can use telnet in v4.
Am I missing any other setting?
Thanks.
Tadashi