views:

481

answers:

2

hello everyone, Can anyone please tell the way to find out the mac address of a system which is:

  1. Shutdown
  2. Power plugged in
  3. Connected to Lan
  4. Nic card ON.

Kindly post the solution as i urgently need it in my project... thank you


Update I am asking how to find out the mac address of some other system which is already shutdown.... and which is on lan..

I want to find out its mac from my system.... and to be clear... i want to tell that.. arp table can be populated by using ping .. i.e. if 172.16.3.12 is not in arp table then it can be added by just ping 172.16.3.12 but a system can be pinged only if its on ... a shutdown system can't be pinged...

+1  A: 

Once the system is shutdown your best bet to finding the MAC address is looking for stickers somewhere on the case!


Seriously, I guess you are looking for some way to "wake on lan" a computer on a local lan?
I'm not certain that the machine would respond (be supposed to respond) to anything unless you know the mac already and can the correct magic packet.

From the wikipedia article I linked:

How it works

Wake-on-LAN is platform-independent, so any application on any platform that sends magic packets can wake up computers running on any platform. It is not restricted to LAN (Local area network) traffic.

The computer to be woken is shut down (sleeping, hibernating, or soft off; i.e., ACPI state G1 or G2), with power reserved for the network card, but not disconnected from its power source. The network card listens for a specific packet containing its MAC address, called the magic packet, broadcast on the broadcast address for that particular subnet (or an entire LAN, though this requires special hardware or configuration).

lexu
thank you lexu..yes, your guess is right..i am making wol..but a bit different from the earlier version..in the earlier versions we have to provide the mac address ...but now i only have the host name or the ip address...and now i want to wake it on lan..for this i want its mac address..andthanks for the wikki stract..but i already gone through it...well thanx for the reply..
I don't think you can WOL a shutdown machine without 'knowing' something 'privileged' about it. Also this machine needs to be "willing" to be woken. Are those conditions met?
lexu
yes...To make a machine to be "wiiling" to be woken...we just need to make some changes in bios setting in power tab...these condistions are met...so any valid solution please..
As I said above: knowing the MAC (or an equivalent somewhat private token) address is a precondition for WOL. You cannot WOL an alien system.
lexu
No doubt you are right mr.lexu..but i am asking that only...GET THE MAC ADDRESS...please read my query once again...please...
@pirates-iiita: I thought I had read your question (steps 1-4) and I stand by my statement: The MAC-address must be known **BEFORE SHUTDOWN** or you cannot WOL. There are Answers here on stackoverflow that will show you how to get the MAC of a running system (either locally or using local lan). Somehow we are not communicating. I don't seem to understand your question!!
lexu
ok...thank you...
A: 

thank you for the reply... but the above solution you gave will function only in multicast network... is there any to find the mac of other system on lan which is under above criteria...using some commands on DOS.... please reply

Comments should be made using the "add comment" link. Answers are for *answers*.
T.J. Crowder
I added your comment to the original question. Plz delete your answer. Thanks
lexu