From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 23:27:58 2003 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 BAA3116A4B3 for ; Sun, 5 Oct 2003 23:27:58 -0700 (PDT) Received: from mgw-x4.nokia.com (mgw-x4.nokia.com [131.228.20.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id F38E943F3F for ; Sun, 5 Oct 2003 23:27:56 -0700 (PDT) (envelope-from mjj@isorauta.ntc.nokia.com) Received: from esvir04nok.ntc.nokia.com (esvir04nokt.ntc.nokia.com [172.21.143.36])h966Rtt25235 for ; Mon, 6 Oct 2003 09:27:55 +0300 (EET DST) Received: from esebh001.NOE.Nokia.com (unverified) by esvir04nok.ntc.nokia.com for ; Mon, 6 Oct 2003 09:27:55 +0300 Received: from isorauta.ntc.nokia.com ([172.22.105.162]) by esebh001.NOE.Nokia.com with Microsoft SMTPSVC(5.0.2195.6139); Mon, 6 Oct 2003 09:27:55 +0300 Received: (qmail 2183 invoked by uid 500); 6 Oct 2003 06:27:54 -0000 Date: Mon, 6 Oct 2003 09:27:54 +0300 From: Mike Jackson To: freebsd-questions@freebsd.org Message-ID: <20031006062754.GB2124@isorauta.ntc.nokia.com> Mail-Followup-To: freebsd-questions@freebsd.org References: <20031004160631.GA13376@isorauta.ntc.nokia.com> <20031004195813.GE358@mig-29.net> <20031004231249.GA15086@isorauta.ntc.nokia.com> <20031005020643.GA357@mig-29.net> <20031005201204.GA31716@isorauta.ntc.nokia.com> <20031006004639.GA334@mig-29.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20031006004639.GA334@mig-29.net> User-Agent: Mutt/1.4i X-OriginalArrivalTime: 06 Oct 2003 06:27:55.0004 (UTC) FILETIME=[F9FD83C0:01C38BD2] Subject: Re: bridging multiple interfaces 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: Mon, 06 Oct 2003 06:27:58 -0000 ext Manuel Rabade (MiG) (mig@mig-29.net) wrote: > > That's fine, but you must check the netmask of the interfaces and your computers > in the network, it should be 255.255.0.0. Aha, that could be the problem then. I'm using 255.255.255.0 currently. > How are you bridging the interfaces ?? i think it should be: > > sysctl net.link.ether.bridge_cfg=xl0,xl1,wi0 Yep, that's what I did :-) I'll give it a test with the different netmask and tell you how it goes. Thanks, Mike