From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 14:20:09 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 46CF016A4CE for ; Sat, 3 Jul 2004 14:20:09 +0000 (GMT) Received: from av8-2-sn2.hy.skanova.net (av8-2-sn2.hy.skanova.net [81.228.8.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E3DB43D49 for ; Sat, 3 Jul 2004 14:20:08 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av8-2-sn2.hy.skanova.net (Postfix, from userid 502) id B020537E42; Sat, 3 Jul 2004 16:20:02 +0200 (CEST) Received: from smtp2-1-sn2.hy.skanova.net (smtp2-1-sn2.hy.skanova.net [81.228.8.177]) by av8-2-sn2.hy.skanova.net (Postfix) with ESMTP id A1EDD37E42 for ; Sat, 3 Jul 2004 16:20:02 +0200 (CEST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-1-sn2.hy.skanova.net (Postfix) with SMTP id 5D02137E48 for ; Sat, 3 Jul 2004 16:20:06 +0200 (CEST) Received: (qmail 79672 invoked by uid 1001); 3 Jul 2004 14:20:05 -0000 Date: Sat, 3 Jul 2004 16:20:05 +0200 From: Erik Trulsson To: Grant Peel Message-ID: <20040703142005.GA77430@falcon.midgard.homeip.net> Mail-Followup-To: Grant Peel , freebsd-questions@freebsd.org References: <00ba01c460fe$d9cae910$6601a8c0@grant> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <00ba01c460fe$d9cae910$6601a8c0@grant> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: NFS and Backups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 14:20:09 -0000 On Sat, Jul 03, 2004 at 09:08:35AM -0400, Grant Peel wrote: > Hi all, > > Happy belated Canada day to all my Cunuk bros :-) and an early happy 4th of > July all as well! > > I have recently decided to use some extra disk space on one of my servers as > backup space. I have NF client and Servers running OK, but was wondering how > secure it really is. > > In the nfsd setup, we specify what clients are allowed to connect, by simply > useing the host name. > > So if in my nfsd configuration, I specify a host called 'ahab' for example, > how does the nfsd authenticate this host, and how secure is it? I am not certain, but I believe it simply checks the IP-address to see if a host is allowed to connect. As for security, NFS is well-known for *NOT* being secure. Do not use NFS over networks where you don't trust all the machines. -- Erik Trulsson ertr1013@student.uu.se