From owner-freebsd-questions Tue Jun 12 5:25:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from alligator.wananchi.com (alligator.wananchi.com [62.8.64.108]) by hub.freebsd.org (Postfix) with ESMTP id 8DBC637B403 for ; Tue, 12 Jun 2001 05:25:35 -0700 (PDT) (envelope-from mike@sentex.net) Received: from root by alligator.wananchi.com with local (Exim 3.22 #1) id 159n9R-00015n-00; Tue, 12 Jun 2001 15:20:05 +0300 Received: from [209.198.248.2] (helo=siafu.iconnect.co.ke) by poeza.iconnect.co.ke with esmtp (Exim 3.20 #1) id 14ZkaN-0006pg-00 for wash@poeza.iconnect.co.ke; Mon, 05 Mar 2001 05:18:55 +0300 Received: from [212.22.161.3] (helo=ns2.iconnect.co.ke) by siafu.iconnect.co.ke with esmtp (Exim 2.12 #1) id 14ZkWc-0002om-00 for wash@iconnect.co.ke; Mon, 5 Mar 2001 05:15:02 +0300 Received: from amavis by ns2.iconnect.co.ke with scanned-ok (Exim 3.12 #1) id 14ZkYX-000HUK-00 for wash@iconnect.co.ke; Mon, 05 Mar 2001 05:17:01 +0300 Received: from smtp1.sentex.ca ([199.212.134.4]) by ns2.iconnect.co.ke with esmtp (Exim 3.12 #1) id 14ZkYV-000HSx-00 for wash@iconnect.co.ke; Mon, 05 Mar 2001 05:16:59 +0300 Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.2/8.11.1) with SMTP id f252GlN69610; Sun, 4 Mar 2001 21:16:52 -0500 (EST) (envelope-from mike@sentex.net) From: Mike Tancsa To: wash@iconnect.co.ke (Odhiambo Washington) Cc: questions@freebsd.org Date: Sun, 04 Mar 2001 21:16:47 -0500 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: Multiport Ethernet Cards Lines: 57 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2 Mar 2001 09:17:55 -0500, in sentex.lists.freebsd.questions you = wrote: >I am looking at a scenario where I have more than 20 independent = clients. They are ALL running Windows, of course. > >PROBLEM 1: Is FreeBSD capable of allowing me to use 5 multiport Ethernet= cards (say each is 4-port), > so that I end up with 20 ethernet interfaces? Will all be = usable? Yes, DLINK makes a 4 port ethernet card that works well with FreeBSD. However, you might be better off using a 24port VLAN (802.1q) capable switch, and 2 intel fxp NICs, and then use the VLAN patches at http://www.euitt.upm.es/~pjlobo/fbsdvlan.html > >PROBLEM 1: I do not want NetBIOS broadcasts resulting in every client = being able to 'see' all his=20 > neighboring networks (you know that Network Neighborhood = thing in Windows)??. Can I filter=20 > packets so that each network receives only packets destined = to their net? Yes. What plain old layer 2 switches were to collision domains, vlans enabled switches are to broadcast domains. Give each port on the 24 port switch a unique vlan, have the port that your FreeBSD box connects to = pass all vlans, and then setup 20 VLAN interfaces on your FreeBSD box, one for each VLAN/client. If you really want to save money, have a look around on ebay for an IBM 8271 switch. (I bought a 24 port version of $150 USD) It can do 802.1q VLANs with a free software upgrade from IBM. There are = others as well you can pick up for a good price. But be careful. Some switches say "vlan capable", but its their own non standard version. Also, dont bother with all 100baseT port switches if you are only going to send 64K down each port. > > >PROBLEM 2: I would like to enure that there is adequate security for = each client network. I also want to control=20 > bandwidth for every client. Client 1 needs on 16K bandwidth = while Client 2 needs 64K. Can I do this with=20 > FreeBSD (ipfw/dummynet)??? ipfw and dummynet will do this for you. But do you really want to = allocate 16K per work station ?=20 ---Mike Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message