mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
change wifi_up_down to true in local_vars preselects
This commit is contained in:
parent
04c876b28a
commit
a81f8383bb
3 changed files with 6 additions and 0 deletions
|
@ -46,6 +46,8 @@ 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
|
||||||
|
# as well as classroom hotspot, use iiab_gateway_enabled for pass through
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -46,6 +46,8 @@ 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
|
||||||
|
# as well as classroom hotspot, use iiab_gateway_enabled for pass through
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -46,6 +46,8 @@ 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
|
||||||
|
# as well as classroom hotspot, use iiab_gateway_enabled for pass through
|
||||||
|
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue