Page 1 of 1

How to telnet Windows to Linux.?

Posted: Sun Jan 27, 2008 12:57 pm
by jos
Hi,

How to telnet Windows to Linux.?
I installed 11i Application on Linux. I would like to telnet from WindowsXP to Linux server. I did
C:\>telnet 192.168.10.8
Connecting To 192.168.10.8...Could not open connection to the host, on port 23:
Connect failed

C:\>

How to solve his problem?

Thanks.

Posted: Mon Jan 28, 2008 10:28 pm
by amirtai
Hi

At the time of Linux Server installation the firewall was enabled on that port. So you need to disable it for port 22 and start the telnet deamon on the linux server.

They other way is download the putty software from link below to your windows server and connect it through ssh.

http://the.earth.li/~sgtatham/putty/lat ... /putty.exe

Have fun with putty.

Thanks
Amir

Posted: Thu Jan 31, 2008 2:21 pm
by jos
Thank you

Telnet is working, Also Putty is working.

Thanks.