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

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

diff --git a/server/conf/bastille-firewall.cfg.master b/server/conf/bastille-firewall.cfg.master
index b2b6536..2bb1bf2 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+"                        # SAFEST
+PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ eno+"                        # SAFEST
 INTERNAL_IFACES=""                                # SAFEST
 
 

--
Gitblit v1.9.1