From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 18:33:31 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 3180716A4CE for ; Sat, 3 Jul 2004 18:33:31 +0000 (GMT) Received: from out004.verizon.net (out004pub.verizon.net [206.46.170.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id B831843D41 for ; Sat, 3 Jul 2004 18:33:30 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.84.3]) by out004.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040703183329.JVJR1551.out004.verizon.net@[192.168.1.3]>; Sat, 3 Jul 2004 13:33:29 -0500 Message-ID: <40E6FBF2.1060201@mac.com> Date: Sat, 03 Jul 2004 14:33:22 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grant Peel References: <00ba01c460fe$d9cae910$6601a8c0@grant> In-Reply-To: <00ba01c460fe$d9cae910$6601a8c0@grant> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [68.161.84.3] at Sat, 3 Jul 2004 13:33:29 -0500 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 18:33:31 -0000 Grant Peel wrote: > I have recently decided to use some extra disk space on one of my servers as > backup space. I have NFS client and Servers running OK, but was wondering how > secure it really is. NFS is not secure at all. If you don't trust the local subnet, don't use NFS there. Certainly don't use NFS across the Internet, unless using a secure tunnelling/VPN protocol.... > 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? NFS doesn't authenticate the host. NFS trusts the resolver when reversing the IP addr into a hostname. -- -Chuck