How can I tell what is running on What Port

  • Thread starter Thread starter MSUTech
  • Start date Start date
M

MSUTech

Guest
I had IIS uninstalled.. but, a software package that I am running says that
mail software is running on port 25. I am assuming that is Microsoft's
default smtp server. What is the best way to disable this, without the IIS
running. OR how can I check what is active on all ports?
 
Re: How can I tell what is running on What Port


"MSUTech" <MSUTech@discussions.microsoft.com> wrote in message
news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...
>I had IIS uninstalled.. but, a software package that I am running says that
> mail software is running on port 25. I am assuming that is Microsoft's
> default smtp server. What is the best way to disable this, without the
> IIS
> running. OR how can I check what is active on all ports?


Try this:

netstat -an -b
 
Re: How can I tell what is running on What Port

I ran this list.... if #.#.#.#:25 is not listed on the left, does that mean
that the software installation is 'inaccurate' when it says that mail
software is running on port 25?

thanks

"Pegasus (MVP)" wrote:

>
> "MSUTech" <MSUTech@discussions.microsoft.com> wrote in message
> news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...
> >I had IIS uninstalled.. but, a software package that I am running says that
> > mail software is running on port 25. I am assuming that is Microsoft's
> > default smtp server. What is the best way to disable this, without the
> > IIS
> > running. OR how can I check what is active on all ports?

>
> Try this:
>
> netstat -an -b
>
>
>
 
Re: How can I tell what is running on What Port

Is the SMTP service running? If it doesnt show up in netstat.... its not
listening


"MSUTech" <MSUTech@discussions.microsoft.com> wrote in message
news:E027AFC3-A32F-4806-9C3A-02D32F811DF2@microsoft.com...
>I ran this list.... if #.#.#.#:25 is not listed on the left, does that mean
> that the software installation is 'inaccurate' when it says that mail
> software is running on port 25?
>
> thanks
>
> "Pegasus (MVP)" wrote:
>
>>
>> "MSUTech" <MSUTech@discussions.microsoft.com> wrote in message
>> news:6C0A1300-17CA-4AA0-B8AB-369F760B95AC@microsoft.com...
>> >I had IIS uninstalled.. but, a software package that I am running says
>> >that
>> > mail software is running on port 25. I am assuming that is Microsoft's
>> > default smtp server. What is the best way to disable this, without the
>> > IIS
>> > running. OR how can I check what is active on all ports?

>>
>> Try this:
>>
>> netstat -an -b
>>
>>
>>
 
Back
Top