Question

  Asked: Apr 3 2008   4:09 AM GMT
  Asked by: Alucard


Wireles and the perfect tool set...


Wireless, RARP, MAC address, Network analyzers, Wireless networking

Ok... my home network is setup so that I have my two desktops plugged in via ethernet and two laptops accessing my router via wireless. Im using all sorts of programs at the moment to analyse my network and monitor ip addresses, etc. But, I still find my network attached to a MAC address other than any of my own. I have read the question regarding RARP and saying that you would require a RARP Daemon. What set of networking analysers and tools would be most appropriate for finding both the MAC and IP address automatically ? And also what networking tools (free) would you recommend ? From the home networker to administrator ? Thanks in advance. Love the site. I recommend this site to everyone and have a link to here on my own page. Thanks again.

-=Alucard=-
http://www.alucardv.com
http://hyperv.freeforums.org

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



There is no "perfect" toolset. There is the right toolset for what you need to do. Wireshark is a great open-source (free) packet capture/decode tool. However, it may be more technical than what you are looking for. Most operating systems have built-in arp tools as that is really how devices on a LAN communicate. They map the IP address to the MAC address through arp. If the device is not local, then the host has to have the MAC address of a gateway that knows how to get to the remote device. Netstumbler is a good tool that is simpler than Wireshark that will show what wireless devices are near and MAC information.

To query the arp table on a Linux or Windows box, go to a command prompt and type: arp -a. This will give you a list of all local LAN ip addresses that that machine knows about and the MAC addresses associated with the IP.

If you are wanting to tie down the security on your wireless access point, MAC address filtering is not the way to do it. MAC addresses are clearly seen in all packets to/from an access point. You will need a strong WPA key (WEP is easy to break). You should make your access point more difficult to find by turning off SSID broadcasts. Make the SSID something that does not identify your location or host. Turn down the wireless signal as much as you can to prevent leakage outside your building.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on Networking.

Looking for relevant Networking Whitepapers? Visit the SearchNetworking.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register