From owner-freebsd-net@FreeBSD.ORG Tue May 6 17:46:24 2003 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1657337B40B for ; Tue, 6 May 2003 17:46:24 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1191443F85 for ; Tue, 6 May 2003 17:46:23 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (rwcrmhc52) with ESMTP id <2003050700462205200qgo9ge>; Wed, 7 May 2003 00:46:22 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id RAA40237; Tue, 6 May 2003 17:46:21 -0700 (PDT) Date: Tue, 6 May 2003 17:46:21 -0700 (PDT) From: Julian Elischer To: Brett Glass In-Reply-To: <4.3.2.7.2.20030506180837.026f97d0@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org Subject: Re: (Userland) PPPoE problems X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 00:46:24 -0000 if the interface you are using is (say) fxp0 then tcpdump -i fxp0 will be enough.. On Tue, 6 May 2003, Brett Glass wrote: > At 06:05 PM 5/6/2003, Julian Elischer wrote: > > >> What's the best way to diagnose and/or fix this problem? > > > >tcpdump on the ethernet interface in question.. > > I'm rebuilding the kernel now, with bpf, so I can do that. > > What sort of rule do I use to see PPPoE packets? I know > that tcpdump isn't limited to TCP (despite the name), but > I'm not sure how to set up the filter. (I'm also not sure > exactly what to look for yet; ideas?) > > --Brett > > >