From owner-freebsd-questions Wed Jun 19 16:22:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA02091 for questions-outgoing; Wed, 19 Jun 1996 16:22:11 -0700 (PDT) Received: from Rigel.orionsys.com (root@rigel.orionsys.com [205.148.224.9]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA02085 for ; Wed, 19 Jun 1996 16:22:08 -0700 (PDT) Received: (from dbabler@localhost) by Rigel.orionsys.com (8.7.5/8.6.9) id QAA01000; Wed, 19 Jun 1996 16:22:01 -0700 (PDT) Date: Wed, 19 Jun 1996 16:22:01 -0700 (PDT) From: Dave Babler To: questions@FreeBSD.org Subject: tcpdump / trafshow / ifconfig problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Never a good deed that goes unpunished... I just tried to run the port trafshow but when I do, it says: trafshow: BIOCSETIF: ix0: Device not configured Tcpdump also says: tcpdump: ix0: Device not configured Which surprises me because the network has been working since I installed 2.0.5 (now running 2.1-stable). Netstat -i says: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 ix0 1500 00.aa.00.36.67.74 3475 0 2529 0 0 ix0 1500 205.148.224 rigel 3475 0 2529 0 0 lo0 16384 613 0 613 0 0 lo0 16384 your-net localhost 613 0 613 0 0 sl0* 552 0 0 0 0 0 tun0* 1500 0 0 0 0 0 ..and ifconfig -a says: lp0: flags=8810 mtu 1500 ix0: flags=63 mtu 1500 inet 205.148.224.9 netmask 0xffffff00 broadcast 205.148.224.255 lo0: flags=8009 mtu 16384 inet 127.0.0.1 netmask 0xff000000 sl0: flags=c010 mtu 552 tun0: flags=8010 mtu 1500 ...and before I tried to use any of this, I changed the kernel to add the packet filter pseudo-device: ---- [ ... ] pseudo-device loop pseudo-device ether pseudo-device log pseudo-device sl 1 pseudo-device tun 1 pseudo-device pty 16 pseudo-device gzip # Exec gzipped a.out's pseudo-device speaker pseudo-device bpfilter 4 ---- Is this the driver's gentle way of telling me it can't be placed into promiscuous mode? (I've also tried trafshow -p) -Dave