I have a bunch of machines on an IP address 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?
I'm using Windows Vista.
|
I have a bunch of machines on an IP address 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? I'm using Windows Vista. |
|||||||
|
|
|
|||||||||||||||||
|
|
Nmap is available for Windows:
|
|||||
|
|
I've used this command
in a batch file for a similar reason |
|||||
|
|
|
||||
|
|
|
You could just write a Bash script that loops through an IP address range and pings them. An example that pings addresses in the range 10.1.1.1 to 10.1.1.255 (inclusive):
|
|||||||
|
|
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
|
||||
|
|
Save the below script on the server with an extension of Please enter only three octets of the IP address.
Once the command has run, it will create a text file name For example:
It is pretty simple to run, and it should save you loads of time. |
||||
|