Get ip address from mac address


 
Thread Tools Search this Thread
Operating Systems Solaris Get ip address from mac address
# 1  
Old 11-04-2009
Get ip address from mac address

I have following message in my messages file on solaris 10

Code:
WARNING: e1000g3712000:3 has duplicate address 010.022.196.011 (in use by 00:50:56:85:25:ef); disabled

Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ?
# 2  
Old 11-04-2009
Hi,

If you have root privileges, you can use "ifconfig -a", which will display the MAC address along with the IPs. Also, "banner" command at OK prompt will display the MAC addrs. If you do not have root privs - you can NOT see the MAC addr !!

In your case, disable the NIC in your system. From another system, do a "traceroute 10.22.196.11". That will lead you to the another system that is using the IP.

Hope I answered your question.
# 3  
Old 11-04-2009
you already have the IP adress of the server Smilie the closes thing i can think of to localize the particular server is to check from your switch which port it is connected to by using the mac address. been into this kind of situation and have asked our network guys for help Smilie
# 4  
Old 11-04-2009
Something that may help is to realize that the first three numbers in a MAC address indicate the manufacturer. In this case, whatever has that address belongs to VMware, so it's probably a VM somewhere.
# 5  
Old 11-05-2009
yep u r correct Tony the system was a VMware VM, but how do u know that 00:50:56 belongs to VMware .. ?
# 6  
Old 11-05-2009
There's a complete list of assigned vendor codes available at the IEEE, as well as various lookup tools on the web.
# 7  
Old 11-05-2009
Quote:
Originally Posted by fugitive
Now is there any way i can find which server has 00:50:56:85:25:ef mac address either IP or Hostname ?
Yes, the easiest way is to run arp -a on the subnet where the conflict occurs and then look at the arp cache.

It is really difficult in most networks to map vendor IDs from MAC addresses to actual hosts, so the first step is to look at the arp cache and find out which IP address is mapped to which MAC address.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. IP Networking

MAC Address - Four Interfaces with the same MAC Address

four interfaces with ifconfig all interfaces have the same mac. If is not set for unique. but it still works. what difference does it make to have all macs the same or different? (4 Replies)
Discussion started by: rrodgers
4 Replies

2. Red Hat

No Mac address present,

I have installed RHEL 6 in my new system. My sytem is physically also connected with network, but after successfully installing it is not detecting the network. I checked, there is no /etc/sysconfig/network file present in my system. I manually created /etc/sysconfig/network file. The problem I... (5 Replies)
Discussion started by: Ankur Goyal
5 Replies

3. Shell Programming and Scripting

GREP mac address

Hi, mac.txt My mac address is <Mac Address>. How can i replace <Mac Address> with the actual of my computer? I try to GREP command as below but i am unable to grep it to replace just <Mac Address>. ifconfig eth0 | grep -o -E '(]{1,2}:){5}]{1,2}' Million in Advance. Please use... (7 Replies)
Discussion started by: derrickyee81
7 Replies

4. IP Networking

Cannot change mac address

ubuntu / xubuntu 13.10 and 14.04 (this issue should exist in debian as well) I use wifi to connect to internet. I would like to change the wifi card mac address before connecting. Let's call the original mac address, macA, and the new mac address, macB. I do the following: ifconfig wlan0... (2 Replies)
Discussion started by: arpagon
2 Replies

5. Solaris

MAC address License

Hi, I use a Sun server T2000, but the application which i am planning to work on was build for Workstation 4 and is licensed only for that. So someone please help to resolve this issue which is caused by the MAC address or the hostid. Can i create a duplicate MAC or host id for the same or is... (1 Reply)
Discussion started by: maslin
1 Replies

6. IP Networking

Tracing a MAC address to IP address: Solaris

Hi there I lost connectivity to one of our remote systems and when I checked the messages log I found the following: Aug 10 23:42:34 host xntpd: time reset (step) 1.681729 s Aug 16 13:20:51 host ip: WARNING: node "mac address" is using our IP address x.x.x.x on aggr1 Aug 16 13:20:51 host... (9 Replies)
Discussion started by: notreallyhere
9 Replies

7. SCO

MAC address

hi every one please help i want to change mac address in sco unix 5.0.6 how can i do this (3 Replies)
Discussion started by: kaydream
3 Replies

8. IP Networking

How to Achive IP address through MAC(Ethernet) address

Hi sir, i want to make such programe which takes MAC(Ethernet) address of any host & give me its IP address....... but i'm nt getting that how i can pass the MAC address to Frame........ Please give me an idea for making such program... Thanks & regards Krishna (3 Replies)
Discussion started by: krishnacins
3 Replies

9. UNIX for Dummies Questions & Answers

Mac address

Hi Can some one help me How do find out Mac address in Tru64 Unix Thank you (1 Reply)
Discussion started by: Syed_45
1 Replies

10. Programming

Get Mac Address

:( Hi I am trying to get Mac address of of my Sun server from my C program running on the host machine. Any suggestions . (1 Reply)
Discussion started by: ss_hpov
1 Replies
Login or Register to Ask a Question