diff --git a/vars/local_vars_unittest.yml b/vars/local_vars_unittest.yml index 34953288f..6145dabc8 100644 --- a/vars/local_vars_unittest.yml +++ b/vars/local_vars_unittest.yml @@ -66,7 +66,9 @@ wifi_hotspot_capacity_rpi_fix: True # Restores the ability of RPi internal # https://github.com/iiab/iiab/issues/823#issuecomment-662285202 and PR #2472. wifi_up_down: True # Creates a 2nd virtual WiFi adapter for upstream WiFi # (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. + +# Set True if client machines should have "passthrough" access to WAN/Internet: +iiab_gateway_enabled: False # 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 @@ -79,6 +81,7 @@ wan_gateway: # wan_gateway: 192.168.1.254 # dnsmasq-specified upstream DNS [e.g. wan_nameserver] but its LAN clients do!) wan_nameserver: # wan_nameserver: 192.168.1.254 or 8.8.8.8 or 1.1.1.1 wan_try_dhcp_before_static_ip: True # Facilitate field updates w/ cablemodems +# Details @ roles/network/templates/network/dhcpcd.conf.j2 for /etc/dhcpcd.conf # Enable "campus access" to ~10 common IIAB services like Kiwix (3000), KA Lite # (8008) and Calibre (8010 or 8080) etc, on the WAN side of your IIAB server. @@ -95,9 +98,6 @@ ports_externally_visible: 3 # ssh + http-or-https + common IIAB services # /opt/iiab/iiab/roles/network/templates/gateway/iiab-gen-iptables # And then run: cd /opt/iiab/iiab; ./iiab-network -# Set True if client machines should have "passthrough" access to WAN/Internet: -iiab_gateway_enabled: False - # Enable AFTER installing IIAB! Then run "cd /opt/iiab/iiab; ./iiab-network" dns_jail_enabled: False