2017-05-27 18:09:50 +00:00
|
|
|
---
|
2017-09-23 07:03:58 +00:00
|
|
|
# Defaults for network detection
|
|
|
|
wireless_lan_present: False
|
|
|
|
strict_networking: False
|
|
|
|
iiab_demo_mode: False
|
|
|
|
gui_static_wan: False
|
|
|
|
|
|
|
|
# Set defaults for discovery process as strings
|
|
|
|
wifi1: "not found-1"
|
|
|
|
wifi2: "not found-2"
|
|
|
|
discovered_lan_iface: "none"
|
|
|
|
discovered_wireless_iface: "none"
|
|
|
|
#Redhat
|
|
|
|
iiab_lan_iface: "none"
|
|
|
|
iiab_wan_iface: "none"
|
|
|
|
iiab_wireless_lan_iface: "none"
|
|
|
|
device_gw: "none"
|
|
|
|
device_gw2: ""
|
|
|
|
has_WAN: False
|
|
|
|
has_ifcfg_gw: "none"
|
|
|
|
has_wifi_gw: "none"
|
|
|
|
ap_device: "none"
|
|
|
|
#Debian
|
|
|
|
dhcpcd_result: ""
|
|
|
|
wan_in_interfaces: False
|
|
|
|
|
2017-05-27 18:09:50 +00:00
|
|
|
# The values here are default local variables.
|
|
|
|
gui_wan_iface: "unset"
|
|
|
|
gui_static_wan_ip: "unset"
|
|
|
|
gui_desired_network_role: Gateway
|
|
|
|
wondershaper_dspeed: "4096"
|
|
|
|
wondershaper_upspeed: "1024"
|
2017-09-23 07:03:58 +00:00
|
|
|
|
2017-09-18 15:19:46 +00:00
|
|
|
# WiFi
|
|
|
|
host_ssid: IIAB
|
|
|
|
hostapd_wait: 10
|
2017-05-27 18:09:50 +00:00
|
|
|
host_wifi_mode: g
|
|
|
|
host_channel: 6
|
|
|
|
host_wireless_n: False
|
|
|
|
host_country_code: US
|
|
|
|
hostapd_secure: True
|
2017-06-09 23:25:56 +00:00
|
|
|
hostapd_password: "iiab2017"
|
2017-05-27 18:09:50 +00:00
|
|
|
driver_name: nl80211
|
2017-09-23 07:03:58 +00:00
|
|
|
|
2017-05-27 18:09:50 +00:00
|
|
|
network_config_dir: /etc/network/interfaces.d
|
2017-06-09 23:25:56 +00:00
|
|
|
iiab_network_mode: "Gateway"
|
2017-05-27 18:09:50 +00:00
|
|
|
dns_jail_enabled: False
|
|
|
|
services_externally_visible: False
|
2017-09-13 11:07:25 +00:00
|
|
|
|
|
|
|
# following variables set for old apache,dhcpd,named usage
|
|
|
|
dhcpd_install: True
|
|
|
|
dhcpd_enabled: True
|
|
|
|
named_install: True
|
|
|
|
named_enabled: True
|
|
|
|
dnsmasq_install: True
|
2017-09-13 14:30:59 +00:00
|
|
|
dnsmasq_enabled: False
|
2017-09-13 11:07:25 +00:00
|
|
|
captive_portal_enabled: False
|