From owner-freebsd-net@FreeBSD.ORG Mon Oct 24 16:56:05 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61E1C106564A for ; Mon, 24 Oct 2011 16:56:05 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id F11958FC08 for ; Mon, 24 Oct 2011 16:56:04 +0000 (UTC) Received: by wyi40 with SMTP id 40so8256716wyi.13 for ; Mon, 24 Oct 2011 09:56:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=T9gFcCNI9yqBUR2DphY8hBOHcx7P6bBNlT5SlGyGU2Q=; b=nO30W2PHpO3TudnIBFGnq3SlunFyFSMS2TE7Gsq7u1aB7JQtEYHAQsTR7HvPnO6RtG rBkupV96I05K7M7iMjmkw0W8YTKd+RcF5FmseZ/RQfImA4D9nlnlmbd5pyxCJCqiFu5r nJeuk4J8NTuZ5sD304Jbx9wFmQVFpHziZ+jjc= MIME-Version: 1.0 Received: by 10.216.132.194 with SMTP id o44mr3301849wei.101.1319475363827; Mon, 24 Oct 2011 09:56:03 -0700 (PDT) Received: by 10.180.8.34 with HTTP; Mon, 24 Oct 2011 09:56:03 -0700 (PDT) In-Reply-To: <20111023213133.GC1536@verio.net> References: <33528.1319361996@tristatelogic.com> <20111023213133.GC1536@verio.net> Date: Mon, 24 Oct 2011 12:56:03 -0400 Message-ID: From: Ryan Stone To: freebsd-net@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: IPFW shows me Strangeness in fresh 8.2-RELEASE system X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2011 16:56:05 -0000 On Sun, Oct 23, 2011 at 5:31 PM, David DeSimone wrote: > Ethernet cards filter their traffic based on MAC address, not based on > IP address. > > Use tcpdump -e to examine the destination MAC of the packets you are > receiving, in order to determine whether you should receive them. tcpdump -pe, lest he confuse the issue by having tcpdump put the interface in promiscuous mode.