From owner-freebsd-questions Mon Oct 13 00:12:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25360 for questions-outgoing; Mon, 13 Oct 1997 00:12:46 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25355 for ; Mon, 13 Oct 1997 00:12:43 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA10491; Mon, 13 Oct 1997 00:12:41 -0700 (PDT) Date: Mon, 13 Oct 1997 00:12:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Pavelcak cc: questions@FreeBSD.ORG Subject: Re: Parallel port connection laptop<-->desktop In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Greg Pavelcak wrote: > > I am trying to connect my laptop and desktop via parallel ports. They > can successfully ping one another; but if I try to mount -t nfs > host:path, I get NFS Postmap: RPC: Program not registered. > rpcinfo on both machines gives > > program vers proto port > 100000 2 tcp 111 portmapper > 100000 2 udp 111 portmapper > > Can anyone tell me how to make this work? You need to enable NFS serving on the box with the volumes you are trying to mount. This can be done via /etc/rc.conf or /etc/sysconfig. Yours should have junk like this: gdi,ttyp1,~,114>rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100005 1 udp 1023 mountd 100005 3 udp 1023 mountd 100005 1 tcp 1023 mountd 100005 3 tcp 1023 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100003 2 tcp 2049 nfs 100003 3 tcp 2049 nfs 100024 1 udp 1011 status 100024 1 tcp 1022 status 150001 1 udp 819 pcnfsd 150001 2 udp 819 pcnfsd 150001 1 tcp 822 pcnfsd 150001 2 tcp 822 pcnfsd THis is set up for NFS service and client. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major