This is on Fedora Core 35: This environment is mature and has a few systems that are called either firewalls or gateways, and for the first time, we want to do an NFS share to one of these systems.
After having trouble with the mount on the client, I proved the server's config is fine by doing an identical mount on a different internal system using copy-paste of the /etc/fstab entry. I figured it had to be a firewall issue, so I changed the interface to be in the "trusted" zone. And yet I still get:
mount.nfs: access denied by server while mounting 192.168.1.1:/fu
So, I did some research and figured out to do:
rpcdebug -m nfsd -s all
But I get nothing related to the mount in question - in fact NOTHING goes into /var/log/messages
... isn't that where I'm supposed to look?! (Other nfs related items are going there, but not this mount.)
So, I tried our backup server and got the same (null) result. And I also tried changing from using the hostname and using the IP address on the client - same results either way, nothing but what I've reported.)