1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update local_vars_big.yml

This commit is contained in:
A Holt 2020-05-09 15:03:55 -04:00 committed by GitHub
parent 1b8aca2304
commit d7a6e2390e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,9 @@ host_wifi_mode: g
host_channel: 6 host_channel: 6
hostapd_secure: False hostapd_secure: False
hostapd_password: changeme hostapd_password: changeme
wifi_up_down: True # Creates a second virtual wifi adapter for WiFi upstream to internet wifi_up_down: True # Creates a 2nd virtual wifi adapter for upstream WiFi
# as well as classroom hotspot, use iiab_gateway_enabled for pass through # (e.g. to Internet) in addition to downstream WiFi (e.g. classroom hotspot).
# You can set iiab_gateway_enabled below, to enable "passthrough" to Internet.
# See "How do I set a static IP address?" for Ethernet, in http://FAQ.IIAB.IO # See "How do I set a static IP address?" for Ethernet, in http://FAQ.IIAB.IO
wan_ip: dhcp # wan_ip: 192.168.1.99 wan_ip: dhcp # wan_ip: 192.168.1.99
@ -71,7 +72,7 @@ ports_externally_visible: 3 # ssh + http-or-https + common IIAB services
# /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables # /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables
# And then run: cd /opt/iiab/iiab; ./iiab-network # And then run: cd /opt/iiab/iiab; ./iiab-network
# Make this True if client machines should have access to WAN/Internet: # Set True if client machines should have "passthrough" access to WAN/Internet:
iiab_gateway_enabled: False iiab_gateway_enabled: False
dhcpd_install: False dhcpd_install: False