From owner-freebsd-questions@FreeBSD.ORG Sun Apr 27 21:14:59 2003 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 998B237B401 for ; Sun, 27 Apr 2003 21:14:59 -0700 (PDT) Received: from freshaire.wiz.com (freshaire.wiz.com [66.143.183.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id D579B43FA3 for ; Sun, 27 Apr 2003 21:14:58 -0700 (PDT) (envelope-from marc@wiz.com) Received: from freshaire.wiz.com (localhost [127.0.0.1]) by freshaire.wiz.com (8.12.6/8.12.6) with ESMTP id h3S4EuZL029247 for ; Sun, 27 Apr 2003 23:14:56 -0500 (CDT) (envelope-from marc@freshaire.wiz.com) Received: (from marc@localhost) by freshaire.wiz.com (8.12.6/8.12.6/Submit) id h3S4Et9I029246 for freebsd-questions@freebsd.org; Sun, 27 Apr 2003 23:14:55 -0500 (CDT) Date: Sun, 27 Apr 2003 23:14:55 -0500 From: Marc Wiz To: FreeBSD Questions Message-ID: <20030428041455.GE29053@freshaire.wiz.com> References: <5.2.0.9.0.20030427181909.00ba5510@computer.multihaven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.2.0.9.0.20030427181909.00ba5510@computer.multihaven.org> User-Agent: Mutt/1.4i Subject: Re: NFS problems (RPC) 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: Mon, 28 Apr 2003 04:15:00 -0000 On Sun, Apr 27, 2003 at 06:22:34PM -0500, Jer wrote: > Dear all > > I tried to get nfs working betwen 2 hosts. > > started nfsd mountd and portmap rpc.statd on the server > > and ran mount on the client > I got the msg pooh2:/dailyiso: nfsd: RPCPROG_NFS: RPC: Program not > registered > > after issuing rpcinfo -p on the server it returns > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > 100005 3 udp 1022 mountd > 100005 3 tcp 1022 mountd > 100005 1 udp 1022 mountd > 100005 1 tcp 1022 mountd > 100003 2 udp 2049 nfs > 100003 3 udp 2049 nfs > 100024 1 udp 1013 status > 100024 1 tcp 1019 status > > but if I issue that on the client as rpcinfo -p pooh2 > No remote programs registered. Have you tried tcpdump on both the client and server to see what is going in and coming out of both systems? Is the server a multi-homed host? Is the server on the same network as the client? Marc (who in a former life worked on NFS and is about to resume that former life :-) -- Marc Wiz marc@wiz.com Yes, that really is my last name.