Link to home
Start Free TrialLog in
Avatar of bbimis
bbimis

asked on

is there a way to determine what ip addresses an application is trying to use?

Is there a way to determine what ip address(s) an application is trying to hit via the command prompt?
I assumed net stat -a but either I'm not understanding what I'm seeing or that isn't the method to use.

My issue is, I need to know the ip range that Skype uses so I can modify our firewalls, etc.. thanks!
ASKER CERTIFIED SOLUTION
Avatar of John
John
Flag of Canada 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
Avatar of bbimis
bbimis

ASKER

ill give that a shot. I assume just load it then start Skype and look at all the activity.  Thanks!
Avatar of NVIT
I haven't verified if Skype.exe is the correct name. Please adjust as needed...
netstat -anb

Open in new window

@bbimis - Thanks and good luck going forward.
Ignore my last post. Use this:
netstat -anb
Avatar of bbimis

ASKER

very good information newvilliage didn't see your reply until i awarded points sorry :(
No worries, bbimis. Glad to help, still.