Saturday, February 18, 2012

How To Configure TELNET Server On RHEL 6

Sometime you want to using remote system as your need. You are using SSH always for remote system  but sometime you need to TELNET Server some another reason.So now you want to configure TELNET Server on your Linux Machine.
Here see the TELNET Server configuration for all Linux lovers.

Features.
1. Shell interface on remote system.

[ Server Side ]
Install TELNET Server package

1. [root@localhost ~]# yum install -y telnet*


 2. [root@localhost ~]# vi /etc/xinetd.d/telnet

 
3.  [root@localhost ~]# service xinetd restart

4. [root@localhost ~]# chkconfig xinetd on

5. [root@localhost ~]# netstat -ntl | grep 23


 Configure client side same step for clients side.

6. [root@localhost ~]# telnet 192.168.0.2



***Enjoy the Magic***


Favorites