Skip to content

Commit 5fd2b14

Browse files
author
Till Brehm
committed
Fixed: FS#3780 - bastille firewall missing eno+ in Centos 7, its blocking all connections.
1 parent 6935aa3 commit 5fd2b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+" # SAFEST
78+
PUBLIC_IFACES="eth+ ppp+ slip+ venet+ bond+ eno+" # SAFEST
7979
INTERNAL_IFACES="" # SAFEST
8080

8181

0 commit comments

Comments
 (0)