On 12/7/19 8:30 AM, Bob Goodwin wrote:
[bobg@Workstation-1 ~]$ showmount -e 192.168.2.128
clnt_create: RPC: Unable to receive
Is that the IP address of the NFS server or Workstation-1?
This computer's fstab has the line: 192.168.2.128:home1 /media/nfs
nfs4 rw,soft,intr,fg,comment=systemd.automount 0 0
And at the server exports is:
[bobg@NFS-Server ~]$ cat /etc/exports
/nfs4exports/home1
192.168.2.0/24(rw,sync,insecure,no_root_squash,no_subtree_check)
My mount command: [root@Workstation-1 bobg]# mount 192.168.2.128:home1
/media/nfs
As Tim said, this should be:
mount 192.168.2.128:/nfs4exports/home1 /media/nfs
Any firewall issues would be on the server, not the client side. On the
server you could try running "systemctl firewalld stop" to test that. I
don't know if NFS is default enabled, but probably not.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx