Restructures /docs/ by reader purpose (tutorials, how-to, reference, design), adds the new-user-progression and operator-recipe content the prior layout lacked, runs an accuracy pass against current source across the pre-existing design docs, and rewrites the gateway feature-set documentation end-to-end around its actual operational profile (a niche feature designed for systems already serving DHCP/DNS to a LAN, with two independent halves — outbound LAN→mesh, inbound mesh→LAN — sharing one nftables table, one binary, and one control socket). Top-level README and getting-started rewritten around two equally-weighted deployment modes (overlay on existing IP networks; ground-up over non-IP transports). ## Additions - 11 new tutorials in docs/tutorials/: an 8-step new-user progression from single-daemon test-mesh peering through to a ground-up two-device mesh, an IPv6-adapter side-trip walkthrough, an Advanced Tutorials index, and a hand-held OpenWrt walk-through for fips-gateway deployment that exercises both halves of the feature. - 12 new how-tos in docs/how-to/: firewall activation, Nostr discovery (resolve / advertise / open across five scenarios), Tor onion (directory + control_port modes), UDP buffer tuning, unprivileged-user setup, persistent identity, host aliases, Bluetooth LE peering, MTU diagnostics, manual Linux-host gateway deployment (covers both halves), gateway troubleshooting (organised by half), and a section index. - 9 new reference docs in docs/reference/: configuration, wire formats, control-socket protocol, four CLI references (fips, fipsctl, fipstop, fips-gateway), security posture matrix, and Nostr events catalog. Configuration and wire-formats are renamed-and-extended from prior design/ versions; the other seven are net-new. - 6 new design docs: fips-concepts, fips-architecture, and fips-prior-work split out of the deleted fips-intro.md; consolidated fips-mmp and fips-mtu aggregations; and a new generic port-advertisement-and-nat-traversal doc (Nostr-signaled port advertisement plus UDP NAT-traversal protocol, FIPS as an example implementation, suitable for eventual NIP submission). - Top-level docs/getting-started.md walking through the binary-installer-only Install story. - packaging/common/hosts pre-populated with the eight public test-mesh nodes so shortnames resolve out of the box on every fresh install. ## Changes - 23 wire-format diagrams relocated to reference/diagrams/ alongside the wire-formats move. - 4 design diagrams corrected against source code (fips-protocol-stack, fips-identity-derivation, fips-coordinate-discovery, fips-routing-decision). - 10 pre-existing design docs reconciled with current source. Numeric corrections: stale link-MMP report bounds (now [1s, 5s] with 200 ms cold-start floor); UDP default MTU (now 1280, IPv6 minimum); node_addr formula (SHA-256(pubkey)[..16]); Noise patterns (IK at link, XK at session); peer-ACL semantics (strict allowlist requires ALL in peers.deny); daemon DNS upstream ([::1]:5354); on-the-wire bloom-filter size (1,071 bytes); obsolete Cargo-feature references (PR #79 dropped them) removed. - Transport framing tightened across the docs: TCP is for UDP-filtered networks (not NAT traversal); Tor is a deployment mode (not failover); WebSocket dropped (not a shipped FIPS transport); WiFi promoted to Implemented via Ethernet in infrastructure mode; classic-Bluetooth row removed (BLE is the only Bluetooth-mode transport). - docs/design/fips-gateway.md rewritten end-to-end to lead with the niche-feature framing and the two-halves structure. Title moved from "FIPS Outbound LAN Gateway" to "FIPS Gateway"; architecture section describes the common machinery (the fips-gateway service, the nftables table, the control socket) before splitting into separate "Outbound Half" and "Inbound Half" sections of equal weight; security considerations split per-half; no Future Work section (speculative directions live in the project tracker, not in protocol design docs). Inbound port forwarding is a first-class half rather than a buried "Implemented Extensions" subsection. - Gateway terminology unified across all gateway docs as a separate Linux service running alongside the fips daemon (its own systemd unit / OpenWrt init script). Container- pattern terms (sidecar) are reserved for the Docker/Kubernetes sidecar deployment examples — the testing/sidecar/ tree, examples/k8s-sidecar/, examples/sidecar-nostr-relay/, examples/wireguard-sidecar-macos/, and the related CHANGELOG / top-level README entries — where the term carries its standard container meaning. - Net-new design body content: rekey section in fips-mesh-layer (Noise IK msg1/msg2 over the established link, K-bit cutover, drain window, smaller-NodeAddr-wins tie-breaker on dual-init); Mesh Size Estimation and Antipoison FPR Cap sections in fips-bloom-filters; Mesh-Interface Query Filter subsection in fips-ipv6-adapter; failure-suppression knobs and clock- skew tolerance in fips-nostr-discovery; loop-rejection and mid-chain ancestor swap added to spanning-tree propagation / stability rules; Priority Chain in fips-mesh-operation renumbered to match the routing-decision diagram. - Top-level README: dropped the stale nostr-discovery cargo-feature parenthetical. docs/README.md and the four section READMEs (tutorials, how-to, reference, design) refreshed for the new structure; index rows reflect both halves of the gateway feature and the new fips-gateway CLI reference. - Cargo.toml [package.metadata.deb] assets path updated for the fips-security.md move; .gitignore /reference/ rule anchored to repo root so docs/reference/ is trackable. - packaging/openwrt-ipk/files/etc/fips/fips.yaml configuration-doc URL updated to the new docs/reference/configuration.md location. ## Deletions - docs/design/fips-intro.md (split into the three new intro design docs). - docs/design/document-relationships.svg (orphan, no longer referenced). - docs/proposals/ tree removed; the only proposal it contained (the Nostr UDP hole-punch protocol) was rewritten as the new generic design/port-advertisement-and-nat-traversal.md.
21 KiB
FIPS Nostr-Mediated Discovery and NAT Traversal
Nostr-mediated discovery lets FIPS nodes find each other, and if necessary, punch through UDP NAT, using public Nostr relays as the signaling channel. A node publishes its reachable transport endpoints to a small set of relays under its own Nostr identity (which is also its FIPS identity), and peers resolve those endpoints at dial time by npub. For peers behind UDP NAT, the same relay channel carries an encrypted offer/answer exchange, and STUN supplies the reflexive address used for a coordinated hole-punch.
Nostr discovery is unconditionally compiled into the fips binary on
every supported platform and ships in every stock packaging artifact
(.deb, AUR, systemd tarball, OpenWrt .ipk, macOS .pkg, Windows
.zip). It is runtime-opt-in: the YAML configuration defaults to
disabled (node.discovery.nostr.enabled: false), so the discovery
runtime stays dormant — and opens no relay connections — until an
operator flips the flag and supplies a relay list. When disabled, nodes
behave exactly as before: only the static peers[] addresses are used.
Role
The feature adds three capabilities on top of FIPS's static peer model:
- Advertising. A node publishes the transport endpoints it wants
peers to use (direct UDP, direct TCP, a Tor onion, or the special
udp:natrendezvous token) as a signed Nostr event. The advert is anchored to the node's FIPS identity key — a peer that knows the npub knows the advert is authentic. - Lookup. When dialing a configured peer marked
via_nostr, or any peer inpolicy: openmode, the node fetches that peer's advert from the configured relays and appends the advertised endpoints to its dial list. Static addresses are always tried first. - UDP NAT hole-punch. When both sides of a connection have UDP NAT endpoints, the advert carries enough information to run a STUN-based offer/answer exchange over encrypted (NIP-59) Nostr events. Each side observes its reflexive address via STUN, exchanges candidate pairs through the relay, and both sides send UDP probes at a shared punch time. On the first successful probe, the punch socket is handed to FMP and becomes a normal UDP transport.
When to use it
- You run a public node and want peers who know your npub to reach you without you distributing an address list out-of-band.
- You want to reach a peer behind UDP NAT without deploying a relay
or running Tor on both sides. The peer advertises
udp:natand you dial by npub. - You want zero-touch peer discovery within a known application
namespace (
policy: open), subject to an admission budget. - You want to advertise a Tor onion so peers don't need to know the
.onionaddress out-of-band.
Skip the feature when every peer is already reachable through a stable
static address (a LAN mesh, a pre-configured test bed, or a deployment
where operators distribute peers[] blocks directly). The feature adds
relay dependencies, STUN round-trips for NAT cases, and a small ambient
background of relay traffic; none of that is useful when you already
know where peers are.
Scenarios and configuration
For end-to-end operator recipes — each of the five activation scenarios
(advertise a directly-reachable UDP node, advertise a Tor onion node,
look up a configured peer by npub without advertising, NAT hole-punch
between two configured peers, and open discovery within an app
namespace) — see
../how-to/enable-nostr-discovery.md.
The full configuration knob tables, per-transport keys, and startup
validation rules live in
../reference/configuration.md under
node.discovery.nostr.*. The Kind 37195 advert event format is in
../reference/nostr-events.md. The rest
of this document covers the design of the discovery runtime itself.
Under the covers
The rest of this document describes how the feature works inside the node. For the generic protocol shape (event tags, NIP usage, on-the- wire offer/answer schema, failure-suppression machinery), see port-advertisement-and-nat-traversal.md.
Overview
The discovery runtime is a background task group started during node
initialization when nostr.enabled is true. It maintains a single
nostr-sdk client connected to the union of advert_relays and
dm_relays, and runs four loops: advert publication, advert
subscription (for open discovery and cache warming), DM subscription
(for incoming offers and answers), and a periodic advert-cache prune.
Discovery has no CLI surface; all operations are driven by the
configuration and by connection attempts made by the rest of the node.
+-----------------------+
| Discovery runtime |
+-----------------------+
| | |
advert publish | | DM sub (offers, answers)
| |
v v
+-------------------------+
| Nostr relay pool | (advert_relays ∪ dm_relays)
+-------------------------+
^ ^
advert fetch/cache | | encrypted signaling
| |
+----------------+ | | +--------------------+
| connect_peer |--+ +->| offer / answer |
| (node side) | | handler |
+----------------+ +--------------------+
| |
v v
+---------+ +--------------+
| STUN |<-- same socket --->| UDP punch |
+---------+ +--------------+
|
v
adopt_established_traversal()
|
v
FMP IK handshake
on adopted socket
Phase 1 — Advertisement
Adverts are published as Nostr kind 37195 parameterized replaceable
events (FIPS-specific, in the application-defined replaceable range
30000–39999; the digits visually spell FIPS — 7=F, 1=I, 9=P, 5=S).
The d tag is hardcoded to the wire-format identifier
fips-overlay-v1 (or fips-overlay-v1-next on the next branch),
so each node has a single, in-place-updatable advert under its
identity. The configurable app value populates a separate
protocol tag, which scopes adverts within a relay set without
splitting them across multiple d-tag streams. The event is signed
with the node's FIPS identity key; there is no separate Nostr key. A
NIP-40 expiration tag is set to now + advert_ttl_secs, and a
version tag carries the protocol version. The advert content is a
JSON document shaped as OverlayAdvert (see
../reference/nostr-events.md for the
schema).
Publication happens on startup, again whenever the set of advertised
endpoints changes (for example, when a Tor onion hostname first
becomes available), and on a refresh timer every advert_refresh_secs.
If the advertise flag is turned off, the previous advert event is
deleted using a NIP-9 kind 5 delete event. Advert publication is
fan-out: the same event is sent to every relay in advert_relays with
no explicit failover — relay redundancy is implicit.
For a UDP or TCP transport with public: true, the address advertised
follows a fixed precedence: an operator-supplied external_addr wins;
otherwise a non-wildcard bound local_addr is used directly;
otherwise — only for UDP — the runtime asks stun_servers for the
reflexive address of the bound socket and advertises that. TCP has no
STUN equivalent, so wildcard-bound TCP without external_addr
produces a loud WARN and the endpoint is omitted from the advert.
Phase 2 — Lookup
When the node decides to dial a peer that is eligible for Nostr
resolution (a via_nostr peer, or any peer under policy: open), it
issues a Nostr REQ filtered by author = peer_pubkey, kind = 37195,
#d = fips-overlay-v1. The fetch is time-bounded (~2 s) and runs
against all configured advert_relays in parallel. The first valid
advert wins; adverts whose protocol tag does not match the local
app value are rejected at validation.
Results are kept in an in-memory cache keyed by author npub. Cache
entries carry the advert's expiration time; a periodic prune drops
expired entries, and an LRU-by-expiry eviction enforces
advert_cache_max_entries. A parallel long-lived subscription on the
advert relays populates the cache passively, so open-discovery
candidates do not require per-dial fetches.
On cache hit, advert endpoints are appended to the peer's static address list with lower priority; the static list is tried first.
Phase 3 — Offer/Answer signaling
For any endpoint shaped as udp:nat, dialing triggers an
offer/answer exchange before the first packet is sent. Signaling events
are Nostr kind 21059 (ephemeral, not stored by conforming relays),
gift-wrapped per NIP-59
and encrypted with NIP-44,
so only the intended recipient can decrypt the payload.
The initiator performs STUN first (see Phase 4), then builds a
TraversalOffer containing:
- A unique
sessionIdand a randomnonce(used to correlate the answer). - Its reflexive address (if STUN succeeded).
- Its list of local (private) addresses for same-LAN paths.
- The STUN server it used, for informational reporting only.
- An
expiresAtequal to now +signal_ttl_secs.
The offer is sealed to the recipient's npub and published to the peer's
preferred signaling relays — the node first tries to resolve the peer's
NIP-17 DM relay list (kind 10050), and falls back to dm_relays if
the inbox-relays fetch fails. Each side also publishes its own inbox
relay list on startup so dialers can discover it.
On the receiving side, an inbound semaphore bounds concurrent offer
processing at max_concurrent_incoming_offers. When the semaphore is
full, the offer is dropped with a warn log; this is the primary guard
against offer-spam from a misbehaving or compromised relay. A
sessionId replay cache (bounded by seen_sessions_max_entries, with
entries valid for replay_window_secs) rejects duplicates.
The responder runs its own STUN query and replies with a
TraversalAnswer carrying its reflexive and local addresses plus a
PunchHint { startAtMs, intervalMs, durationMs } that tells both sides
when to begin probing and how aggressively. If the responder has no
usable addresses at all, it replies with accepted: false and a
reason string.
Phase 4 — UDP hole-punch
Each side runs STUN (parsing XOR-MAPPED-ADDRESS from the response, all other attributes ignored) on the same UDP socket it will later use for punching and for the adopted FMP transport. This is critical: NAT state is per-socket, so the punch has to reuse the socket that taught the NAT about this binding.
Given its own reflexive + local addresses and the peer's, each side builds a candidate-pair plan that tries, in priority order:
- Reflexive ↔ reflexive. The classic STUN path. Tried first because it is the only candidate that's reliable across arbitrary network topologies — host candidates from one peer that happen to be reachable from the other (via a corporate VPN, a Tailscale subnet route, or overlapping private address space) will succeed at the socket layer in the punch but fail in the FMP handshake when the return path doesn't match.
- LAN ↔ LAN. If both sides share a /24 prefix, same-subnet private
addresses are likely reachable directly. Only fires when both peers
shared local host candidates (which requires
share_local_candidatesto be enabled — off by default). - Mixed. Reflexive on one side, local on the other — catches hairpin and one-side-public scenarios.
At startAtMs both sides begin sending 24-byte probe packets on the
candidate pair(s) at intervalMs cadence for up to durationMs. A
probe carries a 4-byte magic (NPTC), a 4-byte sequence, and the
first 16 bytes of SHA256(sessionId); both sides can compute the same
session hash independently from the public sessionId, so no shared
secret is needed on the punch path itself. On receiving a valid probe,
a side replies with an NPTA ack. The first valid probe or ack seen
from the far side records the working remote address and completes the
attempt.
On timeout (attempt_timeout_secs as overall bound,
punch_duration_ms as probe window), both sides issue NIP-9 deletes
for their offer and answer events and report failure up to the
discovery runtime's BootstrapEvent::Failed channel.
Phase 5 — Adoption
On success, the discovery runtime emits BootstrapEvent::Established
carrying the session id, the punch socket, and the learned remote
address. adopt_established_traversal() in the node lifecycle takes
the socket, registers it with the UDP transport layer as a new
transport instance, and calls initiate_connection() with the peer's
FIPS identity as the expected remote. FMP's Noise IK handshake runs on
the same socket — there is no "promote link" step between punch and
handshake; the punch socket is the FMP socket.
From that moment on, the connection is a normal FMP link and is
subject to the usual liveness (MMP heartbeats), rekey, and removal
behavior. A link-dead event does not re-enter the discovery runtime
automatically; reconnection relies on auto_reconnect and the same
dial path that triggered the original punch.
Auto-connect semantics
Discovery does not itself initiate connections. It only supplies addresses. Dial attempts originate from the existing peer-connection machinery:
- Configured peers (
peers[]withconnect_policy: auto_connect) are dialed on startup and on retry. Whenvia_nostris set, advert endpoints are appended to the dial list with lower priority than static entries. - Open discovery peers are assembled from the advert cache, fenced
by the peer ACL, and enqueued into a bounded retry queue sized by
open_discovery_max_pending. There is no event-driven "connect on every advert" — a peer re-enters the queue only when its prior attempt has drained. - Manual dials (
fipsctl connect) can target any configured peer and use the same dial path, including Nostr resolution if configured.
Rate limits and safeguards
| Mechanism | Default | What it prevents | Behavior at limit |
|---|---|---|---|
Offer semaphore (max_concurrent_incoming_offers) |
16 | CPU and memory exhaustion from offer spam on DM relays. | Warn log, offer dropped. |
Advert cache (advert_cache_max_entries) |
2048 | Memory growth from ambient advert traffic under policy: open. |
LRU-by-expiry eviction. |
Seen-sessions (seen_sessions_max_entries) |
2048 | Replay of stale sessionId values. |
Oldest entry evicted. |
Signal TTL (signal_ttl_secs) |
120 s | Indefinite in-flight offers on relays. | Expired offers rejected at validation. |
Open discovery queue (open_discovery_max_pending) |
64 | Unbounded retry queue under ambient advert load. | New candidates skipped until the queue drains. |
Punch window (punch_duration_ms) |
10 s | Endless probe traffic after one side has given up. | Attempt declared failed; sockets discarded. |
Failure-streak threshold (failure_streak_threshold) |
5 | Repeated traversal attempts against a peer that keeps failing. | Peer enters extended cooldown. |
Extended cooldown (extended_cooldown_secs) |
1800 s | Tight retry loops after a failure streak. | Per-peer suppression for the cooldown window. |
WARN log throttle (warn_log_interval_secs) |
300 s | Log floods from a peer that fails on every attempt. | One WARN per peer per interval; the rest demote to debug. |
Failure-state cap (failure_state_max_entries) |
4096 | Memory growth from per-peer failure tracking. | LRU eviction. |
The load-shedding mechanisms (max_concurrent_incoming_offers and the
failure-streak / extended-cooldown pair) are deliberately conservative
so that a misbehaving relay cannot flood the node with offers and a
chronically unreachable peer cannot keep the traversal pipeline
saturated. The remaining rows are capacity bounds.
Adverts also undergo a stale-advert sweep: cached entries whose
expiresAt has passed are evicted on the periodic prune tick. Inbound
signaling tolerates ±60 s of clock skew between sender and receiver,
and the runtime maintains an NTP-style skew estimate per remote so
that consistently-skewed relays don't trip the freshness check.
Relay model
All configured relays (advert + DM) are opened on a single
nostr-sdk::Client at startup. Publication is fan-out: the same event
is sent to every relay in the target list, with no explicit retry or
relay selection. Redundancy is implicit — a downed relay simply means
its copy of the advert or signal is unavailable, while other relays
still serve the same data.
For signaling specifically, the node prefers the recipient's NIP-17
DM relays when available (the recipient publishes its DM relay list as
a kind 10050 event to its own DM relays on startup) and falls back to
the local dm_relays list otherwise. This keeps the common case
off the sender's DM relays when those are different from the
recipient's, at the cost of one extra NIP-17 fetch per offer.
There is no per-relay rate limiting or health check. The relay model assumes that an operator chooses relays they trust to be best-effort available and that outright misbehavior is handled at the offer semaphore and replay-cache layers downstream.
Security and threat model
- Relay operators can observe metadata. They see which npubs publish adverts, to whom offers are sent, and the timing of that traffic. The contents of offer and answer events are NIP-59/NIP-44 sealed — only the intended recipient decrypts them. Adverts are public by design.
- STUN servers see the node's public IP and port. Only the STUN
servers listed in the node's own
stun_serversare ever contacted for reflexive discovery. Peer-advertised STUN values are informational; a malicious peer cannot steer this node to a chosen STUN target. See the doc comment onnode.discovery.nostr.stun_servers. - The FIPS identity key signs adverts. Compromise of
fips.keyis compromise of the node's Nostr identity — an attacker can publish adverts on behalf of the node. The recovery path is the same as for any identity compromise: rotate the key and re-advertise. There is no separate Nostr keypair to rotate independently. - Tor advertising leaks timing via clearnet relays. When a
Tor-only node advertises its onion address, the advert itself is
published on clearnet WebSocket relays. Operators who want full
unlinkability between the advertising identity and the node's
IP must route relay traffic through Tor as well — for example by
running
fipsinside a network namespace with a Tor SOCKS proxy as its only egress, or by pointingadvert_relaysanddm_relaysat onion relay endpoints. - Open discovery accepts anyone publishing on the same
app. Admission control is the peer ACL, not the discovery layer. Verify the ACL before enablingpolicy: open, and consider using a non-defaultappvalue to scope visibility. - Nothing about discovery bypasses FMP. A successful punch yields a UDP socket with a claimed remote identity. That identity is not trusted until FMP's Noise IK handshake completes. A peer whose advert says "I am npub X at 1.2.3.4:5678" but whose FMP handshake presents a different static key is rejected at the mesh layer.
See also
- ../how-to/enable-nostr-discovery.md — operator activation recipes grouped under three capabilities (resolve, advertise, open) across five scenarios.
- ../tutorials/resolve-peers-via-nostr.md, ../tutorials/advertise-your-node.md, and ../tutorials/open-discovery.md — hand-held walkthroughs of the three capabilities, in pedagogical order.
- ../reference/configuration.md — full configuration reference, including all surrounding keys elided from the scenarios above.
- ../reference/nostr-events.md — Kind 37195 (overlay advert), Kind 21059 (gift-wrapped traversal signaling), Kind 10050 (NIP-17 inbox relay list).
- ../reference/security.md — consolidated security reference, including how the FIPS identity key signs both adverts and Noise handshakes.
- fips-transport-layer.md — UDP, TCP, and Tor transport mechanics; the punch socket is adopted as a normal UDP transport after handoff.
- fips-mesh-layer.md — FMP Noise IK handshake that runs on the adopted socket.
- port-advertisement-and-nat-traversal.md — generic protocol reference (event tags, NIP usage, on-the-wire offer/answer schema, failure-suppression machinery), with the FIPS-specific values called out as worked examples.