NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD NFS - Ubuntu client mount not working



2020-06-24 20:43 időpontban Mayuresh ezt írta:
On NetBSD 8.0 amd64, my exports look like:

# showmount -e
Exports list on localhost:
/usr/local/ubuntu/fs               127.0.0.1


I'm running ubuntu VM which is trying to mound the above:

mount -t nfs  10.0.2.2:/usr/local/ubuntu/fs /netbsdfs/
mount.nfs: access denied by server while mounting 10.0.2.2:/usr/local/ubuntu/fs

At this time NetBSD logs show:

Refused mount RPC from host 127.0.0.1 port 60010

I am able to mount the same share on netbsd itself, but not on Linux.
Anything peculiar needed for this to work?

Mayuresh

Hi Mayuresh,

Run showmount on Ubuntu, too like this:
showmount -e <NetBSD hostname>
Does it show your mount?

If yes:
First I'd check if the userid of Ubuntu user and NetBSD user was _equal_. Second I'd see hosts.allow and hosts.deny on NetBSD server, but it's probably not the issue...

Good luck!

FeZ


Home | Main Index | Thread Index | Old Index