From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 10:29:22 2006 Return-Path: X-Original-To: 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 B48C016A406 for ; Sat, 22 Apr 2006 10:29:22 +0000 (UTC) (envelope-from wgrim@cougar.isg.siue.edu) Received: from oitmps4.isg.siue.edu (oitmps4.isg.siue.edu [146.163.5.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A5D43D48 for ; Sat, 22 Apr 2006 10:29:19 +0000 (GMT) (envelope-from wgrim@cougar.isg.siue.edu) Received: from oitsmtpb1.isg.siue.edu (oitsmtpb1.isg.siue.edu [146.163.252.4]) by oitmps4.isg.siue.edu (8.13.6/8.13.6) with ESMTP id k3MATEZN010459 for ; Sat, 22 Apr 2006 05:29:14 -0500 (envelope-from wgrim@cougar.isg.siue.edu) Received: from cougar (cougar.isg.siue.edu [146.163.5.29]) by oitsmtpb1.isg.siue.edu (8.13.6/8.13.6) with ESMTP id k3MATCn0000819 for ; Sat, 22 Apr 2006 05:29:12 -0500 Date: Sat, 22 Apr 2006 05:29:12 -0500 (CDT) From: William Michael Grim To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OIT-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.4.22.30620 X-OIT-Spam: Gauge=IIIIIII, Probability=7% Cc: Subject: if_bridge with ndis0+rl0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 10:29:22 -0000 Hello. My ndis0 card is a TNET1130 (ACX111 chipset) and can be put into promiscuous mode. I was wondering if if_bridge can be used to bridge this ndis0 and my rl0? I have tried to do it using these commands: # ifconfig bridge0 create # ifconfig bridge0 addm ndis0 addm rl0 # ifconfig bridge0 up Using those above commands, I cannot get traffic from my wired network through the wireless interface to my wireless AP in my roommate's room (where the cable connection is). So, while most people want to connect their 802.11 to their wired connection, I want to do just the opposite. Is there anything I can do, or am I screwed unless I get another wireless card that works with if_bridge? Thanks for the input! William Michael Grim Student, Southern Illinois University at Edwardsville Unix Network Administrator, SIUE, Computer Science dept. Phone: (217) 341-6552 Email: wgrim@siue.edu