diff --git a/gestion/gen_confs/firewall_new.py b/gestion/gen_confs/firewall_new.py index fc3d15ea..f22f6462 100755 --- a/gestion/gen_confs/firewall_new.py +++ b/gestion/gen_confs/firewall_new.py @@ -1013,8 +1013,8 @@ class firewall_komaz(firewall_crans) : for filtre in self.filtres_p2p : iptables('-A FILTRE_P2P -m ipp2p --%s -j LOG --log-prefix "IPP2P=%s "' % (filtre[0], filtre[1])) - #iptables('-A FILTRE_P2P -m ipp2p --%s -j REJECT --reject-with icmp-admin-prohibited' % filtre[0]) - iptables('-A FILTRE_P2P -m ipp2p --%s -j RETURN' % filtre[0]) + iptables('-A FILTRE_P2P -m ipp2p --%s -j REJECT --reject-with icmp-admin-prohibited' % filtre[0]) + #iptables('-A FILTRE_P2P -m ipp2p --%s -j RETURN' % filtre[0]) self.anim.cycle() for filtre in self.filtres_p2p_bloq: