Results 1 to 8 of 8

Thread: Newb Q about Telnet

  1. #1
    Junior Member
    Join Date
    Jul 2003
    Posts
    26

    Newb Q about Telnet

    Where can I get telnet? Or at least something like it?

  2. #2
    Banned
    Join Date
    Mar 2002
    Posts
    594
    If you have Windows, you have telnet, just go to run and then type in 'telnet'... as for Linux, someone else will have to help you or just search Google.

  3. #3
    Senior Member n01100110's Avatar
    Join Date
    Jan 2002
    Posts
    352
    Yes if you have windows , like jaguar 291 said before , just go to start > run and type telnet. But if your using win 9x , make sure you go to settings and uncheck local echo.
    "Serenity is not the absence of conflict, but the ability to cope with it."

  4. #4
    Banned
    Join Date
    Jul 2002
    Posts
    877

    Re: Newb Q about Telnet

    Originally posted here by Cyanosis
    Or at least something like it?
    If your running a computer like XP you could just type telnet, the letter o, then type a remote host and port# (example) 127.0.0.1 6667, drill.hackerslab.org, or something like that... But if you want something else (such as something involving SHH) then I'd suggest useing putty. http://www.chiark.greenend.org.uk/~sgtatham/putty/ and then there is xterminal and blah... blah.. blah. Really there are many if not 100s of clients and things you could use. How about 'looking' for them 'eh?! Http://www.google.com

  5. #5
    Senior Member
    Join Date
    Jul 2002
    Posts
    117
    To get to Windows' telnet, you can either type "telnet" at Run menu (Start->Run) or from a dos prompt (telnet antionline.com <port number>, for example). If you have a specific port you'd like to connect to, you just put in the appropriate number after the domain.

    All versions of Linux should have telnet as well, but it may slightly more tricky than Windows. Usually, you just have to open up a command prompt window and type telnet. But if that doesn't work, you'll have to type the entire path as well (typing: "whereis telnet" will give it to you). Usually, it's in /usr/bin I think...

    Hope this helps...

    alpha

  6. #6
    rebmeM roineS enilnOitnA steve.milner's Avatar
    Join Date
    Jul 2003
    Posts
    1,021
    Originally posted here by jaguar291
    If you have Windows, you have telnet, just go to run and then type in 'telnet'... as for Linux, someone else will have to help you or just search Google.
    As for linux, open a shell and type in 'telnet'

    HTH
    IT, e-commerce, Retail, Programme & Project Management, EPoS, Supply Chain and Logistic Services. Yorkshire. http://www.bigi.uk.com

  7. #7
    Senior Member
    Join Date
    Jun 2003
    Posts
    723
    While the subject of telenet is on the block , Does anyone anywhere use telnet anymore other than in these hacking games ? I thought ssh pretty much ended telnet?
    Do unto others as you would have them do unto you.
    The international ban against torturing prisoners of war does not necessarily apply to suspects detained in America\'s war on terror, Attorney General John Ashcroft told a Senate oversight committee
    -- true colors revealed, a brown shirt and jackboots

  8. #8
    Senior Member roswell1329's Avatar
    Join Date
    Jan 2002
    Posts
    670
    Secure Shell (SSH) is probably more used these days for remote login sessions than telnet for obvious security reasons, but telnet is still widely used as a tcp troubleshooting tool. I, for example, am an output administrator so I use telnet on a regular basis and it's ability to connect to specific ports to test network connections to print devices connected directly to the network. Using ping or traceroute won't tell you if a standard Unix print hub can make tcp connections to a device (ping uses ICMP packets, and traceroute uses a combination of ICMP and UDP packets), so the most available tool for checking those tcp connections is telnet. It's a great tool for checking if certain services are "alive" on remote machines, too. For example, if you would like to check to see if the SMTP service is running on a remote machine, try this:

    telnet your.isp.com 25

    If the service is running, you might get something like this:

    220 your.isp.com ESMTP

    A simple test using telnet. It is still quite useful. Don't ever enter a password while using it, however, unless you enjoy broadcasting your passwords in plaintext to anyone on your network who's listening.
    /* You are not expected to understand this. */

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •