On 13/04/18 20:34, Bob Goodwin wrote:
> .
>
> I am attempting to set up an NFS server on a new Fedora 27 computer I
> have assembled using instructions I found, "Fedora
> Administration_Guide_Draft/NFS" and I am having a problem accessing it.
>
> $ cat /etc/exports
> /var/ftp/pub 192.168.1.0/255.255.255.0(ro)
> /home/public 192.168.1.0/255.255.255.0(rw)
>
> var/ftp/pub 192.168.54.0/255.255.255.0(ro,sync,no_subtree_check)
>
> /var/ftp/pub
> 192.168.54.0/255.255.255.0(ro,sync,no_wdelay,no_subtree_check,nohide)
>
> Then from the client I get a refusal:
>
> # mount 192.168.1.86:/home/public /mnt/test/
> mount.nfs: Connection refused
>
> There is an ethernet path between them on my lan, ssh works from each
> computer to the other ...
>
> Perhaps a problem with bind, I don't know how to troubleshoot this,
> would appreciate suggestions.
>
> Bob
>
Not an expert myself, but I can't see anything there that says you've
opened up the NFS ports on the NFS server
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org