From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 07:50:52 2004 Return-Path: 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 1D40B16A4CE for ; Thu, 8 Apr 2004 07:50:52 -0700 (PDT) Received: from mail.u4eatech.com (blackhole.u4eatech.com [195.188.241.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id B184443D1F for ; Thu, 8 Apr 2004 07:50:50 -0700 (PDT) (envelope-from richard.williamson@u4eatech.com) Received: (from filter@localhost) by mail.u4eatech.com (8.11.6/8.11.6) id i38Eon323692 for freebsd-questions@freebsd.org; Thu, 8 Apr 2004 15:50:49 +0100 X-Authentication-Warning: mail.u4eatech.com: filter set sender to richard.williamson@u4eatech.com using -f Received: from apus.u4eatech.com (unknown [172.30.20.100]) by mail.u4eatech.com (Postfix) with ESMTP id B2C67157929 for ; Thu, 8 Apr 2004 15:50:32 +0100 (BST) Message-Id: <6.1.0.6.2.20040408155145.02424710@cygnus> X-Sender: richard@cygnus X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Thu, 08 Apr 2004 15:55:20 +0100 To: freebsd-questions@freebsd.org From: "Richard P. Williamson" Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, hits=-5.2 required=5.0 tests=BAYES_00 version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: /dev/bpf config from the command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2004 14:50:52 -0000 Hello all, are there any command line tools that would allow me to set the BIOCSETIF ioctl command on /dev/bpfX, for testing? I've got an app that uses them, but is telling me /dev/bpf0: Device not configured I need to link /dev/bpf1 to fxp1 and /dev/bpf2 to fxp2. Any suggestions, including "write your own tool" Thanks! rip