add peers

This commit is contained in:
Laura Hausmann 2020-04-04 03:14:47 +02:00
parent 5f7ea26071
commit ffadd98117
Signed by: zotan
GPG key ID: 5EC1D38FFC321311
6 changed files with 60 additions and 0 deletions

View file

@ -0,0 +1,7 @@
protocol bgp AS4242423905_weiti from dnpeers {
neighbor 172.20.175.195 as 4242423905;
}
protocol bgp AS4242423905_weiti_v6 from dnpeers {
neighbor fe80::42%dn42p5 as 4242423905;
}

View file

@ -0,0 +1,13 @@
[NetDev]
Name = dn42p5
Kind = wireguard
Description = WireGuard
[WireGuard]
ListenPort = 42425
PrivateKeyFile = /etc/wireguard/private.key
[WireGuardPeer]
PublicKey = OxX4oGg6XCefMLKqC3T9wmQfwvvkVg1O9PRx5quLrXA=
Endpoint = dn42-gw.weiti.org:22341
AllowedIPs = 172.16.0.0/12,10.0.0.0/8,fd00::/8,fe80::/10

View file

@ -0,0 +1,10 @@
[Match]
Name = dn42p5
[Address]
Address = fe80::2342/128
Peer = fe80::42/128
[Address]
Address = 172.20.177.33/32
Peer = 172.20.175.195/32

View file

@ -0,0 +1,7 @@
protocol bgp AS4242423905_weiti from dnpeers {
neighbor 172.20.175.193 as 4242423905;
}
protocol bgp AS4242423905_weiti_v6 from dnpeers {
neighbor fe80::42%dn42p3 as 4242423905;
}

View file

@ -0,0 +1,13 @@
[NetDev]
Name = dn42p3
Kind = wireguard
Description = WireGuard
[WireGuard]
ListenPort = 42423
PrivateKeyFile = /etc/wireguard/private.key
[WireGuardPeer]
PublicKey = r0B2r7XcpplqtrbIvnKGUvarvfe15qS9Qrd4bg5Bwyw=
Endpoint = dn42-de01.weiti.org:22341
AllowedIPs = 172.16.0.0/12,10.0.0.0/8,fd00::/8,fe80::/10

View file

@ -0,0 +1,10 @@
[Match]
Name = dn42p3
[Address]
Address = fe80::3/128
Peer = fe80::42/128
[Address]
Address = 172.20.177.34/32
Peer = 172.20.175.193/32