From owner-freebsd-questions@FreeBSD.ORG Wed Oct 5 22:32:37 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D794916A41F for ; Wed, 5 Oct 2005 22:32:37 +0000 (GMT) (envelope-from bdrawyah@bdrawyah.plus.com) Received: from pih-relay05.plus.net (pih-relay05.plus.net [212.159.14.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 842F843D49 for ; Wed, 5 Oct 2005 22:32:37 +0000 (GMT) (envelope-from bdrawyah@bdrawyah.plus.com) Received: from [212.159.6.135] (helo=ptn-atmail06.plus.net) by pih-relay05.plus.net with esmtp (Exim) id 1ENHoO-0005ZS-4p; Wed, 05 Oct 2005 23:32:32 +0100 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 From: Bdrawyah To: 'Brian A . Seklecki' X-Mailer: AtMail 4.01 X-Origin: 84.92.107.46 X-Uidl: 20051005181253T95280@arbitordigitalfreaksorg Date: Thu, 06 Oct 2005 00:04:53 +0100 Message-Id: <20051005223237.842F843D49@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: Re: fxp0 problem with 6Beta? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bdrawyah@bdrawyah.plus.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Oct 2005 22:32:38 -0000 >> >>> >>> What do the outputs of "ifconfig fpx0", "arp -an", "tcpdump -i fxp0 -n" >>> and "netstat -s" look like? >>> >>> ~BAS >> >> >> arp -an >> ? (192.168.0.1) at 00:0f:b5:16:dd:b6 on fxp0 [ethernet] > >You should see an ARP entry for .07 from .05 and vice versa when you ping >each other (regardless if the ICMP makes it or not) >From either .07 or .05 arp -an gives just 192.168.0.01 > >> >> tcpdump -i fxp0 -n >> tcpdump: (no devices found) /dev/bpf0: Permission denied >> > >This command will produce much more interesting results if you run it as >root or via sudo(8). ...unless that error indicates that you compiled w/o >BPF. > >~BAS >-- Should have read man tcpdump prior to running it! As root: tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on fxp0, link-type EN10MB (Ethernet), capture size 96 bytes 23:10:40.704329 802.1d config 8000.00:0f:b5:16:dd:b6.8001 root 8000.00:0f:b5:16: dd:b6 pathcost 0 age 0 max 6 hello 2 fdelay 0 23:10:42.704385 802.1d config 8000.00:0f:b5:16:dd:b6.8001 root 8000.00:0f:b5:16: dd:b6 pathcost 0 age 0 max 6 hello 2 fdelay 0 23:10:44.704501 802.1d config 8000.00:0f:b5:16:dd:b6.8001 root 8000.00:0f:b5:16: dd:b6 pathcost 0 age 0 max 6 hello 2 fdelay 0 ^C 3 packets captured 3 packets received by filter 0 packets dropped by kernel