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