Start a Conversation

Solved!

Go to Solution

1 Rookie

 • 

2 Posts

134

December 10th, 2024 06:20

NFS Mount Fails "[nfs] Rejected request from on unprivileged port 51405 for program mountd procedure 1."

Whenever I try to mount an NFSv3 share on Isilon I get the following error:

[nfs] Rejected request from <ip> on unprivileged port 51405 for program mountd procedure 1.

I have tested two different clients and the same issue persists.

I am using the following command on the client to mount the export. Even when I omit the options it fails. I have tried mounting as root and as a normal user.

mount.nfs -o 'vers=3,tcp' <access zone ip>:<path> /mnt/test

On Isilon I have done the following to try to make it work:

  • Added all permissions to the share directory (owner: root, group: wheel)
  • Changed root user mapping from nobody to root
  • Added export client IP to Always read/write and root clients
  • Set export security types to UNIX (system)
  • Confirmed that rpcbind, nfs, mountd and nlockmgr are running on all nodes

The version of Isilon I am using is 9.1.0.0.

Moderator

 • 

9.3K Posts

December 10th, 2024 13:00

Hi,

Thanks for your question.

Try the steps in this article. https://dell.to/4go03Ae

isi_gconfig https://dell.to/4go072W.lwio.Parameters.Drivers.nfs.NFSPrivPort=0

 

Let us know if you have any additional questions.

1 Rookie

 • 

2 Posts

December 11th, 2024 04:36

Thank you Josh, this solved the issue.

isi_gconfig registry.Services.lwio.Parameters.Drivers.nfs.NFSPrivPort=0

isi services nfs disable && isi services nfs enable

What confused me is that the "insecure port" option is not available in the UI.

No Events found!

Top