From f3f4aa5c5498c5af4b9248807d9720b13891b2ab Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Sun, 18 Jan 2015 08:35:41 -0500
Subject: [PATCH] Added en+ Device in bastille firewall config to improve Centos 7 support.

---
 server/conf/bastille-firewall.cfg.master |    2 +-
 install/tpl/bastille-firewall.cfg.master |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/install/tpl/bastille-firewall.cfg.master b/install/tpl/bastille-firewall.cfg.master
index 728a731..408713d 100644
--- a/install/tpl/bastille-firewall.cfg.master
+++ b/install/tpl/bastille-firewall.cfg.master
@@ -75,7 +75,7 @@
 # use the "\" continuation character (so Bastille can change the
 # values if it is run more than once)
 TRUSTED_IFACES="lo"                                        # MINIMAL/SAFEST
-PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+"                        # SAFEST
+PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 
diff --git a/server/conf/bastille-firewall.cfg.master b/server/conf/bastille-firewall.cfg.master
index 2bb1bf2..9080f4e 100644
--- a/server/conf/bastille-firewall.cfg.master
+++ b/server/conf/bastille-firewall.cfg.master
@@ -75,7 +75,7 @@
 # use the "\" continuation character (so Bastille can change the
 # values if it is run more than once)
 TRUSTED_IFACES="lo"                                        # MINIMAL/SAFEST
-PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ eno+"                        # SAFEST
+PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 

--
Gitblit v1.9.1