From c8fe45b95dd74001df430a003bd1367e89685805 Mon Sep 17 00:00:00 2001 From: gadmin Date: Wed, 31 Mar 2021 11:53:34 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'roles/firewall-vpn?= =?UTF-8?q?-l/files/ferm.conf'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/firewall-vpn-l/files/ferm.conf | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/roles/firewall-vpn-l/files/ferm.conf b/roles/firewall-vpn-l/files/ferm.conf index ad1b38f..31d5ec1 100644 --- a/roles/firewall-vpn-l/files/ferm.conf +++ b/roles/firewall-vpn-l/files/ferm.conf @@ -23,18 +23,11 @@ table filter { interface lo ACCEPT; # allow SSH connections - #interface ($DEV_VPN) { proto tcp dport ssh ACCEPT; - #} # allow DNS connections - #interface ($DEV_INT) { proto udp sport domain ACCEPT; - proto udp dport domain ACCEPT; - #} - - # DHCP - proto udp dport (67 68) ACCEPT; + proto udp dport domain ACCEPT; # allow IPsec interface ($DEV_AG $DEV_VPN) {