Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
IP from MAC address
Name: Bocca Date: March 11, 2002 at 09:52:50 Pacific
Comment:
I have two computers at home, one with XP Home and the other with Win98. Both are connected to the internet through a hub to a cablemodem. Computers get their IP with DHCP.
From computer 1, how can I find the IP of computer 2, knowing that they are in the same Ethernet network, and I know the MAC address of computer 2? Do you know of some utility (client/server may be) to know this? I read about RARP, but where's some software?
Name: Don Date: March 11, 2002 at 10:10:22 Pacific
Reply:
Hi ip-tools can do this http://www.ks-soft.net/ip-tools.eng/
0
Response Number 2
Name: Bocca Date: March 11, 2002 at 10:40:26 Pacific
Reply:
I have tested this type of tools, an it's not what I am searching. The problem I have is that each of my computers can be (and in fact usually are) on diferent IP subnets, due to IP assignments of my ISP through DHCP.
IMHO, the key in this problem is that they are in the same Ethernet net. I think I need some sort of ethernet tools.
Thanks anyway.
0
Response Number 3
Name: seamus Date: March 11, 2002 at 10:50:01 Pacific
Reply:
Try going into dos from either machine and using either of the following commands. Either will give what you are looking for.
arp -a (shows your arp cache ips to macs)
nbtstat -a The_machine_name (shows netbios info including IP by name)
Summary: I'm assuming when you say a home network you have a router or switch in the mix , just look in there , it will list all active mac addresses . On my router it gives both the ip and mac address of...
Summary: Is there a way I can assign IP's via MAC address, but in a DHCP fashion?(in win2k advanced server....has to be win2k inherant service or third party DHCP daemon) I know you can reserve IPs for speci...