BigZero <> wrote:
>is there any way or posable to get a ip-Address from mac address, i
>mean that i have the mac address of a machine and i want to known the
>ip address of that mac id or machine.....
This requires more context. A given mac address can have multiple IP
addresses, and the only mappings between them are local to the networking
stack on that host, and in the arp tables of hosts on the same ethernet
segment. Outside the local network segment, there is no knowledge of mac
addresses: they are not part of IP, they're part of ethernet.
As others have said, you might look into smtp for connecting to that host and
querying information about it. Or if you're on the same segment, look at your
own arp tables (see the arp command if you're on a unix-like machine).
Otherwise, look for a different way to solve whatever your real problem is.
--
Mark Rafn
<http://www.dagon.net/>