You are not logged in.

#1 2010-09-15 06:32:38

kaizoku
Member
Registered: 2009-01-09
Posts: 62

Can't telnet anything

Suddenly telnet stopped functioning..

# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

Then whatever I input, nothing seems to respond. Please advice.

Offline

#2 2010-09-15 06:46:35

codycarey
Member
Registered: 2009-08-21
Posts: 154

Re: Can't telnet anything

What's the output of 'sudo netstat -tupl'?

Offline

#3 2010-09-15 06:55:19

kaizoku
Member
Registered: 2009-01-09
Posts: 62

Re: Can't telnet anything

# sudo netstat -tupl
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 *:unizensus             *:*                     LISTEN      3113/perl           
tcp        0      0 b08s43aq.corenetwor:cbt *:*                     LISTEN      1976/sshd           
tcp        0      0 *:pop3s                 *:*                     LISTEN      8208/dovecot        
tcp        0      0 *:xmltec-xmlmail        *:*                     LISTEN      1919/transmission-d 
tcp        0      0 *:XmlIpcRegSvc          *:*                     LISTEN      1922/transmission-d 
tcp        0      0 *:pop3                  *:*                     LISTEN      8208/dovecot        
tcp        0      0 *:www-http              *:*                     LISTEN      1892/cherokee-worke 
tcp        0      0 64.85.161.119:domain    *:*                     LISTEN      4626/named          
tcp        0      0 b08s43aq.corenet:domain *:*                     LISTEN      4626/named          
tcp        0      0 localhost.locald:domain *:*                     LISTEN      4626/named          
tcp        0      0 *:51413                 *:*                     LISTEN      1919/transmission-d 
tcp        0      0 *:smtp                  *:*                     LISTEN      7758/master         
tcp        0      0 localhost.localdoma:953 *:*                     LISTEN      4626/named          
udp        0      0 *:ndmp                  *:*                                 3113/perl           
udp        0      0 *:51413                 *:*                                 1919/transmission-d 
udp        0      0 64.85.161.119:domain    *:*                                 4626/named          
udp        0      0 b08s43aq.corenet:domain *:*                                 4626/named          
udp        0      0 localhost.locald:domain *:*                                 4626/named          

Offline

#4 2010-09-15 07:00:12

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,797

Re: Can't telnet anything

Seems to work here.  What if you try something like telnet archlinux.org 80 Then enter anything, followed by return.

You are trying to hit a smtp port.  Do you know whether the problem could lie there?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2010-09-15 07:16:58

kaizoku
Member
Registered: 2009-01-09
Posts: 62

Re: Can't telnet anything

It was problem with upgrading dovecot2. I fixed postfix configs, that's why port 25 works now. But port 995 does not.

Offline

#6 2010-09-15 07:26:04

codycarey
Member
Registered: 2009-08-21
Posts: 154

Re: Can't telnet anything

Have you looked in your maillog?

Offline

#7 2010-09-15 08:02:56

kaizoku
Member
Registered: 2009-01-09
Posts: 62

Re: Can't telnet anything

okay, removed dovecot altogether and using cyrus for sasl now. dovecot such as pain. Works fine now.

Offline

Board footer

Powered by FluxBB