[firewall] Ouverture du protocole GRE pour les VPN institutionnels
darcs-hash:20100915173131-ffbb2-24c6853350d5a406a11a169bd50be91c18e0f55a.gz
This commit is contained in:
parent
d673a88c8e
commit
5c628ef28e
1 changed files with 2 additions and 0 deletions
|
@ -881,6 +881,8 @@ class firewall_komaz(firewall_crans) :
|
||||||
def crans_vers_ext(self) :
|
def crans_vers_ext(self) :
|
||||||
""" Reconstruit la chaîne CRANS_VERS_EXT """
|
""" Reconstruit la chaîne CRANS_VERS_EXT """
|
||||||
self.build_chaine_adherent('CRANS_VERS_EXT',self.__crans_vers_ext)
|
self.build_chaine_adherent('CRANS_VERS_EXT',self.__crans_vers_ext)
|
||||||
|
# Protocole GRE pour les VPN
|
||||||
|
iptables("-I CRANS_VERS_EXT -p gre -j ACCEPT")
|
||||||
|
|
||||||
def ext_vers_crans(self) :
|
def ext_vers_crans(self) :
|
||||||
""" Reconstruit la chaîne EXT_VERS_CRANS """
|
""" Reconstruit la chaîne EXT_VERS_CRANS """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue