From owner-freebsd-questions@FreeBSD.ORG Tue Dec 7 20:54:36 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 DCE2F16A4CE for ; Tue, 7 Dec 2004 20:54:36 +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 9CFFB43D55 for ; Tue, 7 Dec 2004 20:54:35 +0000 (GMT) (envelope-from colin@kozy-kabin.nl) Received: from localhost (colin@localhost) by kenmore.kozy-kabin.nl (8.11.6p2/8.11.6) with ESMTP id iB7Lrts02919 for ; Tue, 7 Dec 2004 21:53:55 GMT X-Authentication-Warning: kenmore.kozy-kabin.nl: colin owned process doing -bs Date: Tue, 7 Dec 2004 21:53:55 +0000 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 problem 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, 07 Dec 2004 20:54:37 -0000 Greetings all, I'm trying to export my home directory from an office machine (FreeBSD 5.3) to my home (experimental/funNetBSD/Cobalt Qube2 ) box. I'm behind a NAT DSL router at home and have full access to the FreeBSD box. On the office machine I've created a share in /etc/exports and also made it accessible only to my home IP. I started these on the FreeBSD box: mountd nfsd rpcbind and checked to be sure they're running. When I tried to mount the exported share on the local machine I got this error message: root@qube# mount nfs-server.name:/usr/home/colin serverhome mount_nfs: rpcbind on server: RPC: Program not registered Can anyone help me to understand what I'm doing wrong, or *not* doing that I should be Guidance, suggestions, [etc] would be greatly appreciated! Regards, -Colin