From owner-freebsd-net@FreeBSD.ORG Thu Apr 28 09:34:44 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 954AB16A4CE for ; Thu, 28 Apr 2005 09:34:44 +0000 (GMT) Received: from mail.lrtc.lt (pegasus.lrtc.lt [217.9.240.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A1E843D1F for ; Thu, 28 Apr 2005 09:34:43 +0000 (GMT) (envelope-from donatas@lrtc.net) Received: (qmail 814 invoked from network); 28 Apr 2005 09:24:13 -0000 Received: from unknown (HELO donatas) (d.gendvilas@[192.168.144.159]) (envelope-sender ) by mail.lrtc.lt (qmail-ldap-1.03) with SMTP for ; 28 Apr 2005 09:24:13 -0000 Message-ID: <01cc01c54bd5$80d16150$9f90a8c0@DONATAS> From: "Donatas" To: Date: Thu, 28 Apr 2005 12:34:41 +0300 Organization: AB Lietuvos Radijo ir Televizijos Centras MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-4" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: net.link.ether.bridge question X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Donatas List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 09:34:44 -0000 is it possible to bridge three connections in the following way: slave0---->master slave1----->master slave0----x----slave1 (slave0 doesn't see slave1 via master) i've tried this: sysctl = net.link.ether.bridge.config=3Dslave0:1,master:1,slave1:2,master:2 sysctl net.link.ether.bridge.enable=3D1 but slave0 is able to see slave1.... any ideas are welcome