On Mon, 23 Mar 2009 14:59:36 -0400, John Almberg <jalmb...@identry.com> wrote:
> What I'm looking for is a utility that can scan a LAN for attached  
> clients... i.e., computers that are attached to the LAN.

As it has been suggested, nmap is a good tool.

Another simple variation would be:

        % arp -a

And for a more detailed analysis, the successor of Ethereal
called Wireshark can be very handy (requires X). It makes
you be able to see anything that's going on on the LAN
(read: everything that reaches your NIC).



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to