> Tina Wang kirjoitti viestissään (lähetysaika tiistai, 4. > lokakuuta 2005 20:54): > > 1. I can ping and ftp to this box, but can't access it > > through telnet or other methods. > > Have you tried ssh? Telnet is insecure and ssh should be used > instead. Without mentioning that ssh lets you do tricks like this: cat /local/path/file | ssh user@othermachine diff - /remote/path/file You also get scp with it; it helps to have it use private/public key, instead of password... If you really want telnet, you will need to enable it in xinetd's configuration file; if that still does not work, verify that you are not using a firewall. --Marcin