AS204406 Wireguard configuration

Home | Contact | Network Stats | BGP router specs | Bird2 config | Wireguard config | Servers | IPv6 Tools | How to: start and run your own ASN | Peering |

Work in progress / current configuration

Route48.org Wireguard

[Interface]
PrivateKey = [myprivatekey for Route48]
Address = [tunnel ipv6 from Route48]
ListenPort = [free port above 50000]
Table = off #yes table off so that bird can route itself

[Peer]
PublicKey = [publickey of Route48]
Endpoint = [wireguard server ip Route48:Port]
AllowedIPs = ::/0

Route64.org Wireguard

[Interface]
PrivateKey = [myprivatekey for Route64]
Address = [tunnel ipv6 from Route64]
ListenPort = [free port above 50000]
Table = off #yes table off so that bird can route itself

[Peer]
PublicKey = [publickey of Route64]
Endpoint = [wireguard server ip Route64:Port]
AllowedIPs = ::/0