Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

checking the mac address

Status
Not open for further replies.

m_pourfathi

Full Member level 4
Full Member level 4
Joined
Feb 7, 2008
Messages
200
Helped
17
Reputation
34
Reaction score
3
Trophy points
1,298
Activity points
2,579
Is there any way I can check a device's mac address on the net? for example I am on a LAN at office and I want to check of my college's network adapter's mac address using my computer. is it possible? thanks
 

Hm... interesting question.
You can ping your "college's" pc and while you are doing that capture tha packets using ethereal or wireshark (they are the same just that wireshark is the new version of ethereal).
Then have a look at the reply packet from your college's pc. The Ethernet II part contains the destination and the source. The source is contains the MAC address.
 

I think it is possible but I don't know how to do this in a simple way.
But keep in mind that it is possible to fake a MAC address.
 

yes it is possible. Try to use a program like 'ethereal'
and watch for the packets. it ll tell you the all information you need.

For example : try to ping a domain and watch the packets from ethereal. you can see what you need (default gateway should be your switch)
Trace for default gateway adress ARP packets. it s what you need.

good luck.
 

simple network sniffer (like ethereal) can't show a MAC of PC. Because when you send packet, IP destination field contain IP address of PC but Ethernet destination field contain MAC of your network router's port . And for incoming packet source IP field contain IP addr of PC, but MAC of router's port
 

Yes but only when the packet is routed.
When both PCs are in the same network than it shows the MAC adress.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top