Port 2049 โ NFS
TCP/UDP ยท Port 2049/TCP/UDP is used for the Network File System (NFS) protocol, which allows for the sharing of files and directories between systems. This port is critical in a network environment as it enables remote access to shared resources, making it essential for collaboration and data transfer.
- Port Number
- 2049
- Service Name
- NFS
- Protocol
- TCP/UDP
- Common Software
- nfs-kernel-server
Security Notes
Review IANA registry for port 2049 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 2049 is used for NFS. Port 2049/TCP/UDP is used for the Network File System (NFS) protocol, which allows for the sharing of files and directories between systems. This port is critical in a network environment as it enables remote access to shared resources, making it essential for collaboration and data transfer. Common software: nfs-kernel-server.
Review IANA registry for port 2049 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 2049 <target> or check locally: ss -tlnp | rg 2049