From owner-freebsd-questions@FreeBSD.ORG Tue Jan 25 22:46:30 2005 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 2A6E216A4CE for ; Tue, 25 Jan 2005 22:46:30 +0000 (GMT) Received: from web81202.mail.yahoo.com (web81202.mail.yahoo.com [206.190.37.175]) by mx1.FreeBSD.org (Postfix) with SMTP id C041843D3F for ; Tue, 25 Jan 2005 22:46:28 +0000 (GMT) (envelope-from redtick@sbcglobal.net) Message-ID: <20050125224628.20686.qmail@web81202.mail.yahoo.com> Received: from [12.171.187.21] by web81202.mail.yahoo.com via HTTP; Tue, 25 Jan 2005 14:46:28 PST Date: Tue, 25 Jan 2005 14:46:28 -0800 (PST) From: Mark Busby To: jd@dagerot.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: re: What is best: NFS or Samba? was:NFS Mounting, 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: Tue, 25 Jan 2005 22:46:30 -0000 On 2005-01-25 Kris Kennaway wrote: >> I'm trying to mount from a freeSBIE system (freeBSD 5.3) to my freeBSD server (5.1) when I get the errormessage: RPCPROG_MNT: RPC: +Authentication error; why = Client credential too weak. >> >> What can I do? > >Try to mount as root, not a nonprivileged user. >I'm doing that now. I also found out that I cant mount into a directory, only directly to a mount >point. Something that was very clearly >+described in the handbook. >However, I have a samba share on the same server, it's sharing exactly the directory I want to >have access to from my freeBSD client. Is it a >+better way to go via SAMBA then, compared to share everything? >Are there any other ways to solve this? I fought this also and found this to help. edit the lines in "/etc/hosts.allow" to match your needs. # Rpcbind is used for all RPC services; protect your NFS! # (IP addresses rather than hostnames *MUST* be used here) rpcbind : 192.168.1.2/255.255.255.0 : allow rpcbind : 192.168.2.53/255.255.255.0 : allow rpcbind : ALL : ALL