*BSD News Article 94708


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!feed1.news.erols.com!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!usc!news.isi.edu!usenet
From: Cengiz Alaettinoglu <cengiz@isi.edu>
Newsgroups: comp.os.linux.networking,comp.unix.bsd.freebsd.misc,comp.unix.bsd.misc
Subject: Re: NFS with free bsd and linux
Date: Tue, 29 Apr 1997 09:29:35 -0700
Organization: USC Information Sciences Institute
Lines: 12
Message-ID: <336621EF.41C67EA6@isi.edu>
References: <33658E27.3EAD@them.com>
NNTP-Posting-Host: mice.isi.edu
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386)
CC: davidm@them.com
Xref: euryale.cc.adfa.oz.au comp.os.linux.networking:77106 comp.unix.bsd.freebsd.misc:39953 comp.unix.bsd.misc:3116


David Mandala wrote:
>> Can anyone suggest hope to correct this problem? Like it or not I MUST

I had the same problem while mounting sunOS filesystems. You need to
specify -P option to mount_nfs. This makes mount to use a reserved port
which is believed to be more secure. FreeBSD mount_nfs man page says
this is a mistaken belief.

If you are using amd, you should add resvport to the options part of
/defaults line.

Cengiz