From owner-freebsd-net Mon Aug 6 6:54: 5 2001 Delivered-To: freebsd-net@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id 7B64A37B401 for ; Mon, 6 Aug 2001 06:54:01 -0700 (PDT) (envelope-from henry@techiebod.com) Received: from [62.49.229.110] (helo=gw1.techiebod.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 15TkpQ-000GxW-0V; Mon, 6 Aug 2001 14:53:57 +0100 Received: by gw1.techiebod.com (zmail, from userid 1000) id 6C6D63E9BBE; Mon, 6 Aug 2001 14:53:56 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by gw1.techiebod.com (zmail) with ESMTP id 6A4CB3E5E32; Mon, 6 Aug 2001 14:53:56 +0100 (BST) Date: Mon, 6 Aug 2001 14:53:56 +0100 (BST) From: Henry Whincup X-X-Sender: To: "Martin.Stiemerling@ccrle.nec.de" Cc: "freebsd-net@freebsd.org" Subject: Re: BPF does not pick up loopback activity In-Reply-To: <997104987.3b6e9d5bde17f@citadel.mobility.ccrle.nec.de> Message-ID: <20010806145311.P37365-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org *doh* of course... the loopback device! thanks Henry On Mon, 6 Aug 2001, Martin.Stiemerling@ccrle.nec.de wrote: Hi, to see the packets to 192.168.2.1 you have to specify the interface lo0, because it's your own address. Packets to this address aren't send to fxp0. So use: tcpdump -ni lo0 Martin > Take the following example: [snip my earlier drivel] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message