Identify unknown LAN server from IP or MAC address


 
Thread Tools Search this Thread
Special Forums IP Networking Identify unknown LAN server from IP or MAC address
# 1  
Old 03-12-2011
Identify unknown LAN server from IP or MAC address

Hi,

I just got a little task trying to seemingly find a needle in a haystack.

I have a server (FreeBSD) where several NFS mounts are established from a host somewhere on the local LAN with the 192.168.x.x prefix.

Needless to say, the guy who set this up wasn't too fond of documenting his work apart from the "# NFS" comment in the fstab. I can see that the server that I am on also has set up an interface with a 192.168.x.x address, which natually doesn't help me much other than it looks like a trend. There is no documentation on the LAN addresses end points anywhere to be found.

My question is, is there anyway I could try to identify what the server's hostname is (if any)? I tried nslook, arp, ping, ssh, telnet (both telnet+ssh denied, probably firewall), netstat (it's used as a static route as well), anything that I could think of a late Saturday evening.

I have the aforementioned IP address and I have the MAC address, but my network knowledge is a bit on the wee side to put the nail in the coffin :-)

Some could argue - log on to the servers and check their interfaces - but there's FAR too many for comfort :-(

I hope you can throw me a pointer or two.

/b
# 2  
Old 03-12-2011
If you have appropriate corporate permission you could use nmap to scan the ports on that particular host.

Otherwise it may be a case of blocking that host and see who complains.
This User Gave Thanks to fpmurphy For This Post:
# 3  
Old 03-14-2011
Hi,

Thanks for the advice.
I'm going to see if I can get it done, otherwise I'll have to go onsite and see if I can find its "neighbors".

I actually know nmap but it didn't cross my mind before you reminded me, so I will give it a shot first! ;-)

Thanks!

/b
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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. Solaris

How to resolve duplicated MAC address on Solaris server?

Hi folks, I found out the following: provadm@BKP_LIV_NPPGW_02:home/provadm%/usr/sbin/arp -a Net to Media Table: IPv4 Device IP Address Mask Flags Phys Addr ------ -------------------- --------------- -------- -------------------- ce5 BKP_OnM_NPPGW_02 255.255.255.255 SPLA 00:14:4f:44:e0:86... (1 Reply)
Discussion started by: kimurayuki
1 Replies

3. 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

4. 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

5. Solaris

Get ip address from mac address

I have following message in my messages file on solaris 10 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 ? (6 Replies)
Discussion started by: fugitive
6 Replies

6. UNIX for Advanced & Expert Users

Find LAN Address

Hi, I am wondering how I can find the network address under following situation. Things available: 1. An active network drop without knowing any details about the network. 2. I have windows, Linux, and Solaris machine available to use. Things to achieve: 1. Find out the... (5 Replies)
Discussion started by: jiashi2
5 Replies

7. 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

8. 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

9. 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