Is somebody can assist me ?
I did create a list wish I can validate several IP and than the list is displayed. but I need to know what should I replace on the 2 below command lines to make all IP of the list to be ping? Should I use for host in range command ?
What do you suggest ?
-----------------------------------------------
pinglist = []
for host in range(60,70):
ip = "192.168.200."+str(host)
-----------------------------------------------
Tks/Charlie30
I did create a list wish I can validate several IP and than the list is displayed. but I need to know what should I replace on the 2 below command lines to make all IP of the list to be ping? Should I use for host in range command ?
What do you suggest ?
-----------------------------------------------
pinglist = []
for host in range(60,70):
ip = "192.168.200."+str(host)
-----------------------------------------------
Tks/Charlie30