Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Sep 2014 12:27:15 +0200
From:      Peter Boosten <peter@boosten.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Finding local network connections
Message-ID:  <541FF983.1050004@boosten.org>
In-Reply-To: <676018.22142.bm@smtp115.sbc.mail.bf1.yahoo.com>
References:  <676018.22142.bm@smtp115.sbc.mail.bf1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 22-9-2014 12:15, Thomas Mueller wrote:
> I looked through ifconfig and netstat with various parameters and combinations, but haven't found how to find what is connected to the local network, such as other computers, network-connected printers or NAS.
>
> I can find this information by logging in to wireless router, but there ought to be something I'm missing available through netstat or related program, in base system, or maybe somewhere in ports.
>
> Tom
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>

Netstat will only should info about machines connected to the machine 
you're running netstat from.

You could ping your subnet, and immediately after it perform a 'arp -a', 
to show mac-addresses.

Nmap (ports) lets you perform a network scan (including guessed OS-info).

-- 
http://www.boosten.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?541FF983.1050004>