1821868 Members
3443 Online
109638 Solutions
New Discussion юеВ

Re: telnet not working

 
SOLVED
Go to solution
Binu_5
Regular Advisor

telnet not working

Hi All

I have newly installed redhat linux enterprise verion newly but after intstation
telnet not working ...

error message is connection refused

Please help

Binu
6 REPLIES 6
Steven E. Protter
Exalted Contributor
Solution

Re: telnet not working

Hi Binu,

disabled by default

vi /etc/xinetd.d/telnet

change disable=yes to disable=no

service xinetd restart

the name might not be telnet, but it will contain the string telnet.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Binu_5
Regular Advisor

Re: telnet not working

Hi

Now the problem is when I connect to the system ..Login prompt is appearing but
if I give the username ...It is giving incorrect login ...

Please help

Binu
Bill Thorsteinson
Honored Contributor

Re: telnet not working

If you are trying t login to root this
is normal behaviour. Use ssh instead.
Preferred conection is ssh to non-root
account and then us su - or sudo su -
to switch to root. (sudo uses the
passsword of the unprivielged account.

If you are connecting from windows
download and install putty.
Ivan Ferreira
Honored Contributor

Re: telnet not working

You should not use telnet anymore. Use SSH instead. From linux use:

ssh hostname

ssh ip_of_host


From windows, you can download putty.exe, it's a free ssh client.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven E. Protter
Exalted Contributor

Re: telnet not working

root telnet is routinely blocked in Linux distrubutions, even if you turn on telnet.

If you wish to have telnet style services, you should take the ssh recommendation.

chkconfig sshd on

service sshd start

Then connect.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Senthil Prabu.S_1
Trusted Contributor

Re: telnet not working

Root telnet have been blocked with redhat linux enterprise nowadays. So use ssh.

Check whether ssh service is running through command service. If not, start it manually.
One man's "magic" is another man's engineering. "Supernatural" is a null word.