On 07/20/18 22:41, Bob Goodwin wrote:
> On 07/19/18 19:44, Ed Greshko wrote:
>> Well, there is your problem.   You need to check your /etc/exports file.
> .
> I don't see anything that has changed in /etc/exports, and I have re-copied 
> it, did
> exportfs, and still can't connect. I believe I was told exportfs is all that 
> needs
> to be done after changes?
>
> hmm, so I
>  tried -
> [root@ASRock-J3455M bobg]# service nfs start
> Redirecting to /bin/systemctl start nfs.service
>
> And now I see -
> [root@Box10 bobg]# mount 192.168.1.86:/home/exports  /mnt/testb
> mount.nfs: access denied by server while mounting 192.168.1.86:/home/exports
> When I try to mount it. Before I got nothing, so at least this is different.
>
> And I now see port 2049 -
>
> [root@ASRock-J3455M bobg]# ss -t -l -n
> State         Recv-Q Send-Q                  Local Address:Port               
>   
> Peer Address:Port
> LISTEN        0 64 0.0.0.0:41739 0.0.0.0:*
> LISTEN        0 128 0.0.0.0:111 0.0.0.0:*
> LISTEN        0 128 0.0.0.0:20048 0.0.0.0:*
> LISTEN        0 128 0.0.0.0:22 0.0.0.0:*
> LISTEN        0 128 127.0.0.1:6010 0.0.0.0:*
> LISTEN        0 128 0.0.0.0:40667 0.0.0.0:*
> LISTEN        0 64 0.0.0.0:2049 0.0.0.0:*
> LISTEN        0 128 [::]:46347 [::]:*
> LISTEN        0 128 [::]:111 [::]:*
> LISTEN        0 128 [::]:20048 [::]:*
> LISTEN        0 64 [::]:38739 [::]:*
> LISTEN        0 128 [::]:22 [::]:*
> LISTEN        0 128 [::1]:6010 [::]:*
> LISTEN        0 64 [::]:2049                          [::]:*
>
>
> /etc/exports is presently -
> [root@ASRock-J3455M bobg]# cat /etc/exports
> /exports/home   
> 192.168.1.0/24(rw,sync,insecure,no_root_squash,no_subtree_check,fsid=0)
>
> This was working until the power interruption about 24 hours ago.A second 
> computer
> on the same LAN also fails to connect to this server ...
>
> Perhaps a reboot will help? I'll try that next ...
>
>

Your mount command doesn't match what is being exported....

Your client is trying to mount /home/exports   but you've exported 
/exports/home.



-- 
Conjecture is just a conclusion based on incomplete information. It isn't a 
fact.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/EO5IAGHBTWRM53U2IH6FTI5ER3BPH6RZ/

Reply via email to