From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 15:04: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 9E85016A4CE for ; Sat, 8 Jan 2005 15:04:30 +0000 (GMT) Received: from kenmore.kozy-kabin.nl (fia148-72.dsl.hccnet.nl [62.251.72.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9838B43D3F for ; Sat, 8 Jan 2005 15:04:29 +0000 (GMT) (envelope-from colin@kenmore.kozy-kabin.nl) Received: from localhost (colin@localhost) by kenmore.kozy-kabin.nl (8.11.6p2/8.11.6) with ESMTP id j08F4Rg03846 for ; Sat, 8 Jan 2005 16:04:27 +0100 (CET) Date: Sat, 8 Jan 2005 16:04:26 +0100 From: "Colin J. Raven" To: FreeBSD Questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: NFS mount issue 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, 08 Jan 2005 15:04:30 -0000 Hi all, I feel as if I've been grappling with this problem for months (I have, at least for 2 months AFAIK) I'm trying to mount my home directory on my office box (5.3-RELEASE) on my home box (5.3-RELEASE) and there is _no_ _way_ I have ever been able to make this work. /etc/exports on the NFS server is configured correctly (other exports to other boxen work fine) my entry reads: /usr/home/colin -mapall root 12.34.56.789 #home IP when - from the console as root - I do: mount -v office.nfs.server:/usr/home/colin /office-box I get rewarded with this message: [udp] office.nfs.server:/usr/home/colin: RPCPROG_MNT: RPC: Authentication error; why = Client credential too weak I'm coming in from the IP specified in /etc/exports on the server I'm doing it (as said above) as root I followeed the directions on: http://www.freebsddiary.org/nfs.php#mount to the letter I HUP'd mountd on the server just to be sure /var/log/messages on the server said (yes, you guessed it) Jan 8 15:50:37 boxen mountd[393]: mount request from 12.34.56.789 from unprivileged port How...HOW do I solve this? I've been wrestling with this one simple problem forever now, and no matter what I try I cannot get my homedir mounted. Help _really_ would be appreciated!! Regards & TIA, -Colin