diff --git a/hosts/fw.cloonar.com/modules/firewall.nix b/hosts/fw.cloonar.com/modules/firewall.nix index 283e044..3ec9f39 100644 --- a/hosts/fw.cloonar.com/modules/firewall.nix +++ b/hosts/fw.cloonar.com/modules/firewall.nix @@ -70,9 +70,8 @@ # Allow networks to access the dns and dhcp iifname { "lan", + "vb-gitea", "podman0", - "server", - "vserver", "infrastructure", "wg_cloonar", "smart", @@ -81,8 +80,7 @@ iifname { "lan", "podman0", - "server", - "vserver", + "vb-gitea", "infrastructure", "wg_cloonar", "smart", @@ -113,15 +111,14 @@ # lan and vpn to any # TODO: disable wan when finished - iifname { "wan", "lan", "server", "vserver", "podman0", "wg_cloonar" } oifname { "lan", "server", "vserver", "podman0", "infrastructure", "multimedia", "smart", "wrwks", "wg_cloonar", "wg_epicenter", "wg_ghetto_at" } counter accept - iifname { "infrastructure" } oifname { "podman0", "server", "vserver" } counter accept + iifname { "wan", "lan", "vb-gitea", "podman0", "wg_cloonar" } oifname { "lan", "vb-gitea", "podman0", "infrastructure", "multimedia", "smart", "wrwks", "wg_cloonar", "wg_epicenter", "wg_ghetto_at" } counter accept + iifname { "infrastructure" } oifname { "podman0", "vb-omada" } counter accept # Allow trusted network WAN access iifname { "lan", "infrastructure", - "server", - "vserver", + "vb-gitea", "podman0", "multimedia", "smart",