From aff98955f33699208021e9180b82dfe0bacc4e1b Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 8 Dec 2020 13:36:42 +0100 Subject: [PATCH] Don't use ip rules for now --- hosts/dn42-il-gw5/configuration.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index 8da3098..69566ab 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -36,14 +36,14 @@ networking.defaultGateway6 = { address = "2001:638:904:ffc9::1"; interface = "ens21"; }; networking.nameservers = [ "2001:638:904:ffcc::3" "2001:638:904:ffcc::4" "141.24.40.3" "141.24.40.4" ]; - networking.localCommands = '' - ip -6 rule flush - ip -6 rule add lookup main prio 32000 - ip -6 rule add from all to fd56:4902:eca0::/48 lookup 1337 prio 10000 - ip -6 rule add from all to all lookup 2342 prio 10000 - ip -6 rule add from all to fd56:4902:eca0::/48 unreachable prio 20000 - ip -6 rule add from fd56:4902:eca0::/48 to all unreachable prio 20000 - ''; + #networking.localCommands = '' + #ip -6 rule flush + #ip -6 rule add lookup main prio 32000 + #ip -6 rule add from all to fd56:4902:eca0::/48 lookup 1337 prio 10000 + #ip -6 rule add from all to all lookup 2342 prio 10000 + #ip -6 rule add from all to fd56:4902:eca0::/48 unreachable prio 20000 + #ip -6 rule add from fd56:4902:eca0::/48 to all unreachable prio 20000 + #''; services.bird2.enable = true; services.bird2.config = ''