Microsoft
Software
Hardware
Network
Question : How to see what application is trying to communicate?
Hi,
I'm on Windows 2003 server.We are getting complaints that some application is trying to communicate with a remote server and the request is being denied..
For Example : when i do netstat -an, i see these processes
10.1.4.132:3281 192.168.8.122:6400 SYN_SENT
10.1.4.132:3283 192.168.8.122:6400 SYN_SENT
how to find which process is trying to access the other server?
Please help.
Answer : How to see what application is trying to communicate?
have you tried:
netstat -ban
Random Solutions
How to configure SSG-140 with multiply public IP's on single interface.
Exchange 2010 inbound attachment size limit
Check if existing record in database?
vb.net - extract data
Using log4j, how do I log to a file in a directory
Access Denied accessing IIS api
isapi rewrite - helicon
I HAVE A SONY VAIO MODEL: VGN-FW351J
Mixing x32 and x64 apps and OS's
C# Ref Parameter Question? How to call a method that has Ref parameter recursively?