Allow all output on lo interface for IPv6.

This commit is contained in:
Benoît S. 2014-03-12 16:22:15 +01:00
parent ce1d628516
commit 705c4683a2
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ $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
[ $IPV6 != 'off' ] && $IPT6 -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