PDA

Click to See Complete Forum and Search --> : How to find out all IP connections for win98 or 2000


Terence
Oct 30th, 2000, 09:00 PM
Could anyone please tell how to find out all IP connections for a PC with win98 or win2000 ?

It is best to show IP address, domain name and ports. What API can be used ?

cedx
Oct 30th, 2000, 09:21 PM
Try typing "netstat -a" in the DOS prompt. You'll get a listing of all active connections.

It's not really VB but it's good for trouble shooting.

HTH.

Terence
Oct 30th, 2000, 10:31 PM
It would be more helpful to have VB coding to get the IP addresses and port since history can be maintained.

peterdimo
Nov 9th, 2000, 10:38 PM
I may have found what you are looking for, go here

http://www.planetsourcecode.com/xq/ASP/txtCodeId.11834/lngWId.1/qx/vb/scripts/ShowCode.htm

Terence
Nov 11th, 2000, 03:52 AM
Peterdimo,

Thanks for your help. It is very useful.

Terence