
August 25th, 2005
04:27 AM
Neverside Newbie
Status: Offline!
Scanning my home network
I was wondering what I would need to do to scan my home network and find out what ip's belong to who. We have 3 computers running and the user is assigned an IP address, I believe, on order of logon. I would like to know what ip's are in use and if possible which computer it is.
I tried Nmap but can't figure out how to use it correctly for the life of me.
(this is my first time here so I apologize if this is in the wrong area)

August 25th, 2005
06:03 AM
Neversidian
Status: Offline!
You will need to find out what IP address your router uses by default, which should be in the user manual.
I have a d-link, I connect to it by going to http://192.168.0.1
Once you log into your router, you should be able to see what IP addresses the individual computers on the network are using. This info should all be in the user manual thatcame with your router. If you dont have it anymore, you can probably find it on the company's site.
___________________
Hello. I am Joe Shoop's Portfolio

August 25th, 2005
07:46 AM
Hearts and thoughts they fade, fade away...
Status: Offline!
In DoS (run>>cmd), I think you can use the " netstat " function to find out but I??m not exactly sure how to interoperate what is what.
___________________
People without self-doubt scare me.
The world is my country, science is my religion. - Christiaan Huygens
“Don’t take refuge in the false security of consensus.”
Home||Truth|Love

August 25th, 2005
01:14 PM
Neverside Newbie
Status: Offline!
on xp go to command prompt in accessories and type:
ipconfig \all
it'll tell you the ip of that specific computer

August 25th, 2005
04:46 PM
Neverside Newbie
Status: Offline!
Okay, thanks guys I'll try those