# WHATPORT(30951)

## NAME

port 30951 — Unassigned — No registration and no known default service — but it sits inside the Kubernetes NodePort range.

Protocol: TCP  
IANA registry

## DESCRIPTION

IANA leaves 30951 unassigned; it falls in the 30940–30998 unassigned block. No well-known software binds it by default and Nmap's frequency table lists it as unknown with a very low hit rate. The one systematic reason it appears is Kubernetes: the default NodePort range is 30000–32767, and the apiserver allocates ports from it more or less arbitrarily, so any NodePort Service can land here. Otherwise an open 30951 is an application that was handed a free port.

## EXPOSURE

**Expose with care.** Nothing standard lives here, so the verdict belongs to whatever answers — fingerprint it before deciding, and treat a NodePort as an unintentionally public path to a cluster Service.

## CHECK

```sh
nc -vz -w 3 TARGET 30951
```

## SEE ALSO

- iana — [IANA port registry — 30951 (unassigned)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=30951) (iana.org)
- docs — [Kubernetes documentation — Service type: NodePort](https://kubernetes.io/docs/concepts/services-networking/service/) (kubernetes.io)

---

HTML: <https://whatport.net/30951/> · JSON: <https://whatport.net/30951.json> · full dataset: <https://whatport.net/ports.json>
