# WHATPORT(4129)

## NAME

port 4129 — NuFW authentication server (nuauth) — nuauth, the authentication daemon of the NuFW identity-aware Linux firewall.

Protocol: TCP  
IANA registry

## DESCRIPTION

NuFW extends Netfilter with per-user authentication: the packet-filtering side queues a connection and asks nuauth whether the user behind it is allowed, and clients authenticate to nuauth over TCP 4129. IANA assigned 4128 to nufw and 4129 to nuauth in 2007. The project has seen no significant development in over a decade, so this is a legacy sighting on older Linux gateways.

## EXPOSURE

**Do not expose.** It is the decision point of a firewall's authorisation policy on unmaintained code — reachable only from the client networks it authenticates, never the public internet.

## CHECK

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

## SEE ALSO

- source — [regit/nufw](https://github.com/regit/nufw) (github.com)
- iana — [IANA port registry — 4129 (nuauth)](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?search=4129) (iana.org)

---

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