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.
This commit is contained in:
Benoît S. 2012-10-08 16:19:22 +02:00
parent 44bb5925eb
commit b57dddf917

View file

@ -154,7 +154,7 @@ $IPT -N NEEDRESTRICT
$IPT -A INPUT -i lo -j ACCEPT $IPT -A INPUT -i lo -j ACCEPT
[ $IPV6 != 'off' ] && $IPT6 -A INPUT -i lo -j ACCEPT [ $IPV6 != 'off' ] && $IPT6 -A INPUT -i lo -j ACCEPT
# if OUTPUTDROP # 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 # on evite pas mal de paquets "martiens" effet de bord de virus
# notamment W32/Blaster qui attaquait windowsupdate.com # notamment W32/Blaster qui attaquait windowsupdate.com