From c0d36f9c916f33a6d87f871e0d74af82ca8c4dd3 Mon Sep 17 00:00:00 2001 From: clerie Date: Mon, 7 Dec 2020 18:56:04 +0100 Subject: [PATCH] Use autoconf ipv6 for ospf --- hosts/dn42-il-gw5/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/dn42-il-gw5/configuration.nix b/hosts/dn42-il-gw5/configuration.nix index 00e6d5b..86d3467 100644 --- a/hosts/dn42-il-gw5/configuration.nix +++ b/hosts/dn42-il-gw5/configuration.nix @@ -23,9 +23,9 @@ networking.useDHCP = false; # VM Nat Netz mercury networking.interfaces.ens18.ipv4.addresses = [ { address = "192.168.10.25"; prefixLength = 24; } ]; - # ? - networking.interfaces.ens19.useDHCP = true; - # Transport + # OSPF Netz + networking.interfaces.ens19.ipv6.addresses = []; + # Lokales Netz networking.interfaces.ens20.ipv6.addresses = [ { address = "fd56:4902:eca0:5::1"; prefixLength = 64; } ]; # IPv6 Uplink networking.interfaces.ens21.ipv6.addresses = [ { address = "2001:638:904:ffc9::a"; prefixLength = 64; } ];