From owner-freebsd-questions@FreeBSD.ORG Mon Jan 23 18:51:38 2006 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 C7DAC16A420 for ; Mon, 23 Jan 2006 18:51:38 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 964A043D90 for ; Mon, 23 Jan 2006 18:51:26 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 21405 invoked from network); 23 Jan 2006 18:51:24 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.187.183.59]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Jan 2006 18:51:24 -0000 Date: Mon, 23 Jan 2006 19:51:06 +0100 From: Fabian Keil To: Dan Swartzendruber Message-ID: <20060123195106.5bdae065@localhost> In-Reply-To: <6.2.3.4.2.20060123132459.01c5ac40@127.0.0.1> References: <6.2.3.4.2.20060123132459.01c5ac40@127.0.0.1> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_nJqDBgaZlSr65I43vj53H+J; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: freebsd-questions@freebsd.org Subject: Re: Problem with if_bridge? 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: Mon, 23 Jan 2006 18:51:38 -0000 --Sig_nJqDBgaZlSr65I43vj53H+J Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Dan Swartzendruber wrote: =20 > This has got to be something silly I'm doing, but the man pages don't=20 > tell me what. I've googled a fair amount and likewise nothing. > Anyway... >=20 > I've got a box running 6.0-RELEASE-p3. Two network cards present, an=20 > intel pro/100 (fxp0) and a cisco aironet card (ath0). I want to=20 > bridge the wireless users onto the LAN, but can't get it to work. I=20 > was told to use if_bridge instead of bridge. Recommended steps: >=20 > ifconfig bridge0 create > ifconfig addm fxp0 > ifconfig addm ath0 Try: ifconfig bridge0 create ifconfig bridge0 addm fxp0 addm ath0 up ifconfig ath0 up ifconfig fxp0 up > There has GOT to be something obvious and/or stupid here, but I'm > stumped :( I think you just missed a few "up"s. Fabian --=20 http://www.fabiankeil.de/ --Sig_nJqDBgaZlSr65I43vj53H+J Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFD1SWujV8GA4rMKUQRAu28AJ95zYkonBSnxKIkWnMKwE84Zr/HrQCfZm/b SJb0IDNfGu/iMv8h49207iI= =muk2 -----END PGP SIGNATURE----- --Sig_nJqDBgaZlSr65I43vj53H+J--