I have a bunch of machines on an IP range which I want to ping simultaneously as a quick and dirty way of telling which ones are switched on. What (free) software can I use to do this?
[Edit] I should add that I'm using Windows (Vista)
|
I have a bunch of machines on an IP range which I want to ping simultaneously as a quick and dirty way of telling which ones are switched on. What (free) software can I use to do this? [Edit] I should add that I'm using Windows (Vista)
| |||||||
feedback
|
|
| |||||||||||
feedback
|
|
nmap is available for Windows:
| |||
|
feedback
|
|
I've used this command
in a batch file for a similar reason | |||
feedback
|
|
| ||||
|
feedback
|
|
you could just write a bash script that loops through an ip range and pings them...
| |||||||
feedback
|
|
Instead of manually pinging all IP addresses on your LAN you can do the following: Open a Command Prompt and type:
Change This will ping all IP addresses on the 192.168.0.0 network segment and create a text file called You can also add
| ||||
feedback
|
|
Save the below script on the server with an extension of Please enter only 3 octets of the IP address.
Once the command has run, it will create a text file name For example:
Pretty simple to run and it should save you loads of time. | ||||
feedback
|