From 95da394e016383ba8d791d839049c60e328418b4 Mon Sep 17 00:00:00 2001 From: hexchen Date: Fri, 15 Jan 2021 23:40:48 +0000 Subject: [PATCH] hainich/nat: add docker and container IPs for some reason, masquerading by interface does not work atm, should fix itself with a host reboot though. --- hosts/hainich/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/hainich/configuration.nix b/hosts/hainich/configuration.nix index aedeefa..96ffd40 100644 --- a/hosts/hainich/configuration.nix +++ b/hosts/hainich/configuration.nix @@ -53,6 +53,7 @@ hacc.nftables.nat.enable = true; networking.nat.internalInterfaces = ["ve-+"]; + networking.nat.internalIPs = [ "192.168.100.0/24" "172.17.0.0/16" ]; networking.nat.externalInterface = "enp6s0";