From 5fd2b145c2e55ae0d4c394cb2fe0b903802316ce Mon Sep 17 00:00:00 2001
From: Till Brehm <tbrehm@ispconfig.org>
Date: Mon, 5 Jan 2015 07:39:58 +0100
Subject: [PATCH] Fixed: FS#3780 - bastille firewall missing eno+ in Centos 7,
 its blocking all connections.

---
 server/conf/bastille-firewall.cfg.master | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/conf/bastille-firewall.cfg.master b/server/conf/bastille-firewall.cfg.master
index b2b6536253..2bb1bf28e1 100644
--- a/server/conf/bastille-firewall.cfg.master
+++ b/server/conf/bastille-firewall.cfg.master
@@ -75,7 +75,7 @@ DNS_SERVERS="{DNS_SERVERS}"
 # 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+ eno+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 
-- 
GitLab