WHATPORT(3300) whatport.net WHATPORT(3300)
3300

Ceph monitor (msgr2)

The Ceph monitor's v2 messenger port — cluster membership and the map every client needs.

TCP IANA registry

Description

IANA registers TCP 3300 to Ceph as the monitor port, and Ceph uses it for msgr2, the version 2 wire protocol introduced in Nautilus that adds encryption-in-transit and improved authentication; monitors bind both 3300 (v2) and the legacy 6789 (v1) so older clients still connect. Any client or daemon that wants to use the cluster starts by fetching the monmap and OSD map from a monitor here. Seeing 3300 means a Ceph cluster's control plane is reachable from wherever you scanned.

Exposed to the internet?

Do not expose

Monitors are the cluster's control plane, guarded only by cephx keys; keep the public Ceph network private and never route 3300 to the internet.

Check it yourself

$ nc -vz TARGET 3300

See also

Seen this on your network? Beige Box scans your Wi-Fi and shows every open port on every device — and its Ports tool links straight back here.

Get Beige Box →

also available as JSON · Markdown

Corrections or a missing port? Reply @rimrocksystems.