Nmap 3.70 released -> http://www.insecure.org/ this simple command allows to know which local hosts are up:: nmap -sP (ex: nmap -sP 192.168.1.0/24 ) This friendly scanning can be added to the crontab, allowing a daily report of the open ports:: nmap -sT -P0 -sV 2>&1 | mail -b \ -s "[nmap] `date -I` scan report" For IPv6:: nmap -sT -6 -P0 -sV