From owner-freebsd-isp Tue Sep 22 13:39:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23642 for freebsd-isp-outgoing; Tue, 22 Sep 1998 13:39:51 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from peak.mountin.net ([207.227.119.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23594 for ; Tue, 22 Sep 1998 13:39:36 -0700 (PDT) (envelope-from jeff-ml@mountin.net) Received: (from daemon@localhost) by peak.mountin.net (8.9.1/8.9.1) id PAA26919; Tue, 22 Sep 1998 15:39:12 -0500 (CDT) Received: from luthien-20.isdn.mke.execpc.com(169.207.65.20) by peak.mountin.net via smap (V1.3) id sma026914; Tue Sep 22 15:38:47 1998 Message-Id: <3.0.3.32.19980922153742.00709094@207.227.119.2> X-Sender: jeff-ml@207.227.119.2 X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 22 Sep 1998 15:37:42 -0500 To: Paul Stewart , freebsd-isp@FreeBSD.ORG From: "Jeffrey J. Mountin" Subject: Re: NFS questions.. dumb ones.. In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 12:11 PM 9/22/98 -0400, Paul Stewart wrote: >Hi there.. I'm trying to setup NFS on a series of FreeBSD boxes so that I >can tar.gz them up remotely... been a long time since I've used NFS and it >was on Linux... > >I've got the following on my exports file (www.kawartha.com): > >/ -maproot=root:wheel proxy > >On the client side (proxy.kawartha.com) I'm typing: > >mount -t nfs -o -r=1024 proxy:/ /mnt > >I've enabled NFS server on www and NFS client on proxy in the rc.conf but >I know I'm missing something. > >The error I'm getting is "program not registered" or similar... I'd guess from the error that you have portmap enabled. Make sure that portmap, mountd, and nfsd are running on the server. The client needs portmap and nfsiod. You most likely need to HUP mountd, which should be done after changing the /etc/exports file. A 'showmount -e' is helpful to check. Or it may be that portmap needs a HUP if it isn't aware of mountd. Been a while. Just curious why you are exporting the root, considering the security (or lack of) of that. Jeff Mountin - Unix Systems TCP/IP networking jeff@mountin.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message