programs like netstat?

lonelyrobot

New Member
I use netstat and a browser to look up ip addresses. Can anyone recommend a program that has this feature integrated so the information is either displayed, can be clicked on, or easily copied? (Instead of memorizing and typing in a browser) Are there any other ways to accomplish the same goal? A good firewall program perhaps?
 
You can copy the IP address from netstat:

Right-Click inside command prompt
highlight and click "Mark"
Left-click and highlight the IP address
Right-click and highlighted field will go away
right-click in browser and paste IP address
 
you could also use "netstat -f" this will display the FQDN of all your foreign addresses or you could use "ping -a %IP address%" this will resolve the IP to the Host as well as test the connection to the host
 
Back
Top