No description
Find a file
2026-07-23 13:13:45 -05:00
.github Use go 1.26 (latest 1.26.5) (#1818) 2026-07-23 10:36:20 -05: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 Swap back to a blocking udp socket, test shutdown(2) (#1806) 2026-07-17 15:16:45 -05:00
config Search for config.yaml/yml in both service and cli mode (#1717) 2026-05-15 15:37:01 -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 Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
examples Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
firewall Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
handshake improve rejection of malformed handshakes (#1756) 2026-06-10 09:28:07 -05:00
header refactor readOutsidePackets (#1642) 2026-05-06 12:23:27 -04:00
iputil iputil: fix infinite loop in ipv6FindUpperProtocol from uint8 extension-header length overflow (#1784) 2026-07-07 13:28:52 -05:00
logging Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -05:00
noiseutil Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
overlay Make Control safe to stop and wait on from any lifecycle state (#1794) 2026-07-10 10:35:17 -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 Make Control safe to stop and wait on from any lifecycle state (#1794) 2026-07-10 10:35:17 -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 Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
util Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -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 v1.11.0 changelog (#1792) 2026-07-23 13:13:45 -05:00
CODEOWNERS #ECCN:Open Source in CODEOWNERS (#1632) 2026-03-16 17:07:40 -04:00
connection_manager.go Relay log fix (#1765) 2026-06-16 11:38:34 -05:00
connection_manager_test.go Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
connection_state.go add locks around replay window updates (#1802) 2026-07-20 10:28:53 -05:00
connection_state_test.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
control.go Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
control_lifecycle_test.go Make Control safe to stop and wait on from any lifecycle state (#1794) 2026-07-10 10:35:17 -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 Use go 1.26 (latest 1.26.5) (#1818) 2026-07-23 10:36:20 -05:00
go.sum Bump the golang-x-dependencies group across 1 directory with 5 updates (#1800) 2026-07-22 15:51:22 -04:00
handshake_manager.go Be less verbose with handshake send errors (#1810) 2026-07-23 09:26:45 -05:00
handshake_manager_test.go Handshake state machine (#1656) 2026-04-30 21:30:27 -05:00
hostmap.go Fix relay re-establishment for handshake on Disestablised entry (#1805) 2026-07-17 11:57:47 -04: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 Be less verbose with handshake send errors (#1810) 2026-07-23 09:26:45 -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 Make Control safe to stop and wait on from any lifecycle state (#1794) 2026-07-10 10:35:17 -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 Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
lighthouse_test.go Reset static host list addresses on change (#1713) 2026-05-15 15:35:49 -05:00
LOGGING.md Don't log invalid certificates (#1116) 2024-04-29 15:21:00 -05:00
main.go Rebind for MacOS (#1816) 2026-07-23 09:26:24 -05:00
Makefile Add smoke test for ipv6 (#1764) 2026-06-16 12:13:05 -04:00
message_metrics.go refactor readOutsidePackets (#1642) 2026-05-06 12:23:27 -04: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 add locks around replay window updates (#1802) 2026-07-20 10:28:53 -05:00
outside_test.go fix firewall port/proto bypass in parseV6 from uint8 extension-header length overflow (#1789) 2026-07-07 20:43:26 -05:00
pki.go Remove the global noiseEndianness var (#1707) 2026-05-06 17:37:03 -05:00
pki_hup_benchmark_test.go Switch to slog, remove logrus (#1672) 2026-04-27 09:41:47 -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 Add a small link to DN Managed Nebula (#1641) 2026-03-30 16:20:21 -04:00
relay_manager.go don't make new relay state on a just-discarded tunnel (#1796) 2026-07-10 12:02:17 -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 disallow negative stats intervals (#1754) 2026-06-10 09:27:40 -05:00
stats_test.go Make stats a server we can reconfigure and start/stop (#1670) 2026-04-27 12:25:24 -05: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 BoringCrypto

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.

In addition, Nebula can be built using the BoringCrypto GOEXPERIMENT by running either of the following make targets:

make bin-boringcrypto
make release-boringcrypto

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.