Faut p'tet aussi laisser passer les gentils adhrents vers l'extrieur...
darcs-hash:20050518120836-d1718-ecb0c8e973577810c6fe6b3c3ec8c7afd5d71a9d.gz
This commit is contained in:
parent
10e1bbff1c
commit
9c1555ec60
1 changed files with 1 additions and 0 deletions
|
@ -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) :
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue