Port 2148 is registered with IANA for veritas-ucl — the VERITAS Universal Communication Layer. It runs on both TCP and UDP.
What It Is
Veritas (originally VERITAS Software, now part of a long chain of acquisitions) built enterprise storage management software — products like Veritas Volume Manager (VxVM), Storage Foundation, and Veritas Cluster Server. These products coordinate across multiple servers: nodes need to talk to each other about disk volumes, cluster states, and storage configurations.
The Universal Communication Layer was the internal messaging infrastructure that made that coordination possible. Port 2148 is where that traffic flows.
Who Uses It
This port shows up on servers running:
- Veritas Volume Manager (VxVM) — logical volume management for Unix and Linux
- Veritas Storage Foundation — storage management suite for enterprise environments
- Veritas Cluster Server (VCS) — high-availability clustering software
If you find port 2148 open on a system, it almost certainly has one of these products installed. It's not a consumer product, not a web service, and not something you'd encounter on a typical Linux server or workstation.
The Registered Port Range
Port 2148 falls in the registered ports range (1024–49151). These ports are assigned by IANA to specific applications and services, but unlike well-known ports (0–1023), they don't require root privileges to open. Any application can bind to them.
Registration doesn't mean the port is commonly used. It means a company (in this case, Veritas) filled out IANA paperwork at some point and said "this is ours." Thousands of registered ports belong to enterprise software that most people have never touched.
Security Considerations
The UCL port itself isn't generally exposed to the public Internet — it's meant for internal cluster communication. If you find port 2148 reachable from outside your network, that's a firewall misconfiguration worth correcting. Cluster communication protocols assume a trusted network environment.
How to Check What's Listening
If you're investigating port 2148 on a system, these commands will show you what process has it open:
On Linux:
On macOS:
On Windows:
The process name will confirm whether it's a Veritas product or something else entirely using this port informally.
Frequently Asked Questions
Was this page helpful?