// Technical guide // Network · WireGuard · BGP

WireGuard & BGP
in Proxmox VE SDN

Proxmox VE 9.2 added native WireGuard and BGP support to SDN. You get encrypted transport between nodes, fine-grained route-redistribution control (route maps, prefix lists), OSPF redistribution and IPv6 as an EVPN underlay.

// Table of Contents
  1. Encrypted transport
  2. Route maps and prefix lists
  3. What we inject into the fabric
  4. EVPN over IPv6
// 01 · WireGuard

Encrypted transport

WireGuard lets you set up a VPN between Proxmox nodes (and external nodes). On its own it does not route dynamically — it's a tunnel. You pair it with a layer-3 protocol (OSPF, BGP) to get encrypted, dynamically routed transport that can carry e.g. EVPN or VXLAN traffic between sites.

ℹ️

A typical scenario: two data centres connected over the Internet — WireGuard encrypts the link while BGP/OSPF on top provides routing for the SDN overlay.

// 02 · BGP and EVPN

Route maps and prefix lists

The BGP and EVPN controllers now take an incoming and an outgoing route map. The incoming map runs against routes received from a peer before they're installed; the outgoing map runs against routes before you announce them. Combined with prefix lists this gives fine-grained control over what enters and leaves the fabric.

// 03 · OSPF redistribution

What we inject into the fabric

For an OSPF fabric you can choose which routes the BGP router on each node should redistribute into the fabric. Supported sources:

An optional route map can be attached per source to further shape the announced routes.

// 04 · IPv6 underlay

EVPN over IPv6

EVPN controllers can now be configured with IPv6 peer addresses — so the EVPN underlay can run fully over IPv6. That matters for modern, IPv6-first environments and large deployments.

💡

You can conveniently inspect the state of these connections and learned routes in the UI — see SDN/EVPN monitoring.

We'll connect your sites over SDN

We'll design encrypted, routed transport (WireGuard + BGP/OSPF) and an EVPN overlay between data centres — securely and under control.

⚡ Free consultation → SDN Fabrics