From bf3f70a4e75cba67b8c4689872669317a291c52b Mon Sep 17 00:00:00 2001 From: clerie Date: Sat, 23 Jan 2021 13:24:16 +0100 Subject: [PATCH] dn42 hosts disable reverse path check --- configuration/dn42/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/dn42/default.nix b/configuration/dn42/default.nix index 5ef8c8f..93ae00e 100644 --- a/configuration/dn42/default.nix +++ b/configuration/dn42/default.nix @@ -10,6 +10,8 @@ "net.ipv6.conf.all.forwarding" = true; }; + networking.firewall.checkReversePath = false; + # Open Firewall for BGP networking.firewall.allowedTCPPorts = [ 179 ]; # Open Fireall for OSPF