chloe K wrote:
I have ip list in my network
I need to check which ip is unused
what is better solution?
Write the ping script or use other command
eg:
for i in ip.txt
ping -c 3 $i
If you have nmap installed you can use that to do the job. From the nmap
man page...
$ nmap -v -sP 192.168.0.0/16
--
Regards,
विवेक ज. पाटणकर (Vivek J. Patankar)
Registered Linux User #374218
Fedora release 7 (Moonshine)
Linux 2.6.22.4-65.fc7 x86_64
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list