From 5360ea308d6e88bddb8193fb31f01df9d4e5d17c Mon Sep 17 00:00:00 2001 From: "a.kazantsev" Date: Sat, 11 Jul 2026 02:17:32 +0300 Subject: [PATCH] 3 --- playbooks/mrwho/vm03-firewall.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mrwho/vm03-firewall.yml b/playbooks/mrwho/vm03-firewall.yml index dc073a8..4539941 100644 --- a/playbooks/mrwho/vm03-firewall.yml +++ b/playbooks/mrwho/vm03-firewall.yml @@ -117,5 +117,5 @@ - "firewall-cmd --permanent --policy lan-to-wan --add-ingress-zone internal" - "firewall-cmd --permanent --policy lan-to-wan --add-egress-zone public" - "firewall-cmd --permanent --policy lan-to-wan --set-target ACCEPT" - - "firewall-cmd --permanent --policy lan-to-wan --masquerade" + - "firewall-cmd --permanent --policy lan-to-wan --add-masquerade" notify: Reload firewalld \ No newline at end of file