Port 2049 (tcp/udp) (2024)

Port 2049 (tcp/udp) (1) Home » Ports Database » Port Details

threat/application/port search:

Port(s)ProtocolServiceDetailsSource
2049 tcp,udp,sctp NFS Network File System (NFS) - remote filesystem access [RFC 1813] [RFC5665]. A commonly scanned and exploited attack vector. Normally, port scanning is needed to find which port this service runs on, but since most installations run NFS on this port, hackers/crackers can bypass fingerprinting and try this port directly.

shilp also uses port 2049 (UDP).

FreeBSD is vulnerable to a denial of service attack. A remote attacker could send a specially-crafted NFS Mount request to TCP port 2049 to cause a kernel panic, resulting in a denial of service.
References: [CVE-2006-0900] [BID-16838]

Stack-based buffer overflow in nfsd.exe in XLink Omni-NFS Server 5.2 allows remote attackers to execute arbitrary code via a crafted TCP packet to port 2049 (nfsd), as demonstrated by vd_xlink.pm.
References: [CVE-2006-5780] [BID-20941] [SECUNIA-22751]

Novell Netware is vulnerable to a stack-based buffer overflow, caused by improper bounds checking by the xnfs.nlm component when processing NFS requests. By sending a specially-crafted NFS RPC request to UDP port 2049, a remote attacker could overflow a buffer and execute arbitrary code on the system or cause the server to crash.
References: [XFDB-72199]

SG
2049 udp Network File System (official) Wikipedia
2049 udp shilp (official) Wikipedia
2049 tcp,udp nfs networked file system Nmap
2049 tcp,udp nfs Network File System Neophasis
2049 tcp,udp shilp shilp Neophasis
2049 tcp,udp nfs Network File System - Sun Microsystems IANA
2049 sctp nfs Network File System [RFC5665] IANA
8 records found

jump to:

Port 2049 (tcp/udp) (2)Port 2049 (tcp/udp) (3)

Related ports: 20049

« back to SG Ports


External Resources
SANS ISC: port 2049

Notes:
Port numbers in computer networking represent communication endpoints. Ports are unsigned 16-bit integers (0-65535) that identify a specific process, or network service. IANA is responsible for internet protocol resources, including the registration of commonly used port numbers for well-known internet services.
Well Known Ports: 0 through 1023.
Registered Ports: 1024 through 49151.
Dynamic/Private : 49152 through 65535.

TCP ports use the Transmission Control Protocol, the most commonly used protocol on the Internet and any TCP/IP network. TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and that packets will be delivered in the same order in which they were sent. Guaranteed communication/delivery is the key difference between TCP and UDP.

UDP ports use the Datagram Protocol. Like TCP, UDP is used in combination with IP (the Internet Protocol) and facilitates the transmission of datagrams from one computer to applications on another computer, but unlike TCP, UDP is connectionless and does not guarantee reliable communication; it's up to the application that received the message to process any errors and verify correct delivery. UDP is often used with time-sensitive applications, such as audio/video streaming and realtime gaming, where dropping some packets is preferable to waiting for delayed data.

When troubleshooting unknown open ports, it is useful to find exactly what services/processes are listening to them. This can be accomplished in both Windows command prompt and Linux variants using the "netstat -aon" command. We also recommend runnig multiple anti-virus/anti-malware scans to rule out the possibility of active malicious software. For more detailed and personalized help please use our forums.

Please use the "Add Comment" button below to provide additional information or comments about port 2049.

Post your review/comments

rate:

avg: Port 2049 (tcp/udp) (4)Port 2049 (tcp/udp) (5)Port 2049 (tcp/udp) (6)Port 2049 (tcp/udp) (7)Port 2049 (tcp/udp) (8)

Port 2049 (tcp/udp) (9)Port 2049 (tcp/udp) (10)Port 2049 (tcp/udp) (11)

Port 2049 (tcp/udp) (2024)

FAQs

Is port 2049 TCP or UDP? ›

-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.

Does NFS use UDP or TCP? ›

The NFS version 3 protocol that uses UDP is given higher precedence than the NFS version 2 protocol that is using TCP. You can manually select both the NFS protocol version and the transport protocol with the mount command.

What ports are needed for NFS V3? ›

Recommendations for NFS access
Port NumberProtocolService Name
2049TCP and UDPNFSV4 or NFSV3
111TCP and UDPRPC (required only by NFSV3)
User-defined static portTCP and UDPSTATD (required only by NFSV3)
User-defined static portTCP and UDPMNT (required only by NFSV3)
2 more rows

How to check NFS port? ›

Enter the following command to find which ports NFS is using on your node:
  1. rpcinfo -p.
  2. rpcinfo -p.
  3. /usr/lib/systemd/system/nfs-server.service.

How do I know if my port is TCP or UDP? ›

netstat -a : This will display all connections and listening ports. netstat -t : Displays only TCP connections. netstat -u : Used to display only UDP connections.

Who decides whether to use TCP or UDP? ›

What decides? The intended use and the requirements for the transport. If you need guaranteed delivery and latency is not an issue, you choose TCP. If you can tolerate packet loss or prefer no state on the server, you might use UDP (which means you might need to handle packet reordering).

What is fastest UDP or TCP? ›

