Re: script or other suggestion
- From: "Vivek J. Patankar" <vivek.patankar@xxxxxxxxx>
- Date: Fri, 23 Nov 2007 20:05:17 +0530
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
- References:
- script or other suggestion
- From: chloe K
- script or other suggestion
- Prev by Date: RE: script or other suggestion
- Next by Date: Re: script or other suggestion
- Previous by thread: Re: script or other suggestion
- Next by thread: RH 2.1 AS on IBM HS20 Blade
- Index(es):
Relevant Pages
|