From owner-freebsd-pf@FreeBSD.ORG Wed Jun 10 16:26:29 2009 Return-Path: Delivered-To: freebsd-pf@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D8A31065676 for ; Wed, 10 Jun 2009 16:26:29 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8728FC20 for ; Wed, 10 Jun 2009 16:26:28 +0000 (UTC) (envelope-from sullrich@gmail.com) Received: by ewy8 with SMTP id 8so947550ewy.43 for ; Wed, 10 Jun 2009 09:26:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=PZdETuNMjHh1Oyw40T+VHzLNJR9JrR2maNj/98reCm8=; b=lBCVNJRbJMFn83sBmakKwCo8kJuAFaav6f7zQQnANEtjQSAMLuHQYoTHiCx/PqXEHg cCASsZodwWedW7H9O1lRxU45VhixmuSLTOPv68cFT/7icKzGGuFxsqb9o94Lvzie238T b/LO9EqeBde0lXJwyagHmH5uczfp/mS+gptoI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=hIFdcVJFh5dwVDy/z33GcOY1xpsSk9/kY+Wdpr19APK+RjXBOefPZ8O25X7Z5MVY/D UKEwnC2SqvUIU/UJ5KssjYT3UcWZLUJ6O/R4UbUZAKzWHclrPIzT5nH361l/0OU4qPwE 7d9LzoBQTbGv4cLivIkO7U6H54uylV5Uq3x1o= MIME-Version: 1.0 Received: by 10.210.109.19 with SMTP id h19mr7563282ebc.45.1244651188103; Wed, 10 Jun 2009 09:26:28 -0700 (PDT) In-Reply-To: References: From: Scott Ullrich Date: Wed, 10 Jun 2009 12:26:08 -0400 Message-ID: To: Rick Harris Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-pf@freebsd.org" Subject: Re: PF display options X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jun 2009 16:26:30 -0000 On Wed, Jun 10, 2009 at 9:52 AM, Rick Harris wrot= e: > Hello,I am trying to use freebsd PF as a transparent bridge. > I have 2 NICs. I have successfully bridged between the nics and have got = a windows pc connected on a crossover cable. > I have established internet access on the windows pc through the bridge o= n the unix box but > how do I use PF or anything else to display the ip address/protocols =A0(= ie tcp/udp) etc of the internet traffic packets going though the UNIX box? > I have a live log showing IGMP Sounds like you are looking for the PFTOP port which is located in /usr/ports/sysutils/pftop Scott