Ping scan
Linux
for i in {1...254} ;do (ping -c 1 172.16.5.$i | grep "bytes from" &) ;doneWindows
1..254 | % {"172.16.5.$($_): $(Test-Connection -count 1 -comp 172.15.5.$($_) -quiet)"}Last updated
for i in {1...254} ;do (ping -c 1 172.16.5.$i | grep "bytes from" &) ;done1..254 | % {"172.16.5.$($_): $(Test-Connection -count 1 -comp 172.15.5.$($_) -quiet)"}Last updated