On Thu, 01 Jan 1970, Hari W. wrote:
>Hi everybody,
>
>Here a question from  new-born-newbie :
>I try to telnet to my own terminal but it goes like this,
>{
>Trying 100.100.150.151....
>Connected to 100.100.150.151....
>Escape character is '^]'.
>telnetd : All network port in use.
>Connection closed by foreign host.
>}
>The same message will appear when somebody try it from another terminal. 
>Till now i have no idea about this. Could anybody give me some hint...????

Make sure you have a vailid entry in /etc/inetd.conf
telnet        stream  tcp     nowait  root    /usr/sbin/tcpd in.telnetd

Make sure you have a file called services in /etc and looking
something like the following lines.

tcpmux          1/tcp                           # TCP port service multiplexer
echo            7/tcp
echo            7/udp
discard         9/tcp           sink null
discard         9/udp           sink null
systat          11/tcp          users
daytime         13/tcp
daytime         13/udp
netstat         15/tcp
qotd            17/tcp          quote
msp             18/tcp                          # message send protocol
msp             18/udp                          # message send protocol
chargen         19/tcp          ttytst source
chargen         19/udp          ttytst source
ftp-data        20/tcp
ftp             21/tcp
fsp             21/udp          fspd
ssh             22/tcp                          # SSH Remote Login Protocol
ssh             22/udp                          # SSH Remote Login Protocol
telnet          23/tcp                                                                 
         

Of course the file is much longer but you see what i mean i am sure.
Then do ps ax | grep inetd to make sure inetd is running to accept
connetions.

>Regards,
>   Hari
>
>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

Reply via email to