Skip to content

Python script for Linux to quickly ping a subnet and display the status of hosts.

License

Notifications You must be signed in to change notification settings

sirken/ping-subnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ping Subnet

Python script for Linux to quickly ping a subnet and display the status of hosts.

Ping example

Installation

Install fping for your Linux distro (Debain example)

sudo apt install fping

Edit the script and change the desired subnet

network = ipaddress.ip_network('192.168.1.0/24')

Usage

python3 ping-subnet.py

About

Python script for Linux to quickly ping a subnet and display the status of hosts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages