From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 05:13:41 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BC516A4BF for ; Tue, 9 Sep 2003 05:13:41 -0700 (PDT) Received: from webserver2.rtl.org (rtl-3.i2k.com [63.94.12.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C2843FE5 for ; Tue, 9 Sep 2003 05:13:39 -0700 (PDT) (envelope-from jstewart@rtl.org) Received: from rtl.org (rtl-2.i2k.com [63.94.12.206]) by webserver2.rtl.org (8.11.6/8.11.6) with ESMTP id h89C7Ui18865; Tue, 9 Sep 2003 08:07:30 -0400 Message-ID: <3F5DC4A7.6040103@rtl.org> Date: Tue, 09 Sep 2003 08:16:39 -0400 From: Jason Stewart User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030701 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org References: <44fzj7gyow.fsf@be-well.ilk.org> In-Reply-To: <44fzj7gyow.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: Brian Henning Subject: Re: network port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 12:13:41 -0000 Lowell Gilbert wrote: >"Brian Henning" writes: > > > >>I am in need of a tool that verifies if a network port is good or bad, is there >>a tool for bsd that can do this? >> >> > >It kind of depends what you mean by "good" and "bad." >For varying definitions of those terms, you might want >sockstat(1), nessus, nmap, or any of several other things. >_______________________________________________ >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" > > > Hmm... Also depends on what he means by "port". A port could be something like an RJ-45 jack, or SMTP port 25. Jason