From b57dddf91707b3fcec65146bb2865aaf05212bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Mon, 8 Oct 2012 16:19:22 +0200 Subject: [PATCH] By default allow outgoing packets on loopback. This is needed since the new policy of dropping all outgoing UDP packets, especially when there is a local bind. --- minifirewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minifirewall b/minifirewall index 4363658..4420080 100755 --- a/minifirewall +++ b/minifirewall @@ -154,7 +154,7 @@ $IPT -N NEEDRESTRICT $IPT -A INPUT -i lo -j ACCEPT [ $IPV6 != 'off' ] && $IPT6 -A INPUT -i lo -j ACCEPT # if OUTPUTDROP -#$IPT -A OUTPUT -o lo -j ACCEPT +$IPT -A OUTPUT -o lo -j ACCEPT # on evite pas mal de paquets "martiens" effet de bord de virus # notamment W32/Blaster qui attaquait windowsupdate.com