diff --git a/hosts/nonat/configuration.nix b/hosts/nonat/configuration.nix index d9ec5f0..ac241a6 100644 --- a/hosts/nonat/configuration.nix +++ b/hosts/nonat/configuration.nix @@ -73,6 +73,19 @@ ipv6 table ospf6; ipv4 table ospf4; + protocol static static_6 { + ipv6 { + table ospf6; + }; + route 2001:638:904::/48 via ${config.networking.defaultGateway6.address}; + } + protocol static static_4 { + ipv4 { + table ospf4; + }; + route 141.24.0.0/16 via ${config.networking.defaultGateway.address}; + } + protocol direct direct_lo { interface "lo"; ipv6 {