This repository contains the peering configuration for each of our DN42 routers.
Pull-requests are welcomed by users requesting peering to one or more locations. Information about nodes and configuration information about each location can be found on our site.
Please note that prefixes are subject to the following:
- Must be within DN42 IPv4 or IPv6 address space
- Must not be RPKI invalid (properly configured in the registry, see getting started)
- Fork this repository
- Update the appropriate router with your peering information
- Create a PR
Once approved and merged, your configuration will be distributed to our network. Please allow some time for the process to complete.
- Multi-protocol (IPv4/IPv6) with Extended Nexthop Capability (Preferred)
- name: YOUR-PEER-NAME # Name your connection; please use capital letters and dashes only
asn: 4242420000 # Your DN42 ASN
ipv6: fe80::1234 # Your IPv6 tunnel address (Link-local preferred, /64 assumed unless specified)
multiprotocol: true # Send both IPv4 and IPv6 AFIs in the same BGP session
extended_nexthop: true # Enable BGP Extended Nexthop Capability
sessions: [ipv6] # Protocol to use for session connection (ipv6)
wireguard:
remote_address: 2001:db8:abcd:ef::1 # Your clear net/public IPv4 or IPv6 address (or FQDN)
remote_port: 20207 # Your WireGuard Listen Port
public_key: abdcefabdcefabdcefabdcefabdcefabdcefabdcefg= # Your WireGuard Public Key
- Multi-protocol (IPv4/IPv6)
- name: YOUR-PEER-NAME # Name your connection; please use capital letters and dashes only
asn: 4242420000 # Your DN42 ASN
ipv4: 172.20.0.1 # Your IPv4 tunnel/endpoint address
ipv6: fe80::1234 # Your IPv6 tunnel address (Link-local preferred, /64 assumed unless specified)
multiprotocol: true # Send both IPv4 and IPv6 AFIs in the same BGP session
sessions: [ipv6] # Protocol to use for session connection (ipv4 or ipv6)
wireguard:
remote_address: 2001:db8:abcd:ef::1 # Your clear net/public IPv4 or IPv6 address (or FQDN)
remote_port: 20207 # Your WireGuard Listen Port
public_key: abdcefabdcefabdcefabdcefabdcefabdcefabdcefg= # Your WireGuard Public Key
- IPv4 and IPv6 in separate sessions
- name: YOUR-PEER-NAME # Name your connection; please use capital letters and dashes only
asn: 4242420000 # Your DN42 ASN
ipv4: 172.20.0.1 # Your IPv4 tunnel/endpoint address
ipv6: fe80::1234 # Your IPv6 tunnel address (Link-local preferred, /64 assumed unless specified)
sessions: [ipv4,ipv6] # Protocol to use for session connection (ipv4 and ipv6)
wireguard:
remote_address: 2001:db8:abcd:ef::1 # Your clear net/public IPv4 or IPv6 address (or FQDN)
remote_port: 20207 # Your WireGuard Listen Port
public_key: abdcefabdcefabdcefabdcefabdcefabdcefabdcefg= # Your WireGuard Public Key
- IPv4 Only
- name: YOUR-PEER-NAME # Name your connection; please use capital letters and dashes only
asn: 4242420000 # Your DN42 ASN
ipv4: 172.20.0.1 # Your IPv4 tunnel/endpoint address
sessions: [ipv4] # Protocol to use for session connection (ipv4)
wireguard:
remote_address: 2001:db8:abcd:ef::1 # Your clear net/public IPv4 or IPv6 address (or FQDN)
remote_port: 20207 # Your WireGuard Listen Port
public_key: abdcefabdcefabdcefabdcefabdcefabdcefabdcefg= # Your WireGuard Public Key
- IPv6 Only
- name: YOUR-PEER-NAME # Name your connection; please use capital letters and dashes only
asn: 4242420000 # Your DN42 ASN
ipv6: fe80::1234 # Your IPv6 tunnel address (Link-local preferred, /64 assumed unless specified)
sessions: [ipv6] # Protocol to use for session connection (ipv4 or ipv6)
wireguard:
remote_address: 2001:db8:abcd:ef::1 # Your clear net/public IPv4 or IPv6 address (or FQDN)
remote_port: 20207 # Your WireGuard Listen Port
public_key: abdcefabdcefabdcefabdcefabdcefabdcefabdcefg= # Your WireGuard Public Key