Subject: Re: Problems with NFS: Port mapper failure
To: Daniel Eggert <danieleggert@mac.com>
From: Daniel Eggert <danieleggert@mac.com>
List: netbsd-help
Date: 10/16/2002 22:25:09
On onsdag, okt 16, 2002, at 12:42 Europe/Copenhagen, Daniel Eggert 
wrote:

> I'm having troubles with setting up an NFS server. When I try to mount 
> froma second NetBSD machine I get
> 	[hobbes] ~> mount_nfs kelvin:/home1 home1
> 	mount_nfs: rpcbind on server: RPC: Port mapper failure - RPC: Timed 
> out
> What's wrong?
>
> I'm trying to export /home1 on kelvin. So on kelvin my rc.conf is set 
> up as follows:
> 	mountd=YES
> 	mountd_flags=""
> 	rpcbind=YES
> 	nfs_server=YES
> 	nfsd_flags="-tun 8"
> And I created /etc/exports on kelvin:
> 	#/etc/exports
> 	/home1  -mapall=nobody:nobody -ro hobbes
>



I figured out, that it's a problem with ipfilter. How should i configre 
ipfilter to let clients connect to the NFS server?

Daniel