1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Updated RPi Zero W AP STA mode (markdown)

Bill Zimmerman 2021-01-10 12:54:57 +01:00
parent 4ffc355dd7
commit 8a91f348a6

@ -32,7 +32,7 @@ There are many scenarios in which AP-STA mode might be useful. These are some of
Security is an important consideration with IoT and it can be beneficial to keep your devices on a separate network, for safetys sake. No one wants a random internet user turning your lights on and off. Security is an important consideration with IoT and it can be beneficial to keep your devices on a separate network, for safetys sake. No one wants a random internet user turning your lights on and off.
### How does AP-STA work? ### How does AP-STA work?
In this configuration, we create a virtual network interface (here `uap0`) and use it instead of `wlan0` on the AP side. This virtual interface is used by several of the services needed to operate a software access point. RaspAP manages these configurations in the background for you. Relevant sections are displayed below as examples. In this configuration, we create a virtual network interface (here `uap0`) and add it as the AP to the physical `wlan0` device. This virtual interface is used by several of the services needed to operate a software access point. RaspAP manages these configurations in the background for you. Relevant sections are displayed below as examples.
`dhcpcd.conf`: `dhcpcd.conf`:
``` ```