79502549

Date: 2025-03-12 03:03:18
Score: 1.5
Natty:
Report link

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> 
...
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: EliotK