From owner-freebsd-net Mon Feb 12 7:47:10 2001 Delivered-To: freebsd-net@freebsd.org Received: from spider.suxx.eu.org (os-kam.cust.kks.net [213.161.4.225]) by hub.freebsd.org (Postfix) with ESMTP id C6F8537B401 for ; Mon, 12 Feb 2001 07:47:06 -0800 (PST) Received: by spider.suxx.eu.org (Postfix, from userid 1000) id 2C4B4179AA; Mon, 12 Feb 2001 16:47:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by spider.suxx.eu.org (Postfix) with ESMTP id 9D2A332BAE for ; Mon, 12 Feb 2001 16:47:00 +0100 (CET) Date: Mon, 12 Feb 2001 16:47:00 +0100 (CET) From: David Delibasic To: freebsd-net@freebsd.org Subject: Bridging question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have a question about brigding in FreeBSD: I'm running a server with 3 NICs. I'd like to bridge packets only between two interfaces, while the third one could still be used as interface that is not bridged. Interfaces are: ep0,xl0,de0. Now i'd like to bridge packets only between xl0 and de0, while the interface ep0 can still be used as a uplink interface to cable internet provider. I tried: sysctl -w net.link.ether.bridge_cfg="xl0:0,de0:0," sysctl -w net.net.link.ether.bridge="1" But all my intefaces including ep0 are put into PROMISC mode. How do i fix that ? Best Regards, David > FreeBSD < -- > Power so serve < > Line noise provided by Telekom Slovenia < To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message