From 02d72db37043a6082c80a03e3bcaccdc2b38333e Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 14 Aug 2021 15:27:47 -0400 Subject: [PATCH] local_vars_big.yml: Reorder gateway/iptables for clarity, PR #2947 --- vars/local_vars_big.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/local_vars_big.yml b/vars/local_vars_big.yml index b55444dfe..655c4db3f 100644 --- a/vars/local_vars_big.yml +++ b/vars/local_vars_big.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