Bug. La c'est bon c'est fini. c'est le dernier.

darcs-hash:20050518123549-f163d-a615ccbf2dda8f61fc7d14b95947dc03934d2da2.gz
This commit is contained in:
segaud 2005-05-18 14:35:49 +02:00
parent 9aef6a04ad
commit 96a86fbcfe

View file

@ -106,7 +106,7 @@ class firewall_komaz(firewall_crans) :
iptables("-t nat -I PREROUTING 6 -i %s -j ACCEPT" % self.eth_ext ) iptables("-t nat -I PREROUTING 6 -i %s -j ACCEPT" % self.eth_ext )
iptables("-t nat -I PREROUTING 6 -s %s -j ACCEPT" % self.zone_serveur ) iptables("-t nat -I PREROUTING 6 -s %s -j ACCEPT" % self.zone_serveur )
iptables("-t nat -I PREROUTING 6 -d %s -j ACCEPT" % self.zone_serveur ) iptables("-t nat -I PREROUTING 6 -d %s -j ACCEPT" % self.zone_serveur )
iptables("-t nat -R PREROUTING 5 -i %s -j RESEAUX_NON_ROUTABLES_SRC" % self.zone_serveur ) iptables("-t nat -R PREROUTING 5 -i %s -j RESEAUX_NON_ROUTABLES_SRC" % self.eth_ext )
print OK print OK
def filter_table_tweaks(self) : def filter_table_tweaks(self) :