Greetings,
On Wed, Mar 3, 2010 at 6:20 PM, Rajagopal Swaminathan raju.rajsand@gmail.com wrote:
Greetings,
On Wed, Mar 3, 2010 at 6:10 PM, hadi motamedi motamedi24@gmail.com wrote:
is telnetd installed?
# yum install telnet-server telnet
is the telnet deamon running on machine #1?
chkconfig telnet on
or from: http://www.cyberciti.biz/faq/how-do-i-turn-on-telnet-service-on-for-a-linuxf...
[quote] The configuration file for telnet is /etc/xinetd.d/telnet. To enable telnet server you need to open this file and make sure disable = no read as disable = yes. [unquote]
service xinetd restart or /etc/init.d/xinetd restart
Hope that helps...
Regards,
Rajagopal