From cf67e61ee1525a6839086db7f5782a445cc7d8b8 Mon Sep 17 00:00:00 2001 From: Polaire Date: Sun, 9 Feb 2025 18:58:57 +0100 Subject: [PATCH] =?UTF-8?q?Actualiser=2004=20-=20R=C3=A8gles=20IPTables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 04 - R%C3%A8gles IPTables.-.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/04 - R%C3%A8gles IPTables.-.md b/04 - R%C3%A8gles IPTables.-.md index bc1b0af..7f98599 100644 --- a/04 - R%C3%A8gles IPTables.-.md +++ b/04 - R%C3%A8gles IPTables.-.md @@ -1,3 +1,25 @@ +# A - Installation IPTables + +## A1 - Présentation IPTables + +Projet NetFilter + +## A2 - Alternatives et surcouches + +Firewalld, par défaut sous les distributions de la famile Red Hat. + +## A3 - Installation et configuration de base + +On commence par désinstaller ufw pour éviter tout conflit. + +``` +apt remove ufw +``` + +![](https://git.yh.genj.fr/polaire/IAUX060_Securite_des_reseaux_2/raw/commit/9f60ed4da1070bc79eb02c04531fe34659ce898a/capture/remove_ufw.png) + +Supprimez nftables et installez iptables + # B - Première configuration