View Finding All Hosts On the LAN From Linux / Windows Workstation #Linux for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null; && echo “192.168.1.$ip UP” || : ;...Read More