On Fri, Apr 13, 2018 at 3:34 PM, Bob Goodwin <bobgood...@fastmail.us> 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 ...

Does "192.168.1.0/255.255.255.0" work?!

The prefix is usually "24" not "255.255.255.0".
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to