Date: Sun, 24 Aug 1997 15:00:49 +0200 (MESZ) From: Robert Eckardt <roberte@MEP.Ruhr-Uni-Bochum.de> To: hackers@freebsd.org Subject: Re: amd + linux = permission denied (summary) Message-ID: <199708241300.PAA03982@ghost.mep.ruhr-uni-bochum.de>
next in thread | raw e-mail | index | archive | help
Just for the records I wanted to summarize how the problem resolved: The Linux server allows NFS accesses only from reserved ports. Amd used a reserved port for the mount operation (by chance ?), but not for the data transfers. (That's why the mount succeeds, but not the data transfers.) Joerg Wunsch pointed me to a new, undocumented option in amd that instructs it to use a reserved port (<1024). Adding opts=...,resvport,... to the mount-map solved it. It was J Wunsch who wrote: > revision 1.2 > date: 1995/02/13 01:56:22; author: wpaul; state: Exp; lines: +10 -1 > Added three line hack to nfs_ops.c to add support for the 'resvport' > mount option: you need this little bugger in environments with facsist > SunOS NFS servers (like mine :). -- Robert Eckardt \\ FreeBSD -- solutions for a large universe.(tm) RobertE@MEP.Ruhr-Uni-Bochum.de \\ What do you want to boot tomorrow ?(tm) http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708241300.PAA03982>