From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 22:41:09 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D47641065672 for ; Thu, 29 Dec 2011 22:41:09 +0000 (UTC) (envelope-from mike.jeays@rogers.com) Received: from nm23-vm0.access.bullet.mail.mud.yahoo.com (nm23-vm0.access.bullet.mail.mud.yahoo.com [66.94.236.141]) by mx1.freebsd.org (Postfix) with SMTP id 8ABD38FC15 for ; Thu, 29 Dec 2011 22:41:09 +0000 (UTC) Received: from [66.94.237.126] by nm23.access.bullet.mail.mud.yahoo.com with NNFMP; 29 Dec 2011 22:27:29 -0000 Received: from [98.139.221.71] by tm1.access.bullet.mail.mud.yahoo.com with NNFMP; 29 Dec 2011 22:27:29 -0000 Received: from [127.0.0.1] by smtp108.rog.mail.bf1.yahoo.com with NNFMP; 29 Dec 2011 22:27:29 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rogers.com; s=s1024; t=1325197649; bh=gHDqw70R1EYA7q2hnGCRAuu/kRxfYWLWrathpv24elY=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:Received:Date:From:To:Subject:Message-ID:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=3oOfIrWMIqAGnfM91aXFTpNYH/R4HdfzEzWfPWvclnwdweFNp60fehc44lYDO+twIsShi8AGUBAkIamOtd/sG+16cJlPKBOICwKYmJ+hBUlSk+ULHIRxiLcd9Xn3hEUh2lqj6n+Yh3bJS91L8DRWBhg/fzZWHIO23KMNkC/hIiY= X-Yahoo-Newman-Id: 506007.40925.bm@smtp108.rog.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: gDCd1D0VM1ngnTekg9HjEm01qxdxgmd0p7LQJgZEVlCtCJR AGMQPmOX5bCprqM5XijOmOY_gsiRn78Z315KZw7d0JjAUiWEd6mGFuXeBMeK 6KMBHQV.YMGXRqr.pdJ97C_gN2jFLG0rzrPidalaQ3D4dZtVxm1q.zvfAj7W EfpSVauxLpoOxZXzzqrGok52yMNyI73fVAX9lzjwjwdJIgQoQ8R0ZrJIsqiX 9zj_LrldhmGRIMetUaxDxDWKGkaLEDEwvW.njQ8wzpyVW8zv9MLH4y_ebCUX U99S0NbszlyBp1fFhAsQpm.IlI9qumnYtV0MHwIC1lEYvk.nyxtlmQoP9KvU OhL5jhfEC_1O2yE5FnRvLi1iitoMEC.UH2uwZf8_Bby0Ko1IeDkvCu6d56fN WTHE_0H5.WisVE4PzUu8wZFmsSwE- X-Yahoo-SMTP: N82WFx6swBBjwcHWPFR2CGt6udzA8RPrA.xm0enFFXaK2g-- Received: from europa (mike.jeays@99.224.68.20 with login) by smtp108.rog.mail.bf1.yahoo.com with SMTP; 29 Dec 2011 14:27:29 -0800 PST Date: Thu, 29 Dec 2011 17:27:28 -0500 From: Mike Jeays To: freebsd-questions@freebsd.org Message-ID: <20111229172728.7fca8281@europa> In-Reply-To: References: X-Mailer: Claws Mail 3.7.8 (GTK+ 2.24.4; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: very small "workgroup" network X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 22:41:09 -0000 On Thu, 29 Dec 2011 15:06:17 -0600 Jeffrey McFadden wrote: > I feel really inferior to the community here, but I have to ask because I > simply don't know: > > What do I need to do to create a small (3 PC-BSD) home network? I could do > this in no time in Windows, but I don't know how to find, configure, and > enable the files necessary to make these machines talk to each other and > allow browsing to shared resources. h The connectivity is in place (each > can access the internet.) > > I've Googled considerably and not found instructions. Just a pointer to > instructions on the web somewhere would be fine. > > Blushing and grateful, > > Jeff > > ><> ><> ><> ><> ><> ><> ><> > <>< <>< <>< <>< <>< <>< <>< > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Look up NFS in the FreeBSD handbook : http://www.freebsd.org/doc/handbook/network-nfs.html and subsequent pages. It is as easy as Windows once you find out how, and performance is excellent.