How To Telnet From Command Prompt?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To use Telnet from the command prompt, first open the Command Prompt, then type the command: telnet [hostname or IP address] [port]. For example, if you want to connect to a website on port 80, type: telnet example.com 80. To connect to a computer on your local network, you can use its IP address. For example, to connect to a computer with the IP address 192.168.1.100 on port 23, type: telnet 192.168.1.100 23.