From owner-freebsd-questions@FreeBSD.ORG Mon Sep 22 10:54:35 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAE7354C for ; Mon, 22 Sep 2014 10:54:35 +0000 (UTC) Received: from smtpq5.tb.mail.iss.as9143.net (smtpq5.tb.mail.iss.as9143.net [212.54.42.168]) by mx1.freebsd.org (Postfix) with ESMTP id 887BE1FD for ; Mon, 22 Sep 2014 10:54:35 +0000 (UTC) Received: from [212.54.42.134] (helo=smtp3.tb.mail.iss.as9143.net) by smtpq5.tb.mail.iss.as9143.net with esmtp (Exim 4.76) (envelope-from ) id 1XW0py-00055v-4G for freebsd-questions@freebsd.org; Mon, 22 Sep 2014 12:27:18 +0200 Received: from 5419839c.cm-5-2c.dynamic.ziggo.nl ([84.25.131.156] helo=ra.boosten.org) by smtp3.tb.mail.iss.as9143.net with esmtp (Exim 4.76) (envelope-from ) id 1XW0px-0003JW-MD for freebsd-questions@freebsd.org; Mon, 22 Sep 2014 12:27:18 +0200 Received: from [192.168.13.35] (xp.egypt.nl [192.168.13.35]) by ra.boosten.org (Postfix) with ESMTPA id 5D37C39863 for ; Mon, 22 Sep 2014 12:27:17 +0200 (CEST) Message-ID: <541FF983.1050004@boosten.org> Date: Mon, 22 Sep 2014 12:27:15 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: Finding local network connections References: <676018.22142.bm@smtp115.sbc.mail.bf1.yahoo.com> In-Reply-To: <676018.22142.bm@smtp115.sbc.mail.bf1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ziggo-spambar: ---- X-Ziggo-spamscore: -4.4 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, CM_META_TB_NOARR=0.5, PROLO_TRUST_RDNS=-3, RDNS_DYNAMIC=0.982, SPF_PASS=-0.001 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2014 10:54:35 -0000 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