mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 19:22:24 +00:00
Merge pull request #1692 from holta/firewall-usability
iptables firewall: further clarify http-or-https (for Admin Console's box.lan/admin too)
This commit is contained in:
commit
da4fb34090
4 changed files with 12 additions and 12 deletions
|
@ -97,9 +97,9 @@ adm_cons_allow_downloads: False
|
|||
#
|
||||
#ports_externally_visible: 0 # none
|
||||
#ports_externally_visible: 1 # ssh only
|
||||
#ports_externally_visible: 2 # ssh + Admin Console
|
||||
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
|
||||
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
|
||||
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
|
||||
#ports_externally_visible: 5 # all but databases
|
||||
#
|
||||
# Or further customize your iptables firewall by editing:
|
||||
|
|
|
@ -46,9 +46,9 @@ hostapd_password: changeme
|
|||
#
|
||||
#ports_externally_visible: 0 # none
|
||||
#ports_externally_visible: 1 # ssh only
|
||||
#ports_externally_visible: 2 # ssh + Admin Console
|
||||
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
|
||||
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
|
||||
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
|
||||
#ports_externally_visible: 5 # all but databases
|
||||
#
|
||||
# Or further customize your iptables firewall by editing:
|
||||
|
|
|
@ -46,9 +46,9 @@ hostapd_password: changeme
|
|||
#
|
||||
#ports_externally_visible: 0 # none
|
||||
#ports_externally_visible: 1 # ssh only
|
||||
#ports_externally_visible: 2 # ssh + Admin Console
|
||||
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
|
||||
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
|
||||
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
|
||||
#ports_externally_visible: 5 # all but databases
|
||||
#
|
||||
# Or further customize your iptables firewall by editing:
|
||||
|
|
|
@ -46,9 +46,9 @@ hostapd_password: changeme
|
|||
#
|
||||
#ports_externally_visible: 0 # none
|
||||
#ports_externally_visible: 1 # ssh only
|
||||
#ports_externally_visible: 2 # ssh + Admin Console
|
||||
ports_externally_visible: 3 # ssh + Admin Console + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + Admin Console + common IIAB services + Samba
|
||||
#ports_externally_visible: 2 # ssh + http-or-https (for Admin Console's box.lan/admin too)
|
||||
ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
|
||||
#ports_externally_visible: 4 # ssh + http-or-https + common IIAB services + Samba
|
||||
#ports_externally_visible: 5 # all but databases
|
||||
#
|
||||
# Or further customize your iptables firewall by editing:
|
||||
|
|
Loading…
Reference in a new issue