Skip to content

Commit f3f4aa5

Browse files
author
Till Brehm
committed
Added en+ Device in bastille firewall config to improve Centos 7 support.
1 parent 355b48c commit f3f4aa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/tpl/bastille-firewall.cfg.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DNS_SERVERS="{DNS_SERVERS}"
7575
# use the "\" continuation character (so Bastille can change the
7676
# values if it is run more than once)
7777
TRUSTED_IFACES="lo" # MINIMAL/SAFEST
78-
PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+" # SAFEST
78+
PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+" # SAFEST
7979
INTERNAL_IFACES="" # SAFEST
8080

8181

server/conf/bastille-firewall.cfg.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ DNS_SERVERS="{DNS_SERVERS}"
7575
# use the "\" continuation character (so Bastille can change the
7676
# values if it is run more than once)
7777
TRUSTED_IFACES="lo" # MINIMAL/SAFEST
78-
PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ eno+" # SAFEST
78+
PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ en+" # SAFEST
7979
INTERNAL_IFACES="" # SAFEST
8080

8181

0 commit comments

Comments
 (0)