Script to monitor assigned IP address on a local network
Jun 19th, 2009 | By Roma | Category: CentOSI wanted to monitor all assigned IP addresses on my local network. Since I have a hardware router/DHCP server, looking at the DHCP table was not an option. So I wrote a script on a CentOS Linux server.
You might need to install nmap on your distribution before using the script. On CentOS, install nmap with:
# [...]