What do you think?
Rate this book
349 pages, Kindle Edition
Published May 28, 2019
9.3.8 Ping 15 servers sequentially 192.158.10.1 - 192.168.10.15
# Create the network
ip_net = ipaddress.ip_network(u'10.1.10.0/24')
# Get all hosts on that network
all_hosts = list(ip_net.hosts())