About 50 results
Open links in new tab
  1. How to telnet to an IP address on a specific port? - Super User

    Sep 23, 2011 · 145 Can anyone tell me how to telnet to an address using a specific port? I've tried the following: telnet 10.1.1.55 I suppose a route just hasn't been set up between the two …

  2. How to test port by telnet command on localhost? - Super User

    Oct 19, 2017 · I have windows Xp , I want to test some port , someone advice me to use telnet command on localhost to test it . but i don't know how i can do it (syntax of telnet command on …

  3. windows - How do I exit telnet? - Super User

    Oct 11, 2012 · I start telnet by telnet host port. How do I stop it in Windows? Shockingly, Ctrl+C doesn't work.

  4. What is the difference between telnet and netcat? - Super User

    Jul 19, 2019 · 44 I am looking for an explanation where I can find the difference between telnet and netcat. In which cases should I use telnet and netcat? What a telnet can do that netcat …

  5. How does one browse a website using Telnet? - Super User

    Jun 27, 2015 · Telnet is a plain-text shell (command-line interface), and typically uses TCP. Apples versus oranges; the telnet client cannot communicate with the HTTP web server, and …

  6. Test if a port on a remote system is reachable (without telnet)

    Feb 12, 2016 · In the old days, we used telnet to see if a port on a remote host was open: telnet hostname port would attempt to connect to any port on any host and give you access to the …

  7. linux - Send Telnet command inside a SSH Tunnel - Super User

    Jan 3, 2014 · I want to connect my personal computer to some routers via Telnet, for managing them. Actually, my routers is in another network. I open the console, make a SSH connection …

  8. Is there a telnet utility for windows? - Super User

    Oct 21, 2011 · Is there a simple telnet command line utility for Windows 7? I am used to the telnet command that is built into UNIX, but I can't seem to find one for Windows that can be used …

  9. How to use telnet in Windows Command Prompt? - Super User

    I type this command in a Windows Command Prompt in XP. telnet microsoft.com 80 Connecting to microsoft.com appears and then telnet window opens, but there is nothing inside it. If I type …

  10. Using Telnet: Port number - Super User

    With using telnet I used port 25. Example: telnet x.x.x.x 25 I had another server today that used port 23 instead. For the future, how would one easily know which port to use? Does this port …