Bash/Shell script to ping range of IPs

I mostly need to ping range of ips and some times more then 100 ips, and pinging them one by one is a time consuming task. Here is the script to do them quickly. [crayon-6512a0e1d0181607451434/] You can replace 192.168.1 with your ip range, and 241 and 248 with start and end of ip range … [Read more...]