From 47aaa705587331bb86fb17a64c239a6f602bbeda Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 2 Jul 2024 00:59:24 -0500 Subject: [PATCH] General internal masquerade --- modules/router/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/router/default.nix b/modules/router/default.nix index f4f8245..4479b30 100644 --- a/modules/router/default.nix +++ b/modules/router/default.nix @@ -112,7 +112,7 @@ in chain postrouting { type nat hook postrouting priority 100; policy accept; oifname $WAN masquerade - ip saddr 192.168.20.0/24 masquerade + iifname $BRIDGE oifname $BRIDGE masquerade } } '';