From owner-freebsd-stable@FreeBSD.ORG Sun Jun 6 09:06:38 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10EC116A4CE for ; Sun, 6 Jun 2004 09:06:38 -0700 (PDT) Received: from alogis.com (firewall.solit-ag.de [212.184.102.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7385443D46 for ; Sun, 6 Jun 2004 09:06:36 -0700 (PDT) (envelope-from Holger.Kipp@alogis.com) Received: (from hk@localhost) by alogis.com (8.11.1/8.9.3) id i56G6Jv99083; Sun, 6 Jun 2004 18:06:19 +0200 (CEST) (envelope-from hk) Date: Sun, 6 Jun 2004 18:06:19 +0200 From: Holger Kipp To: William Woods Message-ID: <20040606180619.A98425@intserv.int1.b.intern> References: <20040606061807.GA1145@k7.mavetju> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: ; from wwoods@cybcon.com on Sun, Jun 06, 2004 at 08:39:17AM -0400 cc: freebsd-stable@freebsd.org Subject: Re: Samba on 4.10 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 16:06:38 -0000 On Sun, Jun 06, 2004 at 08:39:17AM -0400, William Woods wrote: > Can some one point me in the right direction for setting up a simple Samba > sever for a home network. It sits snugly behind a FreeBSD firewall So I am > not terribly concerned with security for the Samba server. Basically The > setup I want is to have all my windows system be able to write to a > /usr/samba file system I set up. You might consider installing samba from ports and then edit the example /usr/local/etc/smb.conf.default as smb.conf. It usually comes with some good example entries that imho are easy to understand and tweak according to your likening. => cd /usr/ports/net/samba (for 2.2.9) cd /usr/ports/net/samba-devel (for 3.0.4) make package Then have a look at /usr/local/etc/rc.d/samba.sh, ie rename samba.sh.sample to samba.sh so samba will be started on system boot. man smb.conf man smbd man nmbd are also quite helpful. Regards, Holger Kipp