telnet into linux from windows XP

S

Simon Chu

I did ifconfig and got the ip addr of the
linux machine, in XP cmd window I do
telnet <ipaddr>
it says 'Could not open connection to the host, on
port 23: Connect failed'

Can you help?

Simon
thanks
 
A

allan grossman [mvp]

Hi, Simon -

Most Linux distributions ship with the telnet daemon
disabled these days - chances are the machine won't
answer because the telnetd is shut off for security
reasons.

Try using an SSH client like PuTTY and come in on port
22. SSH is considerably more secure than telnet.

Hope this helps -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

telnet to port 25 from XP 1
Telnete on Peer to Peer 1
telnet 1
Telnet to Linux server: XP can, Vista can't 2
Telnet 2
Telnet server 2
Telnet Server Problem 1
LAN configurations on XP Pro? 1

Top