From fb5cfd9d81dea21f041c1f826006b19c57a0fc94 Mon Sep 17 00:00:00 2001 From: clerie Date: Wed, 16 Dec 2020 12:59:41 +0100 Subject: [PATCH] Import Nat Netz Mercury to OSPF --- hosts/nonat/configuration.nix | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/hosts/nonat/configuration.nix b/hosts/nonat/configuration.nix index 2cbcd54..a9791e7 100644 --- a/hosts/nonat/configuration.nix +++ b/hosts/nonat/configuration.nix @@ -73,7 +73,7 @@ ipv6 table ospf6; ipv4 table ospf4; - protocol direct { + protocol direct direct_lo { interface "lo"; ipv6 { table ospf6; @@ -83,6 +83,16 @@ }; } + protocol direct direct_ens19 { + interface "ens19"; + ipv6 { + table ospf6; + }; + ipv4 { + table ospf4; + }; + } + protocol kernel kernel_6 { ipv6 { table ospf6;