diff options
author | Asbjørn Sloth Tønnesen <asbjorn@labitat.dk> | 2024-02-21 23:11:19 +0000 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2024-02-22 21:05:10 +0100 |
commit | 851a1ddc003fd023ae7e3d515732f21f40969de8 (patch) | |
tree | 5913e63f6710d4bee7651405f0fd129fe83a71da /roles/space_server/templates | |
parent | 1840d35e8cb5e5d0b9f91ce9660f056e1c6d4f87 (diff) | |
download | labitat-ansible-851a1ddc003fd023ae7e3d515732f21f40969de8.tar.gz labitat-ansible-851a1ddc003fd023ae7e3d515732f21f40969de8.tar.xz labitat-ansible-851a1ddc003fd023ae7e3d515732f21f40969de8.zip |
space_server: networkd: add new secondary Labicolo network
This completes the split of Labicolo into two networks.
Henceforth we have two Labicolo network, and any two
Labicolo nodes on different parts of the network will
have to join LabIX, if they want to peer.
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@labitat.dk>
Diffstat (limited to 'roles/space_server/templates')
-rw-r--r-- | roles/space_server/templates/nftables.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/space_server/templates/nftables.conf.j2 b/roles/space_server/templates/nftables.conf.j2 index d4fe277..2724ca4 100644 --- a/roles/space_server/templates/nftables.conf.j2 +++ b/roles/space_server/templates/nftables.conf.j2 @@ -46,7 +46,7 @@ define futu_net6 = 2a01:4262:1ab:f::/64 define nat64_if = nat64 define nat64_net4 = 10.42.128.0/17 -define colo_if = lan20 +define colo_if = { lan20, lan21 } define tor_if = lan25 define tor_net4 = 185.38.175.128/28 |