[Ti] Search and ethernet ID on the net

Mark C. Langston mark at bitshift.org
Tue Dec 3 20:59:25 PST 2002


On Tue, Dec 03, 2002 at 04:56:08PM -0700, Carlos Fernando Hernandez wrote:
> Does anyone knows how to search the net and find a ethernet ID?
> 


Are you referring to the OUI codes that make up the first three octets
of a MAC address?  You can find those here:
http://standards.ieee.org/regauth/oui/index.shtml


If you're talking about trying to take an IP address and obtain its
MAC, it's only possible if the target is on the same logical network
you are (I.e., a non-routed segment).  In that case,

arp -a

in a shell will show you what you want.


-- 
Mark C. Langston                                    Sr. Unix SysAdmin
mark at bitshift.org                                       mark at seti.org
Systems & Network Admin                                SETI Institute
http://bitshift.org                               http://www.seti.org



More information about the Titanium mailing list