On Wednesday, August 28, 2019 3:06:50 AM MST Tom H wrote:
On Wed, Aug 28, 2019 at 9:21 AM Ed Greshko ed.greshko@greshko.com wrote:
[root@f30-k ~]# firewall-cmd --zone=home --add-port=111/udp --permanent [root@f30-k ~]# firewall-cmd --zone=home --add-port=20048/udp --permanent
Is there a reason why you don't want to enable "111/tcp" and 200048/tcp" as "--add-service=rpc-bind" and "--add-service=mountd" would?
I could understand adding "111/tcp" only in an nfsv4-only setup because nfsv4 is "limited" to tcp, so it makes sense to try use only tcp.
[mountd's not needed on the network in an nfsv4-only setup because "showmount ..." doesn't work in such a setup] _______________________________________________ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-leave@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
NFS over UDP is faster than NFS over TCP.