Escaneo red host up JaimeAlberto Desde el terminal: Con ping: for IP in 192.168.1.{1..254}; do if ping $IP -c 1 > /dev/null; then echo $IP alive; else echo $IP dead; fi; done Con nmap: nmap -sP 192.168.1.0/24