Bug. La c'est bon c'est fini. c'est le dernier.
darcs-hash:20050518123549-f163d-a615ccbf2dda8f61fc7d14b95947dc03934d2da2.gz
This commit is contained in:
parent
9aef6a04ad
commit
96a86fbcfe
1 changed files with 1 additions and 1 deletions
|
@ -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) :
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue