From 9e30ef2c7c1fb2a2ce9f9da20b4e6a2753f5a23e Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 7 Oct 2023 17:08:33 -0400 Subject: fix --- modules/router.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/router.nix b/modules/router.nix index 47611ba..b54e61e 100644 --- a/modules/router.nix +++ b/modules/router.nix @@ -137,7 +137,7 @@ let log-debug dhcp-authoritative - enable-ra + # enable-ra address=/localhost/::1 address=/localhost/127.0.0.1 @@ -278,6 +278,8 @@ in { config = mkIf cfg.enable { boot.kernel.sysctl = { + "net.ipv6.conf.wan-vport.autoconf=" = false; + "net.ipv6.conf.wan-vport.accept_ra" = false; "net.ipv4.conf.all.forwarding" = true; "net.ipv4.conf.default.forwarding" = true; "net.ipv6.conf.all.forwarding" = true; -- cgit v1.2.3