Convert MAC to IP

2001-10-19 Thread Case, Benjamin
Are there any utilities to convert a MAC to an IP address. Is that even
possible ?



Re: Convert MAC to IP

2001-10-19 Thread martin f krafft
* Case, Benjamin [EMAIL PROTECTED] [2001.10.19 15:07:09-0400]:
 Are there any utilities to convert a MAC to an IP address. Is that even
 possible ?

arp -a

or find a tool that sends custom RARP packets...

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
  
i assume full responsibility for my actions,
except the ones that are someone else's fault.


pgpLFbmofVQqM.pgp
Description: PGP signature


Re: Convert MAC to IP

2001-10-19 Thread Blars Blarson
In article [EMAIL PROTECTED] 
[EMAIL PROTECTED] writes:
Are there any utilities to convert a MAC to an IP address. Is that even
possible ?

arp -a will list the mappings currently in use.

If you run arpwatch, /var/lib/arpwatch/arp.dat will contain a list.  A
perl or shell script to parse it would be pretty easy.

Of course, this only applies to your local network segment, and I'm
assuming you arn't realy looking for your dhcpd configuration.

-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
Text is a way we cheat time. -- Patrick Nielsen Hayden