Vista Top Tip: How to get Telnet Back

| 1 Comment

When debugging network issues, I tend to fallback to good old telnet as a way of opening a port to a machine.  Being able to do "telnet myserver 80" to check if a web server is up, listening, resolvable and no firewalls getting in the way helps you figure out where the problem is.

I'm staying in a hotel at the moment, and struggling with hotel WiFi.  While debugging the network problems I realized that the telnet client is not installed by default on Vista.

To install it,  go to Control Panel, Programs, and then "Turn Windows Features on or off" under "Programs and Features".  Scroll down a bit and then Telnet Client is available.

1 Comment

I always used netcat for such situations on my *nix machines, so I typically use the windows port. It's much more of a "Swiss army knife" kind of tool, especially in terms of piping random input/output and UDP.

http://www.securityfocus.com/tools/139

Archives

Creative Commons License
This blog is licensed under a Creative Commons License.