Ping Sweep Linux

for i in {1..254};do (ping -c 1 10.10.110.$i | grep "bytes from" &);done
64 bytes from 10.10.110.2: icmp_seq=1 ttl=64 time=35.7 ms
64 bytes from 10.10.110.100: icmp_seq=1 ttl=62 time=34.6 ms

Results

Inital enumeration showed that in the subnet 10.10.110.0/24 only one machine is up other than the firewall.

The machine that is up is having a ip of 10.10.110.100.