Hi,
I need to ping a range of IP Addresses. I have this three data to use:
Minimum IP Address: 172.24.2.1
Maximum IP Address: 172.24.3.254
Total No. of Hosts: 510
Basically, I just need to create a script that can generate a list of IP Addresses starting from 172.24.2.1 up to 172.24.3.254
I have a very basic idea of using the "Total No. of Hosts" as the initial value of the counter and then decrementing it everytime my script loops.
Hope somebody can provide some help.
Many thanks
I need to ping a range of IP Addresses. I have this three data to use:
Minimum IP Address: 172.24.2.1
Maximum IP Address: 172.24.3.254
Total No. of Hosts: 510
Basically, I just need to create a script that can generate a list of IP Addresses starting from 172.24.2.1 up to 172.24.3.254
I have a very basic idea of using the "Total No. of Hosts" as the initial value of the counter and then decrementing it everytime my script loops.
Hope somebody can provide some help.
Many thanks