English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to ping a group of 300 servers and the IPs I have is in text file. Please advice some easy and free tool to do so. I just want to load the IP list from text file and it just give me result of the live hosts in text or excel file nothing more like port details or so because these are production servers and I can't take risk to overburden them at this moment. I tried angry IP scanner but invain. Please help

2007-03-15 22:43:29 · 3 answers · asked by Anonymous in Computers & Internet Computer Networking

3 answers

ping does not overburden server
write a script containing
ping
ping

.....

and just redirect the output of the script in a log file

2007-03-15 23:11:04 · answer #1 · answered by Anonymous · 0 0

A production server can't handle a single ping?

Anyway, you could put them in a batch file, and output the result, as in:

ping 192.168.1.200 >> pingout.log
ping 192.168.1.201 >> pingout.log
ping 192.168.1.202 >> pingout.log

and so on... hopefully that would work

2007-03-15 22:55:03 · answer #2 · answered by T J 6 · 0 1

download Angry software "ipscan" utility by which u can ping all urs network

2007-03-15 23:36:57 · answer #3 · answered by jack 2 · 0 0

fedest.com, questions and answers