[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02643) Re: telnet error
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 02643) Re: telnet error
- From: Krishna Kumar <kumarkr@xxxxxxxxxx>
- Date: Tue, 25 Nov 2003 15:51:22 -0800
- Reply-to: usagi-users@xxxxxxxxxxxxxx
For link local addresses, you need to specify interface otherwise routing
table doesn't
know which interface to use while sending the packet (unless you have
default route).
telnet doesn't accept arg about interface. You should try site/global
address instead.
- KK
|---------+---------------------------->
| | "Yang Hsiung" |
| | <yhsiung@xxxxxxxx|
| | m> |
| | |
| | 11/25/2003 02:20 |
| | PM |
| | Please respond to|
| | usagi-users |
| | |
|---------+---------------------------->
>-----------------------------------------------------------------------------------------------------------------|
| |
| To: "Usagi-Users" <usagi-users@xxxxxxxxxxxxxx> |
| cc: |
| Subject: (usagi-users 02641) telnet error |
| |
>-----------------------------------------------------------------------------------------------------------------|
Hello,
I am using the USAGI stable 20030214 kit to run the telnet command,
if failed with "Invalid argument". Both the in.telnetd and telnet commands
are IPv6 version from the USAGI kit. For example,
telnet fe80::240:5ff:fe34:d97f -l username
I use "strace" to debug and found it failed on socket "connect" system
call.
Any idea?
Yang