From owner-freebsd-questions@FreeBSD.ORG Fri Dec 22 21:48:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C38F516A412 for ; Fri, 22 Dec 2006 21:48:08 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.freebsd.org (Postfix) with ESMTP id 6082E13C45B for ; Fri, 22 Dec 2006 21:48:08 +0000 (UTC) (envelope-from af300wsm@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so2674015uge for ; Fri, 22 Dec 2006 13:48:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=QQ3b+GeK8EhvLCqHEpay910lG/6OhfoBXnQ/yvanuozqkbZG4xk48Rzf1r/b9hg95HZxS7qTnrDGNNSEC4U/hPGifdAr3z3oEUkDtXwgrIfFypGnfhOrDdRSDoq+Dmv8DI2oOFcHEECFyRNIv34YdfM3lY1HZ9ueecH/fnuED/E= Received: by 10.78.193.19 with SMTP id q19mr1364543huf.1166814247208; Fri, 22 Dec 2006 11:04:07 -0800 (PST) Received: by 10.78.149.18 with HTTP; Fri, 22 Dec 2006 11:04:07 -0800 (PST) Message-ID: <340a29540612221104o6cce1b71u5e392f3b35f4a6c0@mail.gmail.com> Date: Fri, 22 Dec 2006 12:04:07 -0700 From: "Andrew Falanga" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: What options to netstat will tell me what protocols are listening on what ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Dec 2006 21:48:08 -0000 Hi, In Linux, I would normally use 'netstat -tl' to see a listing of all listening ports on the tcp protocol; however I'm not having as much luck in determining what options I need for netstat in FreeBSD. What are the options that I need to use? Andy