Click to See Complete Forum and Search --> : IP addresses


Andrew_Fryer
June 20th, 2001, 07:04 AM
Hello,

Given an IP address is it possible to determine whether or not the user of that IP address is online?

Thanks

Andrew

cksiow
June 20th, 2001, 08:21 AM
you can ping the address.

HTH

cksiow
http://vblib.virtualave.net - share our codes

Ghost308
June 20th, 2001, 11:01 AM
Go to a DOS prompt (home sweet home) and type "ping " and then the IP address or DNS name. If you get back command or file name, go to the windows directory.

For more info though, type "tracert " and then the IP address. that will trace packets through all the servers and routers between you and the IP you are tracing.

If you are on the same LAN as the IP you're after, try "nbtstat -A " and then the IP. That will give you NetBIOS table stats and show the current user's name and the computer name and all that good stuff.

John G Duffy
June 20th, 2001, 05:24 PM
Here is a sample that does not use DOS to do its dirty work. I hae not tried it personally, but Randy Birch does some nice coding
http://www.planet-source-code.com/xq/ASP/txtCodeId.23636/lngWId.1/qx/vb/scripts/ShowCode.htm

John G