A quick and easy way would be to telnet to that port
typically this command would do the trick:
telnet 111.222.111.222 6112
If you get any response other than a connection failure, the port is open.
This is one easy way to find out what Mail server is running for a
particular site - if you telnet to port 25, it responds with the server
software name (in most cases) as well as either a login or a prompt waiting
form SMTP commands (I know, off topic...)
Shawn
-----Original Message-----
From: Jason Louie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 3:33 PM
To: [EMAIL PROTECTED]
Subject: Re: (clug-talk) IPCop Dynamic DNS features and port forwarding
Can you SSH into any port? I'm not at all formilar with SSH so I
don't
know what I'm talking about. What I really need is a way to test if
port 6112 is open. Can SSH do that? Something new around every corner.
:)
Jason
Jesse Kline wrote:
>
> On Tue, 2003-02-11 at 00:45, Jason Louie wrote:
> > open. How would I test to see if the port is indeed open. Most sites
>
> Couldn't you just run ssh or something on that port, and then ssh into
> and see if you can connect?
>
> Jesse