Link to home
Start Free TrialLog in
Avatar of PeterHing
PeterHingFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Connection Monitor Program / Freeware

Hi All,

I have a machine that is trying to connect to Adobe Updates, but doesn't seem to be getting through our Proxy filter.
I can't seem to find where it's trying to get to, so was wondering...

Is there a piece of freeware that monitors all outgoing connections / addresses so I can pinpoint where the program's trying to contact?

Many Thanks,

Pete
Avatar of Irial
Irial
Flag of Netherlands image

Hello PeterHing,

This can be done using the DOS command shell. (Its also possible with third party programs though)

=> Open start, and select Run
=> Type CMD.EXE
=> Enter this command: netstat /a /b

Netstat will now list each and every connection to and from your PC, as well as the file that initialised the connection. Simply look for adobe in the output list, and look where its connecting to. You can also output the output to a /txt tile, if you want to view the output later on. The command for that is netstat /a /b >> c:\output.txt (Change c:\output.txt to any place where you want to store the log)

Kind regards,
~Irial
Download wireshark.  You can see what gets on the wire that way.  It is one of the tools I will swear by for trouble shooting purposes.  I use netstat as well, but netstat gives to a snapshot for what is going on.  The wireshark will give you a detailed  log file to review...
Avatar of PeterHing

ASKER

Irial,

Thanks for your reply. The netstat function only seems to give me my proxy IP address for AdobeUpdater.exe, but what i'm trying to get is the destination address AdoveUpdater.exe is trying to contact.

Pete
ASKER CERTIFIED SOLUTION
Avatar of Irial
Irial
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think I got robbed!