Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
900397c6
Commit
900397c6
authored
Jan 02, 2012
by
tbrehm
Browse files
Fixed: FS#1893 - Bastille firewall configuration without bond+ interface
parent
e942cfab
Changes
2
Hide whitespace changes
Inline
Side-by-side
install/tpl/bastille-firewall.cfg.master
View file @
900397c6
...
...
@@ -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+" # SAFEST
PUBLIC_IFACES="eth+ ppp+ slip+ venet+
bond+
" # SAFEST
INTERNAL_IFACES="" # SAFEST
...
...
server/conf/bastille-firewall.cfg.master
View file @
900397c6
...
...
@@ -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+" # SAFEST
PUBLIC_IFACES="eth+ ppp+ slip+ venet+
bond+
" # SAFEST
INTERNAL_IFACES="" # SAFEST
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment