From Array what is command to find if the port 2049, 111 are open or not.
Firewall for nfs
Hi there can you tell me if I need to open any ports on my firewall for nfs server at all. If yes what do I need to open
Thank you
Mathew
Windows for business | Windows Server | Networking | Other
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
2 answers
Sort by: Most helpful
-
Anonymous
2024-01-18T15:40:19+00:00 -
Anonymous
2023-12-19T05:49:56+00:00 Hello Mathew,
Yes, if your NFS server is behind the firewall, you need to open some ports to allow the client to connect to the server. Here are the ports that need to be opened:
-TCP port 2049: The default port of NFS server listening.
UDP port 2049: The default port of NFS server listening.
-TCP/UDP port 111: RPC binding port is used to establish connections between clients and servers.
Thanks,
Shujun