A scalable overlay networking tool with a focus on performance, simplicity and security
  • Go 99%
  • Makefile 0.6%
  • Assembly 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Wade Simmons 3fc627e08d
Add script to backport a merged PR to a release branch (#1851)
* Add script to backport a merged PR to a release branch

.github/backport.sh cherry-picks a merged PR's commit onto a release
branch and opens a backport PR mirroring the shape of #1842.

- Infers the target release from the PR's milestone (v1.12.0 -> release-1.11);
  an explicit target-version argument overrides it.
- Requires a clean working tree (untracked files allowed) before starting.
- Prompts with the exact push and gh pr create commands before running them.
- Sets the new PR's milestone to the highest open v<target>.* milestone.
- Removes the needs-backport label from the original PR once the backport opens.
- Supports --continue to resume after resolving cherry-pick conflicts.

* cleanup

* just fetch all of origin

We need to ensure we have MERGE_SHA available too
2026-09-14 16:14:43 -04:00
.github Add script to backport a merged PR to a release branch (#1851) 2026-09-14 16:14:43 -04:00
cert apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
cert_test Fix flakey cert tests (#1728) 2026-05-18 11:10:30 -05:00
cmd apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
config apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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 apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
examples disable offloads by default for first release (#1858) 2026-08-24 12:33:08 -05:00
firewall apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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 save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -05:00
logging Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
noiseutil apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
overlay apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
pkclient Set CKA_VALUE_LEN attribute in DeriveNoise (#1482) 2025-09-25 13:24:52 -05:00
routing apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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 apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
udp apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
util apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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 apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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 v1.11.1 Changelog (#1857) 2026-09-08 13:50:27 -04:00
CODEOWNERS #ECCN:Open Source in CODEOWNERS (#1632) 2026-03-16 17:07:40 -04:00
connection_manager.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05:00
connection_manager_test.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05:00
connection_state.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
connection_state_test.go apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
control.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05:00
control_lifecycle_test.go apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04:00
control_test.go correctly discard nil proto addresses (#1785) 2026-07-07 14:41:01 -05:00
control_tester.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -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 save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -05:00
firewall_test.go save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -05:00
go.mod Bump golang.org/x/net in the golang-x-dependencies group (#1876) 2026-09-14 10:01:25 -04:00
go.sum Bump golang.org/x/net in the golang-x-dependencies group (#1876) 2026-09-14 10:01:25 -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 Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05:00
hostmap_test.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05:00
hostmap_tester.go go fix (#1608) 2026-02-17 11:42:14 -05:00
inside.go Recompute the transport checksum on self-forwarded packets (#1862) 2026-08-27 16:10:32 -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
inside_test.go save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -05:00
interface.go Fold the rebind counter and traffic flags into one atomic word (#1820) 2026-08-26 15:15:37 -05: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 Drop hostQueries to our overlay addresses (#1866) 2026-09-04 11:26:08 -04:00
lighthouse_test.go Drop hostQueries to our overlay addresses (#1866) 2026-09-04 11:26:08 -04:00
LOGGING.md Don't log invalid certificates (#1116) 2024-04-29 15:21:00 -05:00
main.go respect setting for tun.pin_threads_key (#1861) 2026-08-27 12:31:08 -05:00
main_test.go the definitive tun offloads branch (#1704) 2026-08-21 11:57:38 -05:00
Makefile Recompute the transport checksum on self-forwarded packets (#1862) 2026-08-27 16:10:32 -05: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 save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -05:00
outside_test.go save about 10MB of RAM by not importing gopacket except for tests (#1864) 2026-08-28 14:00:09 -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 apply go fix for Go 1.26 (#1867) 2026-09-14 09:25:35 -04: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.