Did you check the configuration files?
If you have deny rule in `/etc/hosts.deny` file. it will deny all connections by default. For example:
...
ALL:ALL
...
To allow specific connections, you need to add an exception in the `/etc/hosts.allow` file. Here's how you can do it:
...
rpcbind: <NFS Server IP>
...