|
| View previous topic :: View next topic |
| Author |
Message |
nigi_2000
|
Posted: Fri Dec 31, 2004 1:32 pm Post subject: Telnet access from windows |
|
|
Can anyone tell me why I've lost the ability to access my blag server using telnet from my MS windows 2000 computer? I used to be able to connect with
"Microsoft Telnet> open 192.168.0.147"
but now it says
"Connecting To 192.168.0.147...Could not open a connection to host: Connect failed"
Thanks
|
|
|
 |
stevo32
|
Posted: Fri Dec 31, 2004 6:11 pm Post subject: |
|
|
you need to have "telnet-server" installled
| Code: | | apt-get install telnet-server |
Menu -> System Settings -> Server Settings -> Services.
Make sure telnet-server is checked off.
|
_________________ E-mail me at s.clement@localhost (replace localhost with sympatico.ca) or stevo32@localhost (replace localhost with blagblagblag.org). |
|
 |
jebba
|
Posted: Mon Jan 03, 2005 9:54 pm Post subject: |
|
|
By "checked off" he means "checked" not "off" ;)
I'd recommend using ssh instead of telnet though as it is more secure.
| Code: | | /sbin/service sshd start |
Will start the sshd server. There are lots of windows ssh clients.
-Jeff
|
|
|
 |
stevo32
|
Posted: Tue Jan 04, 2005 3:46 am Post subject: |
|
|
Just to add on to what jebba said, a good SSH/Telnet client for Windows is PuTTY:
http://www.chiark.greenend.org.uk/~sgtatham/putty/
|
_________________ E-mail me at s.clement@localhost (replace localhost with sympatico.ca) or stevo32@localhost (replace localhost with blagblagblag.org). |
|
 |
|
|
|