nk23x
12/17/2017 - 5:29 PM

network nodes online

network nodes online

## not nice but ...
for i in $(seq 1 1 255); do ping -c 1 -n -t 2 192.168.178.$i | grep '64 b' | cut -d ':' -f 1 | perl -pe 's/^.*from //g;'; done