On Sun, 22 Feb 2004, Marty Landman wrote: > At 05:04 PM 2/21/2004, Chuck Swiger wrote: > >Marty Landman wrote: > > > >>looks like arp is unreliable for a canonical list of plugged in ip's. > >>Curious about what would work. > > > >"nmap -sP 22 192.168.0.0/24" should do it > > %nmap -sP 22 192.168.0.0/24 > > Starting nmap V. 3.00 ( www.insecure.org/nmap/ ) > Target host specification is illegal. > QUITTING!
Hi! The syntax to ping a whole /24 segment would be: nmap -sP 192.168.0.0/24 this will work. after this you will also have some output from the arp -a command, because the arp cache has to be filled somehow. HTH Olaf -- Olaf Hoyer [EMAIL PROTECTED] Fuerchterliche Erlebniss geben zu raten, ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist. (Nietzsche, Jenseits von Gut und Boese) _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
