Below you will find pages that utilize the taxonomy term “linux”
May 26, 2010
Check for missing reverse DNS entries on network
A quick way to check your network for IPs missing reverse DNS entries….
nmap -PE -sP 10.0.0.0/24 | awk '{if ($2 ~ /^[[:digit:]]/ ) print $2}'
read more