2049

TCPUDP

NFS

Network File System

⚠️ Security: DependsStatus: Active📁 Category: File Transfer

📋 Basic Information

Port Number
2049
Protocol
TCPUDP
Service
NFS
Popularity
Medium
Description
Network File System v3/v4 for Unix/Linux file system sharing, remote directory mounting, and network storage
Tags
file-transfernetworkunix

🔒 Security Information

💡

Security Notes

Firewall configuration required, use NFSv4 with Kerberos

🛠️ Installation

📥Install

sudo apt install nfs-kernel-server

💻Mount

sudo mount -t nfs server:/share /mnt/nfs

🐳Docker

docker run -d --name nfs --privileged -p 2049:2049 itsthenetwork/nfs-server-alpine

🔗 Related Ports