Faut p'tet aussi laisser passer les gentils adhrents vers l'extrieur...

darcs-hash:20050518120836-d1718-ecb0c8e973577810c6fe6b3c3ec8c7afd5d71a9d.gz
This commit is contained in:
bernat 2005-05-18 14:08:36 +02:00
parent 10e1bbff1c
commit 9c1555ec60

View file

@ -107,6 +107,7 @@ class firewall_komaz(firewall_crans) :
iptables("-t nat -I PREROUTING 7 -d %s -j ACCEPT" % self.zone_serveur )
iptables("-t nat -I PREROUTING 8 -s %s -j ACCEPT" % self.zone_serveur )
iptables("-t nat -I PREROUTING 9 -i %s -j ACCEPT" % self.eth_ext )
iptables("-t nat -I PREROUTING 10 -i %s -j TEST_MAC-IP" % self.eth_int )
print OK
def filter_table_tweaks(self) :