[wplug] Telnet Server

Poyner, Brandon bpoyner at ccac.edu
Tue Jan 6 14:13:39 EST 2004


Check to see if your machine is listening for connections on the telnet
port.  

$ netstat -an | grep 23
tcp        0      0 0.0.0.0:23              0.0.0.0:*
LISTEN

If you see tcp port 23 in a LISTEN state then you know that something
(presumably telnetd) should be accepting connections on the telnet port.
If the local address is not 0.0.0.0 then it is not listening on all
available addresses on the server.  

Brandon Poyner
Network Engineer II
CCAC - College Office
412-237-3086


-----Original Message-----
From: James O'Kane [mailto:jo2y at midnightlinux.com] 
Sent: Tuesday, January 06, 2004 1:48 PM
To: 'wplug at wplug.org'
Subject: RE: [wplug] Telnet Server


On Tue, 6 Jan 2004, Weber, Larry A wrote:

> I modified telnet so that disable = no  then reran xinetd

When you say reran, do you mean stopped and restarted or did you type 
xinetd at the command prompt?
Depending on the answer to that, you might want to run
/etc/init.d/xinetd 
restart

-james


_______________________________________________
wplug mailing list
wplug at wplug.org
http://www.wplug.org/mailman/listinfo/wplug



More information about the wplug mailing list