2011年4月4日星期一

解决telnet 登录错误“Failure in initializing the telnet session”

综述:
要开启 telnet 和 Secondary Logon 这两个服务。
----------------------------------------------------------------------------------------------------------------
出处:http://oi007.cn/2009/05/failure-initializing-telnet-session.html
用windows2003做服务器,运行services.msc,启动telnet服务后,到同学电脑telnet登陆(用的windowsxp),结果出现错误,提示如下:
Failure in initializing the telnet session. Shell process may not have been launched,Telnet Server has closed the connection.  

赶快到Google找答案。。。

经过一番努力,终于可以登陆上了

原文在这里:

《Telnet session “Shell process may not have been launched” (Solution)》

摘录如下:

Through trial and error, I narrowed it down to the fact that
we turn off the Secondary Logon service as part of the lockdown.

这句话的意思就是,除了开启telnet服务,还要开启Secondary Logon服务,才能正常登陆的

当然,网上记录的,还有因为防火墙的缘故,关闭防火墙或者放行23端口(你的telnet服务端口)即可。

----------------------------------------------------------------------------------------------------------------

没有评论: