Ping Loop

for ip in 172.27.30.{1..255}; do ping -c 2 $ip > /dev/null && echo "${ip} is up"; done