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

I have a large network of computers with an ip range from 10.2.148.0 - 10.2.150.255. I want to be able to ping every computer in that address poll and then here is the important part

To output any computer that responds to a ping to a text file with just the IP address of a computer with each additional ip address on a separate line. Ideally this could be done using a command line but I have no idea how to do this. At the moment I can only ping one computer and when I output it to a text file using > test.txt I get the ping response and lots of other information which is not needed.

I really hope this makes sense as I have a big project relying on your answers.

Please help

Many Thanks

Chris

2007-11-20 03:54:08 · 5 answers · asked by bobobobobobdilen 1 in Computers & Internet Computer Networking

Thanks for all your answers so far. I have looked at angry ip scanner but when I output the file it does not only contain the IP address. I don't know any coding so any other answers would be gratefully received.

2007-11-20 04:22:20 · update #1

5 answers

Theirs lots of things you can do, most of the solutions will require a little coding on your part and no need to use 3rd party software either.

Do you possess any coding or scripting skills?

2007-11-20 04:03:55 · answer #1 · answered by cheek_of_it_all 5 · 0 0

use angyIP scanner, this is what I use, it will tell you whats up and dead and appurtenant information.


Dont know how to add additional comments so I am editing this.

Anyway, First of all export your query to a TXT file and then edit the tope header junk (all the date and stuff) and save it. Then import it to EXCEL using the import external data wizard and except the defaults, it should see that its being delimited by large spaces. Once you get it into EXCEL you can sort and modify the data you need, IE IP to HOSTs and those that are dead and alive. Just make sure when you sort in EXCEL you select ALL and sort the entire worksheet.

hope that helps.

2007-11-20 03:58:57 · answer #2 · answered by Slick 5 · 0 0

you could just make a dos batch file. If you don't know how to then you probably read up on that.

or you could code something in C that calls the "ping" command + the ip's etc...

someone probably has a 3rd party software for doing it.

2007-11-20 04:12:29 · answer #3 · answered by junglejungle 7 · 0 0

Shutdown command Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-m \\computername] [-t xx] [-c "c omment"] [-d up:xx:yy] No args Display this message (same as -?) -i Display GUI interface, must be the first option -l Log off (cannot be used with -m option) -s Shutdown the computer -r Shutdown and restart the computer -a Abort a system shutdown -m \\computername Remote computer to shutdown/restart/abort -t xx Set timeout for shutdown to xx seconds -c "comment" Shutdown comment (maximum of 127 characters) -f Forces running applications to close without war ning -d [u][p]:xx:yy The reason code for the shutdown u is the user code p is a planned shutdown code xx is the major reason code (positive integer le ss than 256) yy is the minor reason code (positive integer le ss than 65536)

2016-05-24 08:10:23 · answer #4 · answered by ? 3 · 0 0

Angry IP scanner is a sweet little tool. Thanks Slick, for mentioning it. Only problem is that the link provided didn't work. But I found it here... http://www.softpedia.com/progDownload/Angry-IP-Scanner-Download-3865.html

2007-11-20 04:10:28 · answer #5 · answered by Angie 5 · 0 0

fedest.com, questions and answers