D
Deleted member 9563
Guest
The server is on FreeBSD 11-RELEASE, and I'm trying to connect from a Devuan 1.0 system. Hopefully that setup is not too different from BSD and using Linux won't put people off here.
Server setup:
/etc/rc.conf
/etc/exports
I then issue the following two commands as root:
I will leave out the Devuan config for now. Here is the command I issue there:
and that consistently results in this response. Even with changes in configuration.
I have used IP numbers instead of machine names (which are in DNS) just to make sure. And I have temporarily given the /home/stage directories 777 permissions.
What should I look at next?
Server setup:
/etc/rc.conf
Code:
rpcbind_enable="YES"
nfs_server_enable="YES"
nfs_server_flags="-u -t -n 4"
mountd_enable="YES"
mountd_flags="-r"
rpc_lockd_enable="YES"
rpc_statd_enable="YES"
Code:
/home/stage 192.168.1.105
service nfsd start
service mountd reload
I will leave out the Devuan config for now. Here is the command I issue there:
mount -t nfs 192.168.1.101:/home/stage /home/stage
and that consistently results in this response. Even with changes in configuration.
Code:
mount.nfs: access denied by server while mounting 192.168.1.101:/home/stage
I have used IP numbers instead of machine names (which are in DNS) just to make sure. And I have temporarily given the /home/stage directories 777 permissions.
What should I look at next?