[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 02650) Re: telnet error
Hello,
On Wed, 26 Nov 2003 13:22:08 -0800
"Yang Hsiung" <yhsiung@xxxxxxxxx> wrote:
>1. In my /etc/xinetd.d.telnet file, I changed the "disable" parameter
> to "no".
>2. Also, the "server" is set to the path "/usr/local/v6/sbin/in.telnetd",
> which is from USAGI stable kit.
>3 I started the telnetd using "/etc/init.d/xinetd restart".
>4. Use "netstat -a | grep telnet", which shows
>
> tcp 0 0 *:telnet *:* LISTEN
I think your xinetd does't support IPv6(maybe...).
When your setting is right, you can get like following result.
"netstat -a |grep ssh" or "netstat -a -Ainet6"
tcp6 0 0 *:ssh *:* LISTEN
~~~~
Best regards,