[komaz.py] En fait, les vrais cons sont l'assistance technique progecarte.
* Les constructeurs de TPE font juste des menus imbitables.
This reverts commit d83034f77b
.
This commit is contained in:
parent
d83034f77b
commit
452a0da89b
1 changed files with 0 additions and 2 deletions
|
@ -129,11 +129,9 @@ class firewall(base.firewall_routeur):
|
||||||
self.add(table, chain, '-j %s' % self.ssh_on_https(table))
|
self.add(table, chain, '-j %s' % self.ssh_on_https(table))
|
||||||
self.add(table, chain, '-j %s' % self.connexion_secours(table))
|
self.add(table, chain, '-j %s' % self.connexion_secours(table))
|
||||||
self.add(table, chain, '-j %s' % self.blacklist_soft(table))
|
self.add(table, chain, '-j %s' % self.blacklist_soft(table))
|
||||||
self.add(table, chain, '-s terminal.crans.org -d 192.168.1.1 -j DNAT --to-destination 138.231.136.98')
|
|
||||||
|
|
||||||
chain = 'POSTROUTING'
|
chain = 'POSTROUTING'
|
||||||
self.add(table, chain, '-j %s' % self.connexion_appartement(table))
|
self.add(table, chain, '-j %s' % self.connexion_appartement(table))
|
||||||
self.add(table, chain, '-s terminal.crans.org -d 138.231.136.98 -j MASQUERADE')
|
|
||||||
return
|
return
|
||||||
|
|
||||||
def tunnel_6in4(self, table=None, apply=False):
|
def tunnel_6in4(self, table=None, apply=False):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue