• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Is there a program to show me what process is accessing which IP address?

I believe alot of the free firewalls will

I've seen these do it:

Sygate
Kerio(essentially TPF)
Tiny Personal Firewall version 2.xx
Possibly ZoneAlarm(haven't used it in awhile, not 100% sure)
 
under winxp

from a command prompt: "netstat -o" -- shows open connections, with process-id

from task-manager, show processes (you may have to choose "view" and select "show PID") -- match the process-id from the netstat command with the PID from task manager

If someone has a better ("standard") way from base winxp, I'd love to know about it.
 
Get fport.

"fport reports all open TCP/IP and UDP ports and maps them to the owning application.
This is the same information you would see using the 'netstat -an' command, but it also
maps those ports to running processes with the PID, process name and path. Fport can be
used to quickly identify unknown open ports and their associated applications."
 
Back
Top