Windows Server 2008 without telnet client - how to test connecting to remote ports without installing anything new?
Posted
by
S. Cobbs
on Server Fault
See other posts from Server Fault
or by S. Cobbs
Published on 2011-11-16T15:41:27Z
Indexed on
2011/11/16
17:55 UTC
Read the original article
Hit count: 175
I'm looking to see if anyone knows of slick tricks to test connections to remote server ports from Windows server 2008 and variants that don't include the telnet client installed by default. Reason being, I sometimes have clients that want to connect to port 25 for example on a remote server and say they can't. I used to run a quick test by using "telent mailserver.tld 25" or whatever to see if I could get a response on that port. I don't want to have to install the telnet client just to test this if I dont have to - are there any other native windows utilities that will allow me to connect to a remote port?
© Server Fault or respective owner