About 1,300,000 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. windows - How do I exit telnet? - Super User

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

  3. 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 …

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

    Jul 19, 2019 · 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 can not …

  5. How to force `telnet` (in TCP mode) to send bytes immediately?

    May 22, 2023 · The telnet client, specifically, is designed to speak to a Telnet server using the Telnet protocol; it will switch to character mode if it receives Telnet IAC WILL SGA / IAC DO …

  6. How can I telnet from Windows to my server by MAC address?

    Jul 5, 2015 · There's an IP address and a MAC address. You have to know a lot of things to get the packet sent. The application layer protocol (telnet), the TCP port, the IP address. In theory, …

  7. How to pass commands to a telnet window with a batch script?

    Feb 26, 2020 · 4 I'm trying to control a wifi device with a batch script using the telnet command in Windows 7, but I don't know how to pass the commands to the telnet window. This will be a …

  8. 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 …

  9. 'telnet' is not recognized as an internal or external …

    I'm working on an InfoSec exercise, specifically sending emails in cmd that makes use of telnet. Unfortunately, I can't start it. I'm receiving the "'telnet' is not recognized as an internal or ext...

  10. networking - Telnet: Could not open connection to the host on …

    I was able to connect from RHEL to a switch at 192.18.209.111 because in the switch configuration I changed the security setting to allow the RHEL telnet client to connect to the …