diff --git a/filesystem/etc/skel/scripts/pingsweep.sh b/filesystem/etc/skel/scripts/pingsweep.sh index 7cd71aec..7c92c500 100755 --- a/filesystem/etc/skel/scripts/pingsweep.sh +++ b/filesystem/etc/skel/scripts/pingsweep.sh @@ -1,4 +1,4 @@ -#!/bin/bash -for ip in $(seq 1 254); do -ping -c 1 172.100.100.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1& -done +#!/bin/bash +for ip in $(seq 1 254); do +ping -c 1 172.30.0.$ip |grep "bytes from" |cut -d" " -f4|cut -d";" -f1& +done