From 8097c9a52189d24387ce9f977ce297c368ae51a6 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 2 Sep 2022 21:04:46 +0200 Subject: [PATCH] leon: remove route that is no longer necessary with NAT reflection from internal ipv4 address --- hosts/leon/default.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index e09d3146..4b497da8 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -87,12 +87,6 @@ in Destination = "172.20.0.0/14"; Gateway = config.c3d2.hosts.serv-gw.ip4; }; - } { - # for port forwardings - routeConfig = { - Destination = "${zentralwerk.lib.config.site.hosts.upstream4.interfaces.up4-pppoe.upstream.staticIpv4Address}/32"; - Gateway = config.c3d2.hosts.serv-gw.ip4; - }; } ]; };