Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: GeoMaz on May 05, 2012, 04:28:50 PM

Title: Telnet Installation
Post by: GeoMaz on May 05, 2012, 04:28:50 PM
So I know Telnet is not recommended however it is needed for the application that we are currently using. I have gone ahead and installed telnet on my SME Server and made changes the necessary changes using the following commands.

-yum install telnet-server
-vi /etc/xinetd.d/telnet "changed disabled to no"
-ln -s /etc/rc.d/init.d/e-smith-service /etc/rc.d/rc7.d/S56xinetd
-config set xinetd service TCPPort 23 access private status enabled
-signal-event remoteaccess-update
-/etc/rc.d/rc7.d/S56xinetd start

however i am getting a connection closed by foreign host error.
Title: Re: Telnet Installation
Post by: Stefano on May 05, 2012, 04:33:14 PM
does telnet log anything?
Title: Re: Telnet Installation
Post by: GeoMaz on May 05, 2012, 04:39:28 PM
I am not sure, is there a specific directory I may be able to check for the logs.
Title: Re: Telnet Installation
Post by: GeoMaz on May 05, 2012, 04:47:59 PM
I realized what the issue was in the hosts.deny file it was stating to deny connection to ALL i removed that.