From 925158472c862e7a14a9fb468f475697c249b1c2 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Apr 2018 12:18:22 +0200 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ymir.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ymir.nix b/ymir.nix index 0c2d4c2b..09997a56 100644 --- a/ymir.nix +++ b/ymir.nix @@ -926,11 +926,11 @@ in rec { subnet 10.141.0.0 netmask 255.255.0.0 { range 10.141.255.0 10.141.255.254; - option rfc3442-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1; - option ms-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1; + option rfc3442-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1, 24, 192, 168, 178, 10, 141, 1, 1; + option ms-classless-static-routes 24, 10, 141, 4, 10, 141, 1, 5, 24, 10, 141, 1, 10, 141, 1, 1, 24, 192, 168, 178, 10, 141, 1, 1; option domain-name "yggdrasil"; - option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4; + option domain-name-servers 10.141.1.1, 8.8.8.8, 8.8.4.4, 192.168.178.1; } ''; }; -- cgit v1.2.3