On Tuesday, August 27, 2019 2:45:42 PM MST Bob Goodwin wrote:
> My NFS problems continue. The hard drive was replaced, Fedora 30 
> installed and NFS is configured. I think the configuration is good, I 
> followed the instructions anyway.
> 
> Firewlld appears to be a new stumbling block and I don't know how to fix 
> it. I looked at the Firewalld GUI and there is nothing intuitive about 
> it. If I stop Firewlld, showmount displays the exports.
> 
> [bobg@box83 ~]$ showmount -e 192.168.2.128
> clnt_create: RPC: Unable to receive
> 
> "systemctl stop firewalld" on the server:
> 
> [bobg@box83 ~]$ showmount -e 192.168.2.128
> Export list for 192.168.2.128:
> /home 192.168.2.0/24
> 
> Any help appreciated.
> 
> 
> -- 
> Bob Goodwin - Zuni, Virginia, USA
> http://www.qrz.com/db/W2BOD
> box83  FEDORA-30/64bit LINUX XFCE Fastmail POP3
> _______________________________________________
> users mailing list -- users@lists.fedoraproject.org
> To unsubscribe send an email to users-le...@lists.fedoraproject.org
> 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@lists.fedoraproject.org

The following two commands, in order, add the rule to your running config, and 
to your permanent firewall config:

firewall-cmd --add-service=nfs
firewall-cmd --add-service=nfs --permanent

-- 
John M. Harris, Jr. <joh...@splentity.com>
Splentity
https://splentity.com/

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to