Nov 26 in linux-open source, networking
Written by: Achmad Fachrie
Simple tricks
. Just type :
# nmap -v -sP 192.168.1.0/24
ganti 192.168.1.0/24 dengan ip dan subnet anda.
Kalau mau difilter lagi…
# nmap -v -sP 192.168.1.0/24 | grep -v “appears to be down”



