From 15e8ba6b1095ca48af116e0d0cce55f83288ba99 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Tue, 14 Sep 2021 10:13:50 +0200 Subject: [PATCH] =?UTF-8?q?ajout=20r=C3=A8gle=20pour=20tout=20autoriser=20?= =?UTF-8?q?en=20sortie=20avec=20minifirewall?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoNetfilter.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HowtoNetfilter.md b/HowtoNetfilter.md index 09c39a5a..9c32946d 100644 --- a/HowtoNetfilter.md +++ b/HowtoNetfilter.md @@ -190,3 +190,11 @@ Connected to portquiz.net. Escape character is '^]'. ~~~ +### Tout autoriser en sortie (IPv4) + +Si l'on veut tout autoriser en sortie (TCP, UDP), voici la règle à ajouter : + +~~~ +$IPT -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT +~~~ +