From owner-freebsd-questions Wed Jan 22 07:56:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA10142 for questions-outgoing; Wed, 22 Jan 1997 07:56:11 -0800 (PST) Received: from revelstone.jvm.com (revelstone.jvm.com [207.98.213.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA10089 for ; Wed, 22 Jan 1997 07:55:28 -0800 (PST) Received: (from fbsdlist@localhost) by revelstone.jvm.com (8.7.5/8.6.12) id KAA13600; Wed, 22 Jan 1997 10:54:51 -0500 (EST) Date: Wed, 22 Jan 1997 10:54:51 -0500 (EST) From: Cliff Addy To: freebsd-questions@freebsd.org Subject: Using fbsd as a 10 to 100Mbps bridge Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to find an inexpensive way to connect a 10Mbps device to our new 100Mbps hub. I had thought of using some spare parts to build a freebsd-based bridge that would have two NICs, one 10 and one 100 and have it forward all packets between the two interfaces. Is this possible and how difficult will it be? How powerful of a cpu would be needed (not much, I'd think)? My other option is to buy a dedicated bridge device, but that seems to be pretty expensive and less flexible than the fbsd bridge idea. Anyone know of such a device in the $250 range?