From owner-freebsd-questions Wed Jan 22 07:49:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA09878 for questions-outgoing; Wed, 22 Jan 1997 07:49:55 -0800 (PST) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA09873 for ; Wed, 22 Jan 1997 07:49:52 -0800 (PST) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 22 Jan 1997 10:48:33 -0500 (EST) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA19195; Wed, 22 Jan 97 10:48:31 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id KAA26662; Wed, 22 Jan 1997 10:46:40 -0500 Message-Id: Date: Wed, 22 Jan 1997 10:46:40 -0500 From: rhh@ct.picker.com (Randall Hopper) To: dkeller@psln.com (Daniel Keller) Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Questions Mailing List) Subject: Re: Advice on simple network References: <199701202304.PAA17187@psln1.psln.com> X-Mailer: Mutt 0.58 Mime-Version: 1.0 In-Reply-To: <199701202304.PAA17187@psln1.psln.com>; from Daniel Keller on Jan 20, 1997 15:43:46 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Daniel Keller: |Something in the near future I will be getting a new PC. For educational |purposes I would like to setup a network with our 2 computers, for printer |sharing and transferring file, ect. How should I set this up? Should I use |2 Ethernet cards? This also has to be compatible with Win95. Any advice is |appreciated. I have the same situation and have had fun playing around with it. I've had 115200 baud SLIP, PLIP, and Ethernet all three going between them at different times. I eventually ended up with ethernet because I got tired of the download times associated with SLIP, and PLIP dogs FreeBSD badly for saturating transfers (no support for EPP/ECP there). For SLIP, you just need a NULL-modem adapter and a straight-through serial cable -- easy to make and cheap at hamfests/computerfests, and Radio Shack has them if nothing else. For PLIP, just need the equivalent for parallel. Look for a LapLink cable at your local computer store. For Ethernet, just need a couple ethernet boards and a cable. I'd suggest getting boards that have both 10Base2 (RG-58 coax cable) and 10BaseT (RJ-45 "twisted pair" cable). With 2 computers, the cheapest way to connect with ethernet is with an RJ-45 cross-over cable. That way you don't need a hub. If you put a third computer on (or if you plan to sometime)a, you can switch to coax (a little more expensive) and still not need a hub. I'm currently running a cheapo NE2000 card on FreeBSD 2.1 (ed driver) on one PC, and an NE2100 compatible card (Allied Telesyn AT1500BT) (lnc driver) on the other PC. Have fun! Randall Hopper