Linux: How to find all the IP addresses used on a network

HomeOther ContentLinux: How to find all the IP addresses used on a network
Linux: How to find all the IP addresses used on a network
Linux: How to find all the IP addresses used on a network
Linux: How to find all the IP addresses used on a network
In this tutorial, I will show you how to find all IP addresses used on a network.
Generally, nmap is useful for quickly analyzing networks.
To install nmap, enter
sudo apt-get install nmap
Once installed, enter
nmap -sp 192.168.1.0/24
This will show you which hosts responded to pings on the network between 192.168.1.0 and 192.168.1.255.
Netdiscover can also be used
To install via terminal:
sudo apt-get install netdiscover
Example of use :
sudo netdiscover -r 192.168.1.0/24
An IP address with MAC addresses will be displayed on your terminal

Support channel and donate:
https://www.paypal.me/aminenina/5

Subscribe for more videos:
Youtube: https://www.youtube.com/user/aminosni…

Follow me on social media
Facebook: https://www.facebook.com/aminosninatos/

************************************************** ********************

How to Check Bad Blocks or Sectors on a Hard Drive in Linux
https://www.youtube.com/watch?vjE-I9…

Linux How to Partition a Hard Drive Using the Parted Command
https://www.youtube.com/watch?v2IoEW…

Check or repair a file system using fsck in Linux
https://www.youtube.com/watch?vCcV_M…

How to Monitor the Health of Your Hard Drive in Linux Using SMART
https://www.youtube.com/watch?vz1z9R…

Linux iotop: monitor your disk I/O
https://www.youtube.com/watch?vpWG4v…

How to use the “du” (disk usage) command in Linux
https://www.youtube.com/watch?vRA4bM…

How to view manipulative system logs in Linux using the Journalctl command
https://www.youtube.com/watch?vNE-fT-Fwvgw&t3s

How to Sync and Backup Files in Linux Using the Rsync Command
https://www.youtube.com/watch?vaIMbg7vG6Rg&t10s

Linux cURL Command Tips and Tricks
https://www.youtube.com/watch?vhA3BAALWFJI

Linux tail and multitail commands
https://www.youtube.com/watch?vQnPyWNyCn-U

Linux How to view log files
https://www.youtube.com/watch?vCEYhs_9L01M&t2s

How to use the History command in Linux
https://www.youtube.com/watch?vRkxIWlypB-s

Tips and Tricks How to Manipulate Text Files in Linux
https://www.youtube.com/watch?vZk9M1w55XO0

How to Archive, Compress and Extract Files Using the tar Command in Linux
https://www.youtube.com/watch?v8j-ZzOfbclM&t2s

Linux – How to split larger files into smaller parts
https://www.youtube.com/watch?vDaC5AWjmQXk

Linux Commands: Top
https://www.youtube.com/watch?vRM7ck63mcHQ

************************************************** ********************

Please take the opportunity to connect and share this video with your friends and family if you find it useful.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *