Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   Networking Tool (https://thetfp.com/tfp/tilted-technology/54106-networking-tool.html)

JasWalker 04-30-2004 12:15 PM

Networking Tool
 
Does anyone know how to in effect "ping" a mac address to generate an ip?

Pragma 04-30-2004 02:21 PM

Do you mean an ARP lookup to determine the IP from a MAC address?

yodapaul 04-30-2004 04:17 PM

Re: Networking Tool
 
Quote:

Originally posted by JasWalker
how to in effect
I'm not quite sure what your asking here, but as said above it sounds like an ARP request. ARP is part of the TCP/IP stack, you might be able to find a utility that will do the ARP lookup. However, if you are trying to do a ARP request on a web site, you might only get the address of your local Internet Gateway.

JohnnyRoyale 05-01-2004 07:20 AM

I think you're thinking or RARP, which is Reverse Address Resolution Protocol. That will take a mac address and try and determine the IP.

Please note, however, that RARP is local subnet only, and is usually not forwarded across a router.

I think Linux comes with a rarp command, I know there's no built in RARP in Windows, you'll need to download something to get that.

Pragma 05-01-2004 08:28 AM

You can, however, view the ARP cache in Windows by typing in a command prompt:
arp -a

GoogleMeister 05-01-2004 06:50 PM

Gotta go with Pragma on this one. The easiest way to determine the IP related to a MAC address when all you have is the MAC address is by arp -a.

One question, though...

How is it that you have the MAC ddress and not the IP address?


All times are GMT -8. The time now is 02:38 AM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73