UDP is faster than TCP but is also more error-prone. The reason is that UDP doesn't use such an acute checking of packets as TCP and employs a more continuous data flow. TCP sends its data in sequence, so it uses more flow control.

Why is UDP used instead of TCP for this traffic? ›

Because UDP does not require a 'handshake' or check whether data arrives properly, it is able to transfer data much faster than TCP.

What port does NFS 4 use? ›

NFS v4 generally only requires 1 port to be open, TCP destination port 2049 at the NFS Server side. This allows clients to initiate connections to it. In some rarer cases, NFS 4.0 servers might need to contact an NFS client on a separate connection, in the opposite direction, initiated from the NFS Server's port 2049.

Is NFS port bidirectional? ›

If the NFS share is read and write, yes it's bidirectional. If not, you will get a "read only filesystem".

What is the port range for NFS client? ›

According to RFC 6056, the ephemeral port range should be 1024-65535. However, if we only allow port 1024-65535 for outbound traffic on the NACL of the subnets where EFS locates, we will get timeout when we try to mount the EFS from an EC2 instances from a different subnet (same AZ).

How to change NFS port? ›

Set ports
  1. Open the /etc/default/nfs-common file for editing: See more code actions. Dismiss View. Light code theme. Dark code theme. sudo nano /etc/default/nfs-common.
  2. Set the STATDOPTS option: See more code actions. Dismiss View. Light code theme. Dark code theme. STATDOPTS="-p 2046"
  3. Save the file and exit.

How to check NFS connectivity? ›

To verify that NFS is running on each computer:
  1. AIX® operating systems: Type the following command on each computer: lssrc -g nfs The Status field for NFS processes should indicate active . ...
  2. Linux® operating systems: Type the following command on each computer: showmount -e hostname.

How to check NFS protocol? ›

Checking the Version of NFS That an NFS Server Is Using
  1. Overview. Network File System (NFS) is a widely used protocol for file sharing in Linux and other Unix-like operating systems. ...
  2. Using the showmount Command. ...
  3. Using the rpcinfo Command. ...
  4. Using the nfsstat Command. ...
  5. Using the /proc/mounts File. ...
  6. Conclusion.
Aug 26, 2024

Is VPN traffic TCP or UDP? ›

TCP is more reliable, but there are many uses where UDP is preferred and this is usually the default protocol on most VPN services.

Is port 20 TCP or UDP? ›

Well-known ports
PortTCPDescription
17YesQuote of the Day (QOTD)
18YesMessage Send Protocol
19YesCharacter Generator Protocol (CHARGEN)
20YesFile Transfer Protocol (FTP) data transfer
127 more rows

Is RNDC TCP or UDP? ›

The rndc command communicates with the name server over a TCP connection, sending commands authenticated with digital signatures.

Is port 2427 TCP or UDP? ›

Basically MGCP utilizes three Layer 4 protocols. Two of them UDP, and the other TCP. The UDP port 2427 is used for Call Control setup and teardown, and the other 2727 is used for the Calling Agent. TCP port 2428 for back hauling and keepalive traffic to the Call Manager cluster.

Top Articles
Is the minimalist lifestyle beneficial to humans?
11 Ways to Simplify Your Financial Life
Coverage of the introduction of the Water (Special Measures) Bill
Ymca Sammamish Class Schedule
Toyota Campers For Sale Craigslist
Z-Track Injection | Definition and Patient Education
What Happened To Dr Ray On Dr Pol
Academic Integrity
Pickswise the Free Sports Handicapping Service 2023
Calamity Hallowed Ore
Lycoming County Docket Sheets
Ecers-3 Cheat Sheet Free
Power Outage Map Albany Ny
zopiclon | Apotheek.nl
Best Fare Finder Avanti
Clarksburg Wv Craigslist Personals
Best Suv In 2010
Cvb Location Code Lookup
Colorado mayor, police respond to Trump's claims that Venezuelan gang is 'taking over'
Mile Split Fl
Palm Coast Permits Online
Roll Out Gutter Extensions Lowe's
Petco Vet Clinic Appointment
Plaza Bonita Sycuan Bus Schedule
Fleet Farm Brainerd Mn Hours
27 Modern Dining Room Ideas You'll Want to Try ASAP
Account Now Login In
Claio Rotisserie Menu
Guinness World Record For Longest Imessage
49S Results Coral
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Egg Crutch Glove Envelope
Elanco Rebates.com 2022
Kattis-Solutions
#scandalous stars | astrognossienne
The Legacy 3: The Tree of Might – Walkthrough
Retire Early Wsbtv.com Free Book
Pitchfork's Top 200 of the 2010s: 50-1 (clips)
R Nba Fantasy
Raising Canes Franchise Cost
Best Restaurant In Glendale Az
Sam's Club Gas Prices Florence Sc
Gifford Christmas Craft Show 2022
Wunderground Orlando
Santa Clara County prepares for possible ‘tripledemic,’ with mask mandates for health care settings next month
Jaefeetz
Trending mods at Kenshi Nexus
N33.Ultipro
Grandma's Portuguese Sweet Bread Recipe Made from Scratch
2121 Gateway Point
Cool Math Games Bucketball
Lux Nails & Spa
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated:

Views: 5506

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.