[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: [LI] Telnet to linux machine not working



Vimal Mathew <vml@xxxxxxxxxxxxx> wrote

> Maybe you have a telnet server (other than inetd/in.telnetd) running on your
> system. Try killing "inetd" and doing a "socklist" or "netstat -a" to
> check for other programs. Then, restart inetd.

i dont have socklist
i did netstat -a and the output is this

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 *:webcache              *:*                     LISTEN      
tcp        0      0 localhost:1032          localhost:1033          ESTABLISHED 
tcp        0      0 localhost:1033          localhost:1032          ESTABLISHED 
tcp        0      0 localhost:1030          localhost:1031          ESTABLISHED 
tcp        0      0 localhost:1031          localhost:1030          ESTABLISHED 
tcp        0      0 localhost:1028          localhost:1029          ESTABLISHED 
tcp        0      0 localhost:1029          localhost:1028          ESTABLISHED 
tcp        0      0 localhost:1026          localhost:1027          ESTABLISHED 
tcp        0      0 localhost:1027          localhost:1026          ESTABLISHED 
tcp        0      0 localhost:1024          localhost:1025          ESTABLISHED 
tcp        0      0 localhost:1025          localhost:1024          ESTABLISHED 
tcp        0      0 *:628                   *:*                     LISTEN      
tcp        0      0 *:smtp                  *:*                     LISTEN      
tcp        0      0 ws1.digitel.net:domain  *:*                     LISTEN      
tcp        0      0 localhost:domain        *:*                     LISTEN      
tcp        0      0 *:auth                  *:*                     LISTEN      
tcp        0      0 *:sunrpc                *:*                     LISTEN      
udp        0      0 *:3946                  *:*                                 
udp        0      0 *:3401                  *:*                                 
udp        0      0 *:icp                   *:*                                 
udp        0      0 ws1.digitel.net:domain  *:*                                 
udp        0      0 localhost:domain        *:*                                 
udp        0      0 *:sunrpc                *:*                                 
raw        0      0 *:icmp                  *:*                     7           
raw        0      0 *:tcp                   *:*                     7           
Active UNIX domain sockets (servers and established)
Proto RefCnt Flags       Type       State         I-Node Path
unix  0      [ ]         STREAM     CONNECTED     112    @0000000f
unix  0      [ ACC ]     STREAM     LISTENING     12385  /dev/gpmctl
unix  0      [ ACC ]     STREAM     LISTENING     372    /var/run/ndc
unix  6      [ ]         DGRAM                    302    /dev/log
unix  0      [ ]         DGRAM                    12387  
unix  0      [ ]         DGRAM                    10403  
unix  0      [ ]         DGRAM                    689    
unix  0      [ ]         DGRAM                    630    
unix  0      [ ]         DGRAM                    370    
unix  0      [ ]         DGRAM                    317    

>
> Have you modified your /etc/services or /etc/inetd.conf ?
>
no

sorry for the long post

--------------------------------------------------------------------
The Linux India Mailing List Archives are now available.  Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.