create your own

Telnet in RHEL5

69
rate or flag this page

By balagi27


Telnet configuration in RHEL5

 First check whether telnet-server rpm in installed,

# rpm -q telnet-server
telnet-server-0.17-38.el5

If it is installed, then edit

# vi /etc/xinet.d/telnet
change the line disable = yes   to 
                disable = no

Then # service xinetd restart

Now We can able to telnet connection of linux system.

Note : It works for the system which is not protected with IPtables and Selinux

If you have iptables enabled. then please follow as below,

Make a rule to allow telnet from external clients

# iptables -I INPUT -p tcp --dport 23 -j ACCEPT 

# service iptables save

# service iptables restart

Just give following command and make sure that rule is saved.
# iptables -L

This rule is to allow request coming to port number 23 i.e. telnet connections from any client.

Print   —   Rate it:  up  down  flag this hub

Comments

RSS for comments on this Hub

Senthil  says:
5 months ago

Excellent .. This works like a charm! Thank you.

balagi27 profile image

balagi27  says:
5 months ago

Hai senthil... Thanks for comment.. more available here in

http://linuxtheworld.blogspot.com

Submit a Comment

Members and Guests

Sign in or sign up and post using a hubpages account.


optional


  • No HTML is allowed in comments, but URLs will be hyperlinked
  • Comments are not for promoting your hubs or other sites

working