how do I look up an IP from a mac on the same subnet

Fiveohhh

Diamond Member
Jan 18, 2002
3,776
0
0
I have the mac address for my vonage phone thing, and trying to find the IP. how do I do this. been googling for awhle and comeing up empty handed
 

Kadarin

Lifer
Nov 23, 2001
44,296
16
81
Originally posted by: phatrabt
Try "arp -a" (no quotes) from the command line

phatrabt

Note that this will only work if there happens to be an arp entry for that MAC on your workstation. ;)
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
run a ping sweep of every IP address on the subnet. I forget the name of the tool but there are tons of them out there. Just search on ping sweep or ping plotter.

Then you can check your arp entries as stated above.
 

Fiveohhh

Diamond Member
Jan 18, 2002
3,776
0
0
found a program to ping sweep but it didn't pick it up...Awhile ago I accessed the thing through a browser. but doesn't seem like its gonna work now the phone works and its plugged in just can't get it to ping:( maybe its setup not to respond to pings, so I'm stuck again
 

Fiveohhh

Diamond Member
Jan 18, 2002
3,776
0
0
well I think I found it I may have set it to 192.168.0.255 is using 255 a bad idea I can ping it, but can't access through the web browser..
 

HKSturboKID

Golden Member
Oct 20, 2000
1,816
0
0
what I usually do when all else fail is write a small batch file with this command and dump the output into a txt file to see who respond and their Mac and IP address.

the command is.

nbtstat -A 192.168.0.1
nbtstat -A 192.168.0.2
nbtstat -A 192.168.0.3
......
nbtstat -A 192.168.0.254

This way you will see their IP, Mac, PC name, who's login, domain or workgroup they are in.

 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Since you are pinging the broadcast address all hosts will respond.

Depends, not all IP stacks respond to broadcast pings and I would think the ones that do have it as a configurable option.