I just want to find out unused IP Address on a network. I think it is possible with nmap. Can any one say me the way pls?
Note:
I just need the free IP list alone.
|
I just want to find out unused IP Address on a network. I think it is possible with nmap. Can any one say me the way pls? Note: I just need the free IP list alone. |
|||||
|
|
A fast scanner is arp-scan which uses ARP to "see" other machines on a network. It also returns the MAC address and tries to determine the manufacturer of the network adapter. Example usage (replace
Note that this utility only reports machines which are powered on. |
|||||||||||
|
|
To install it use Source: serverfault.com. Just tested this, works like a charm including obscured hosts, you need to add sudo to be able to use the |
|||||||||||
|
|
I believe it is not the best solution but it does what you want. This script runs Advantages over previus solutions:
To scan your network run it with
Update after downvote I wrote it because
Update 2 Fixed all the issues with ARP-cache. |
|||||||||||||
|
|
I find fping useful; among other things, it will ping a range of addresses and list which are 'alive' and which are 'unreachable'. fping is not installed by default.
The simple approach is to just run it over a range of addresses.
A bit more elaborately, to produce a list of unused IPs.
|
||||
|
|