Is there a way to detect the number of connections active on a Wifi network?

21,528

How to know whether your neighbors or others are using your wireless network is rather complicated.

If your neighbors are experienced Wi-Fi hackers, you might not be able to tell at all.

If they're just stealing your Internet connection, you may be able to tell from the logs on your router.

To find out who's on your wireless network, you'll need to start by taking inventory of all the devices that are meant to be connected. Find out their MAC IDs and their IP addresses (if they're static).

To find out the MAC ID/IP address on a PC, click the Start menu and choose Run. Type cmd and click OK. In the screen that opens, type ipconfig /all and hit Enter. The MAC address will be shown as the physical address. Once you know the MAC addresses of each of the PCs on your network, you will recognize any addresses that don’t belong under the screen that shows the MAC addresses of current connections.

Check IP addresses Likewise you may be able to see how many IP addresses have been dished out by the DHCP server. If you check the IP addresses of each of your PCs, you can see if other IP addresses have been served.

To find out your IP address from the Start menu, click Run. Then type in cmd and click OK. In the screen that comes up, type ipconfig which will display the IP address for that computer. (Bear in mind, however, that if the PC is set to auto detect settings, then the PC's IP address will change the next time the computer is rebooted or switched on. Sometimes previously served numbers have not yet expired, so you may think someone is connected when they are not.)

Dealing with intruders If you do find someone using your connection, they may well not be doing so maliciously or even knowingly. Sometimes people can’t tell which is their own connection and they may honestly believe that they are using their Wi-Fi router rather than yours. The best way to deal with this is to set up your own security and maybe you can help them find their own router!

The optimal solution is to set up a strong password using WPA or WPA 2 of almost 20 to 30 digits and numbers. Once your network is functioning, you can switch off the SSID broadcast (which prevents it from advertising the name of your network) so it would effectively disappear as far as your neighbors are concerned, and the first you might hear of it is when someone complains that their Web connection has disappeared.

You could look for logs such as current LAN clients, connection or status log, or connected MAC addresses.

Be Happy :-)

Share:
21,528
Abhishek Jain
Author by

Abhishek Jain

Updated on October 09, 2020

Comments

  • Abhishek Jain
    Abhishek Jain over 3 years

    If I want to detect the number of connections active on my home Wifi network, how should I go ahead doing it? This can be useful for building applications which would serve as monitoring unidentified/unrecognized people being fraudulently misusing a person's Wifi network.

  • Abhishek Jain
    Abhishek Jain over 11 years
    I am aware of AP management but in that case, it is an entry level setting. In other words, I modify the access list of MAC addresses to only contain one of my devices but at a later point of time if say, any of my friends comes to my house and wants to connect to the internet using my connection, I would need to add his device to the MAC address list which in all is a cumbersome process. It would have been great if there was a way in which I could register for some alerts/pop up notifications whenever a new device tries to access the network.
  • olamotte
    olamotte over 11 years
    @AbhishekJain could you tell me about your AP ? Manufacturer, and model ? If it's running some UX you could tweak it to make it send you an email everytime there's a new entry in the MAC table for example
  • olamotte
    olamotte over 11 years
    @AbhishekJain please mention my username when posting ! It seems your ap is not the best one for this kind of experiments, I would thus suggest you create a small script that checks periodically the connections. I will edit my answer.
  • Abhishek Jain
    Abhishek Jain over 11 years
    The info was useful. Thanks! :)