Results 1 to 5 of 5
Hi guys...how can i do a mac address lookup? I have a remote IP address but i cant seems to figure out how can i get its mac address remotely? ...
- 11-17-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 2
mac address lookup
Hi guys...how can i do a mac address lookup? I have a remote IP address but i cant seems to figure out how can i get its mac address remotely? Please help..
- 11-17-2006 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
You want to get the mac address of a different machine than the one you are sitting at and you have the ip address already? Is that right?
If so, check out the arp command, I think that should do it.
- 11-20-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 2
in order to use arp on a remote ip address doesn't that ip address should have the same network mask as the one that you have in order for you to use arp to get its mac address?
- 11-20-2006 #4Linux Newbie
- Join Date
- Aug 2006
- Posts
- 107
arp has to be local
- 11-21-2006 #5TryI have a remote IP address but i cant seems to figure out how can i get its mac address remotely?(The first option is an 'O' as in 'Orbit', not a zero.) That'll give you lots of information - including MAC address of the external interface.Code:
# nmap -O -T5 remote-host-here
Make sure you notify the maintainer of that machine before you start scanning it so that you don't unnecessarily alarm someone.


Reply With Quote
