From owner-freebsd-questions@FreeBSD.ORG Sun Oct 5 17:48:50 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 D2FE616A4B3 for ; Sun, 5 Oct 2003 17:48:50 -0700 (PDT) Received: from mig.mig-29.net (dsl-200-78-45-52.prodigy.net.mx [200.78.45.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E9C343FBF for ; Sun, 5 Oct 2003 17:48:49 -0700 (PDT) (envelope-from mig@mig-29.net) Received: from mig.mig-29.net (localhost.mig-29.net [127.0.0.1]) by mig.mig-29.net (8.12.8p1/8.12.8) with ESMTP id h960kdMb000627 for ; Sun, 5 Oct 2003 19:46:39 -0500 (CDT) (envelope-from mig@mig.mig-29.net) Received: (from mig@localhost) by mig.mig-29.net (8.12.8p1/8.12.8/Submit) id h960kdMh000626 for freebsd-questions@freebsd.org; Sun, 5 Oct 2003 19:46:39 -0500 (CDT) (envelope-from mig) Date: Sun, 5 Oct 2003 19:46:39 -0500 From: "Manuel Rabade (MiG)" To: freebsd-questions@freebsd.org Message-ID: <20031006004639.GA334@mig-29.net> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031005201204.GA31716@isorauta.ntc.nokia.com> User-Agent: Mutt/1.4.1i URL: http://www.mig-29.net/ 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 00:48:50 -0000 On Sun, Oct 05, 2003 at 11:12:04PM +0300, Mike Jackson wrote: > ext Manuel Rabade (MiG) (mig@mig-29.net) wrote: > > On Sun, Oct 05, 2003 at 02:12:49AM +0300, Mike Jackson wrote: > > > ext Manuel Rabade (MiG) (mig@mig-29.net) wrote: > > > > You want to use the NAT of your ASDL router or that pc1 do the nat for xl0 > > > > and wi0 ? > > > > > > I'm using the NAT on the ADSL router, because that's the only public IP > > > that I have. > > > > > > > Humm .. are you using diferent subnets in each interface or how do you bring up > > the interfaces ? > > Hi, > Yes, I have the following networks: > > xl0 - 192.168.3.0 > xl1 - 192.168.1.0 > wi0 - 192.168.2.0 > 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. How are you bridging the interfaces ?? i think it should be: sysctl net.link.ether.bridge_cfg=xl0,xl1,wi0 > -- > mike > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"