This commit is contained in:
Gašper Dobrovoljc
2023-06-21 16:13:41 +02:00
parent f1d2e242d8
commit 312347df94
18 changed files with 69 additions and 2 deletions

View File

@@ -0,0 +1 @@
ospfd=yes

View File

@@ -0,0 +1,7 @@
interface wg0
ip ospf area 0.0.0.0
ip ospf network point-to-point
router ospf
redistribute connected
redistribute kernel

View File

@@ -0,0 +1,2 @@
interface wg0
ip address 192.168.0.2/24

View File

@@ -0,0 +1,10 @@
[Interface]
Address = 192.168.0.2/24
PrivateKey = +ExnETUyonPZX/8/yvhiVAlhLVDPIt9LoFCx+OCbPmY=
ListenPort = 13231
Table = off
[Peer]
PublicKey = XnjYy1wiQrdEK6/uR45RTxmJ5/U7a8RCvlD/XfcmETU=
AllowedIPs = 0.0.0.0/0
Endpoint = 10.40.0.114:13231

View File

@@ -0,0 +1,17 @@
version: "3.9"
services:
backbone:
build: ../..
container_name: backbone
ports:
- 13231:13231/udp
cap_add:
- NET_ADMIN
- CAP_SYS_ADMIN
sysctls:
- net.ipv4.conf.all.src_valid_mark=1
- net.ipv4.ip_forward=1
volumes:
- ./config/frr:/etc/frr
- ./config/wireguard:/etc/wireguard