A scalable overlay networking tool with a focus on performance, simplicity and security
Find a file
Wade Simmons 9c5d701648
Support native Golang "fips140" mode (#1696)
Add support for the "fips140" mode of Go:

- https://go.dev/doc/security/fips140
- https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/5247

You can build with `make fips140`, see the README changes for more info.

Some differences from the boringcrypto builds:

- We switch to using `go:linkname crypto/tls.aeadAESGCMTLS13`, which gives us the fips implementation for both `boringcrypto` and `fips140` modes. This means we also no longer need `-checklinkname=0`
- Go native `fips140` doesn't need CGO_ENABLED=1
- We decide if we should use the fips140 GCM at runtime, if `fips140.Enabled()` is true. If you use the `make release-fips140`, we build with build tag `fips140enforce` which ensures the binary is running with fips140 enabled and that only P256 / AES-GCM is being used. If you don't want this enforce mode, you can build without the build tag.
2026-08-21 19:33:40 -04:00
.github Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
cert Add explicit unmarshaller for signing and key agreement public keys (#1777) 2026-07-07 13:16:57 -05:00
cert_test Fix flakey cert tests (#1728) 2026-05-18 11:10:30 -05:00
cmd Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
config Search for config.yaml/yml in both service and cli mode (#1717) 2026-05-15 15:37:01 -05:00
cpupick the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
dist wireshark: fix Lua 5.4 bitwise operation (#1776) 2026-07-01 16:12:14 -05:00
docker Add OCI image labels with version info (#1772) 2026-06-23 14:21:28 -04:00
e2e the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
examples the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
firewall the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
handshake improve rejection of malformed handshakes (#1756) 2026-06-10 09:28:07 -05:00
header the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
iputil the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
logging Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
noiseutil Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
overlay the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
pkclient Set CKA_VALUE_LEN attribute in DeriveNoise (#1482) 2025-09-25 13:24:52 -05:00
routing chore: fix some typos in comments (#1582) 2026-01-20 11:03:31 -05:00
service the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
sshd sshd: guard trustedKeys/trustedCAs with a mutex to fix a concurrent map crash on reload (#1787) 2026-07-07 15:50:06 -05:00
test Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
udp the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
util the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
wfp Add a way to set the network type on windows + tests (#1710) 2026-05-07 20:17:38 -05:00
wintun switch to new sync/atomic helpers in go1.19 (#728) 2022-10-31 13:37:41 -04:00
.gitignore V2 certificate format (#1216) 2025-03-06 11:28:26 -06:00
.golangci.yaml Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
allow_list.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
allow_list_test.go upgrade to yaml.v3 (#1148) 2025-03-31 16:08:34 -04:00
AUTHORS Public Release 2019-11-19 17:00:20 +00:00
bits.go switch Bits to a packed u64 (#1705) 2026-05-06 10:22:26 -05:00
bits_test.go switch Bits to a packed u64 (#1705) 2026-05-06 10:22:26 -05:00
boring.go go fix (#1608) 2026-02-17 11:42:14 -05:00
calculated_remote.go fix lighthouse.calculated_remotes parsing (#1438) 2025-07-29 13:12:07 -04:00
calculated_remote_test.go Enable running testifylint in CI (#1350) 2025-03-10 17:38:14 -05:00
CHANGELOG.md parseV6: only walk real ipv6 extension headers, fail closed on unknown protocols (#1840) 2026-08-20 13:21:08 -05:00
CODEOWNERS #ECCN:Open Source in CODEOWNERS (#1632) 2026-03-16 17:07:40 -04:00
connection_manager.go Enforce outbound message counter limits to prevent nonce reuse (#1841) 2026-08-19 20:48:02 -05:00
connection_manager_test.go Enforce outbound message counter limits to prevent nonce reuse (#1841) 2026-08-19 20:48:02 -05:00
connection_state.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
connection_state_test.go Enforce outbound message counter limits to prevent nonce reuse (#1841) 2026-08-19 20:48:02 -05:00
control.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
control_lifecycle_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
control_test.go correctly discard nil proto addresses (#1785) 2026-07-07 14:41:01 -05:00
control_tester.go Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
dns_server.go Fix a test race, make dns server reload/restart safer (#1815) 2026-07-22 15:05:10 -05:00
dns_server_test.go Fix a test race, make dns server reload/restart safer (#1815) 2026-07-22 15:05:10 -05:00
firewall.go correct directionality of firewall.inbound_action and firewall.outbound_action (#1798) 2026-07-13 08:40:42 -05:00
firewall_test.go firewall: move conntrack check after cert+IP verification (#1779) 2026-07-07 13:10:11 -05:00
go.mod Drop dependency on github.com/cyberdelia/go-metrics-graphite (#1832) 2026-08-20 09:46:41 -04:00
go.sum Drop dependency on github.com/cyberdelia/go-metrics-graphite (#1832) 2026-08-20 09:46:41 -04:00
graphite.go Drop dependency on github.com/cyberdelia/go-metrics-graphite (#1832) 2026-08-20 09:46:41 -04:00
handshake_manager.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
handshake_manager_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
hostmap.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
hostmap_test.go hostmap: replace the shared next/prev hostinfo chain with independent per-address lists so divergent or overlapping vpnAddr sets cannot corrupt the map (#1790) 2026-07-09 09:34:30 -05:00
hostmap_tester.go go fix (#1608) 2026-02-17 11:42:14 -05:00
inside.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
inside_bsd.go go fix (#1608) 2026-02-17 11:42:14 -05:00
inside_generic.go go fix (#1608) 2026-02-17 11:42:14 -05:00
interface.go Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
interface_emit_test.go Make firewall reload when unsafe networks in the cert changes (#1719) 2026-05-18 11:25:34 -05:00
interface_test.go Make firewall reload when unsafe networks in the cert changes (#1719) 2026-05-18 11:25:34 -05:00
LICENSE Public Release 2019-11-19 17:00:20 +00:00
lighthouse.go Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
lighthouse_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
LOGGING.md Don't log invalid certificates (#1116) 2024-04-29 15:21:00 -05:00
main.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
main_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
Makefile Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
message_metrics.go Enforce outbound message counter limits to prevent nonce reuse (#1841) 2026-08-19 20:48:02 -05:00
nebula.pb.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
nebula.proto Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
notboring.go go fix (#1608) 2026-02-17 11:42:14 -05:00
outside.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
outside_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
pki.go Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
pki_hup_benchmark_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
pki_test.go Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
pprof_debug.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
pprof_nodebug.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
punchy.go Make HostInfo.remote atomic to fix torn reads on the send path (#1773) 2026-07-07 14:27:53 -04:00
punchy_test.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
README.md Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
relay_manager.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
relay_manager_test.go Reduce relay log spam (#1733) 2026-05-22 10:19:06 -05:00
remote_list.go correctly discard nil proto addresses (#1785) 2026-07-07 14:41:01 -05:00
remote_list_test.go Reset static host list addresses on change (#1713) 2026-05-15 15:35:49 -05:00
scheduler.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
scheduler_test.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
SECURITY.md add SECURITY.md (#864) 2023-05-09 11:25:21 -04:00
ssh.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
stats.go Support native Golang "fips140" mode (#1696) 2026-08-21 19:33:40 -04:00
stats_test.go Drop dependency on github.com/cyberdelia/go-metrics-graphite (#1832) 2026-08-20 09:46:41 -04:00
timeout.go Stop leaking goroutines past Control.Stop, consolidate punching in Punchy (#1708) 2026-05-06 16:21:16 -05:00
timeout_test.go go fix (#1608) 2026-02-17 11:42:14 -05:00

What is Nebula?

Nebula is a scalable overlay networking tool with a focus on performance, simplicity and security. It lets you seamlessly connect computers anywhere in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and Android. It can be used to connect a small number of computers, but is also able to connect tens of thousands of computers.

Nebula incorporates a number of existing concepts like encryption, security groups, certificates, and tunneling. What makes Nebula different to existing offerings is that it brings all of these ideas together, resulting in a sum that is greater than its individual parts.

Further documentation can be found here.

You can read more about Nebula here.

You can also join the NebulaOSS Slack group here.

Supported Platforms

Desktop and Server

Check the releases page for downloads or see the Distribution Packages section.

  • Linux - 64 and 32 bit, arm, and others
  • Windows
  • MacOS
  • Freebsd

Distribution Packages

Mobile (source code)

Technical Overview

Nebula is a mutually authenticated peer-to-peer software-defined network based on the Noise Protocol Framework. Nebula uses certificates to assert a node's IP address, name, and membership within user-defined groups. Nebula's user-defined groups allow for provider agnostic traffic filtering between nodes. Discovery nodes (aka lighthouses) allow individual peers to find each other and optionally use UDP hole punching to establish connections from behind most firewalls or NATs. Users can move data between nodes in any number of cloud service providers, datacenters, and endpoints, without needing to maintain a particular addressing scheme.

Nebula uses Elliptic-curve Diffie-Hellman (ECDH) key exchange and AES-256-GCM in its default configuration.

Nebula was created to provide a mechanism for groups of hosts to communicate securely, even across the internet, while enabling expressive firewall definitions similar in style to cloud security groups.

Getting started (quickly)

Don't want to manage your own PKI and lighthouses? Managed Nebula from Defined Networking handles all of this for you.

To set up a Nebula network, you'll need:

1. The Nebula binaries or Distribution Packages for your specific platform. Specifically you'll need nebula-cert and the specific nebula binary for each platform you use.

2. (Optional, but you really should..) At least one discovery node with a routable IP address, which we call a lighthouse.

Nebula lighthouses allow nodes to find each other, anywhere in the world. A lighthouse is the only node in a Nebula network whose IP should not change. Running a lighthouse requires very few compute resources, and you can easily use the least expensive option from a cloud hosting provider. If you're not sure which provider to use, a number of us have used $6/mo DigitalOcean droplets as lighthouses.

Once you have launched an instance, ensure that Nebula udp traffic (default port udp/4242) can reach it over the internet.

3. A Nebula certificate authority, which will be the root of trust for a particular Nebula network.

./nebula-cert ca -name "Myorganization, Inc"

This will create files named ca.key and ca.cert in the current directory. The ca.key file is the most sensitive file you'll create, because it is the key used to sign the certificates for individual nebula nodes/hosts. Please store this file somewhere safe, preferably with strong encryption.

Be aware! By default, certificate authorities have a 1-year lifetime before expiration. See this guide for details on rotating a CA.

4. Nebula host keys and certificates generated from that certificate authority

This assumes you have four nodes, named lighthouse1, laptop, server1, host3. You can name the nodes any way you'd like, including FQDN. You'll also need to choose IP addresses and the associated subnet. In this example, we are creating a nebula network that will use 192.168.100.x/24 as its network range. This example also demonstrates nebula groups, which can later be used to define traffic rules in a nebula network.

./nebula-cert sign -name "lighthouse1" -ip "192.168.100.1/24"
./nebula-cert sign -name "laptop" -ip "192.168.100.2/24" -groups "laptop,home,ssh"
./nebula-cert sign -name "server1" -ip "192.168.100.9/24" -groups "servers"
./nebula-cert sign -name "host3" -ip "192.168.100.10/24"

By default, host certificates will expire 1 second before the CA expires. Use the -duration flag to specify a shorter lifetime.

5. Configuration files for each host

Download a copy of the nebula example configuration.

  • On the lighthouse node, you'll need to ensure am_lighthouse: true is set.

  • On the individual hosts, ensure the lighthouse is defined properly in the static_host_map section, and is added to the lighthouse hosts section.

6. Copy nebula credentials, configuration, and binaries to each host

For each host, copy the nebula binary to the host, along with config.yml from step 5, and the files ca.crt, {host}.crt, and {host}.key from step 4.

DO NOT COPY ca.key TO INDIVIDUAL NODES.

7. Run nebula on each host

./nebula -config /path/to/config.yml

For more detailed instructions, find the full documentation here.

Building Nebula from source

Make sure you have go installed and clone this repo. Change to the nebula directory.

To build nebula for all platforms: make all

To build nebula for a specific platform (ex, Windows): make bin-windows

See the Makefile for more details on build targets

Curve P256 and FIPS 140-3 mode

The default curve used for cryptographic handshakes and signatures is Curve25519. This is the recommended setting for most users. If your deployment has certain compliance requirements, you have the option of creating your CA using nebula-cert ca -curve P256 to use NIST Curve P256. The CA will then sign certificates using ECDSA P256, and any hosts using these certificates will use P256 for ECDH handshakes.

Nebula can be built to support the FIPS 140-3 mode of Go by running either of the following make targets. (This sets GOFIPS140=v1.0.0, which must be done at compile time so that the correct AES-GCM can be used for FIPS 140-3 enforcement mode).

make fips140
make fips140 test
make release-fips140

Nebula can also be built using the BoringCrypto GOEXPERIMENT by running either of the following make targets.

make bin-boringcrypto
make release-boringcrypto

NOTE: boringcrypto support is deprecated and will be removed in the next release. Users should migrate to the native FIPS 140-3 mode described above.

This is not the recommended default deployment, but may be useful based on your compliance requirements.

Credits

Nebula was created at Slack Technologies, Inc by Nate Brown and Ryan Huber, with contributions from Oliver Fross, Alan Lam, Wade Simmons, and Lining Wang.