Re: Determine IP Adrress from MAC Address

2014-02-17 Thread Joe Pfeiffer
Joe Pfeiffer writes: > Muntasim-Ul-Haque writes: > >> Hi, >> How can I determine the IP address if I already have the MAC address >> or Hardware Address? What is the most convenient way? >> >> -Muntasim Ul Haque > > The fact that you already have the MAC address doesn't matter in finding > out y

Re: Determine IP Adrress from MAC Address

2014-02-17 Thread Slavko
Ahoj, Dňa Tue, 18 Feb 2014 00:36:08 +0600 Muntasim-Ul-Haque napísal: > Hi, > How can I determine the IP address if I already have the MAC address > or Hardware Address? What is the most convenient way? The simplest way is look into (as root): arp -a I you are happy man, it will be there ;-)

Re: Determine IP Adrress from MAC Address

2014-02-17 Thread Joe Pfeiffer
Muntasim-Ul-Haque writes: > Hi, > How can I determine the IP address if I already have the MAC address > or Hardware Address? What is the most convenient way? > > -Muntasim Ul Haque The fact that you already have the MAC address doesn't matter in finding out your IP address. ifconfig will give

Re: Determine IP Adrress from MAC Address

2014-02-17 Thread Karl E. Jorgensen
Hi On Tue, Feb 18, 2014 at 12:36:08AM +0600, Muntasim-Ul-Haque wrote: > Hi, > How can I determine the IP address if I already have the MAC address > or Hardware Address? What is the most convenient way? I know of no "easy" way - but there *are* two ways I can think of. Both assume that you have a

Re: Determine IP Adrress from MAC Address

2014-02-17 Thread Fabrice Vaillant
You can't, it's two different thing. As you said the MAC address, is linked to your hardware, whereas the IP is given by the network, it will change if you change network. fabrice On 02/17/2014 07:36 PM, Muntasim-Ul-Haque wrote: Hi, How can I determine the IP address if I already have the MAC