From owner-freebsd-questions Wed Apr 30 08:33:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA01902 for questions-outgoing; Wed, 30 Apr 1997 08:33:39 -0700 (PDT) Received: from gatekeeper.ttc.com (gatekeeper.ttc.com [204.217.50.2]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA01893 for ; Wed, 30 Apr 1997 08:33:36 -0700 (PDT) Received: (from uucp@localhost) by gatekeeper.ttc.com (8.7.6/8.7.3) id LAA28091 for ; Wed, 30 Apr 1997 11:33:01 -0400 (EDT) Received: from relay.ttc.com(157.234.7.6) by gatekeeper.ttc.com via smap (V2.0) id xma028031; Wed, 30 Apr 97 11:32:34 -0400 Received: from ccmail.ttc.com (ccmail.ttc.com [157.234.7.7]) by relay.ttc.com (8.8.5/8.7.3) with SMTP id LAA03888 for ; Wed, 30 Apr 1997 11:26:37 -0400 (EDT) Received: from ccMail by ccmail.ttc.com (SMTPLINK V2.11.01) id AA862425209; Wed, 30 Apr 97 11:31:36 EST Date: Wed, 30 Apr 97 11:31:36 EST From: "Sichao Wang" Message-Id: <9703308624.AA862425209@ccmail.ttc.com> To: freebsd-questions@FreeBSD.ORG Subject: Question on TCPDUMP with FreeBSD Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am trying to get TCPDUMP work in our FreeBSD machine, and getting some problems. Here is what i did: I added one line in the kernel file - cd /sys/i386/conf - cp GENERIC MYGENERIC - vi MY GENERIC # add one line, pseudo-device bpf 4 - cd /dev - ./MAKEDEV bpf1 # bpf0 is there by default - ./MAKEDEV bpf2 - ./MAKEDEV bpf3 # now bpf0-bpf3 are created Then i rebuilt the kernel. In an xterm window, i type "tcpdump host wiggle" (note wiggle is a remote node, BSD machine can PING that node without problem). I got error "ix0: Device not Configured". ix0 is the NIC interface name for my IntelExpress network card. I need your suggestions on this problem. Please send to me at : wants@ttc.com. I will post the correct answer to the BSD community later on. Sichao Wang TTC Coporation wangs@ttc.com