ping –f –i 0.0001 –s 10000 192.168.0.1 Note Dots denote echo request without echo reply. The more points you have the more the connection...
Tag: ping
#Linux for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null; && echo “192.168.1.$ip UP” || : ;...