Hy Everyone Here I am providing a method to check IP Address connected on same Network I have verified it on linux (Ubuntu 16.04)
Just Provide your range that you are using after that click Enter
You will get all the IP Address connected to your Network
You can see this command on Picture as well as written the following. Please let me know if it did not work for you.
for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null;
[ $? -eq 0 ] && echo "192.168.1.$ip UP" || : ;
Use nmap to check the route
check man nmap
Give Something to the world and it will never let you down.
Onkar Dubey
No comments:
Post a Comment