I want to know if port 139 TCP is open from a server on one domain to another. How would I do this?
I know that I can use Telnet to test port 25 to a server with Exchange installed - but that only works because Exchange answers the telnet request - is that right?
How do you test the link if there is no program on the other end that will respond to telnet for example?
Check out nmap: http://nmap.org/
nmap -p 25 example.com
Cheers
Just use
If you're on a Linux/Unix box, I recommend you to check nc