<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Hi;<BR>
I want to use the telnetd, and follow the configure ;but i meet the fault:<BR>
.........................<BR>
Trying 192.168.0.141...<BR>Connected to 192.168.0.141 (192.168.0.141).<BR>Escape character is '^]'.<BR>Connection closed by foreign host.<BR>
<BR>
Could someone tell me what i do next?<BR>
/////////////////////////////////////////////<BR>
My configure:<BR>
<BR>
====linux kernel Character devices<BR>
[*] Unix98 PTY support <BR>(32) Maximum number of Unix98 PTYs in use (0-2048)<BR>
<BR>
=== linux kernel File systems<BR>
[*] /proc file system support x x<BR>[*] /dev file system support (EXPERIMENTAL) x x<BR>[ ] Automatically mount at boot x x<BR>[ ] Debug devfs x x<BR>[*] /dev/pts file system for Unix98 PTYs <BR>
<BR>
================buybox config<BR>
[*] Use the devpts filesystem for Unix98 PTYs <BR>
[*] telnetd <BR>
[*] Support call from inetd only <BR>
<BR>
=======================/etd/* ====<BR>
fstab init.d nsswitch.conf protocols<BR>group inittab passwd services<BR>inetd.conf profile <BR>
<BR>
===inetd.conf<BR>telnet stream tcp nowait root /sbin/telnetd telnetd -l /bin/login<BR>
<BR>
===init.d/rcS <BR>#! /bin/sh<BR>/bin/mount -a<BR>/sbin/inetd /etc/inetd.conf<BR>
<BR>
====cat inittab<BR>::sysinit:/etc/init.d/rcS<BR>::respawn:-/bin/sh<BR>::ctrlaltdel:/bin/umount -a -r<BR>
<BR>
====services <BR>telnet 23/tcp<BR><br /><hr />通过 Windows Live Spaces 与朋友轻松共享您的生活。 <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=zh-cn' target='_new'>立即尝试!</a></body>
</html>