[OpenWrt Wiki] Guest Wi-Fi basics
openwrt.org › docs › guide-userSep 27, 2021 · Guest Wi-Fi basics This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction * Guest Wi-Fi provides an isolated wireless network which is independent from your main WLAN. * Guest clients have internet connectivity and restricted
[OpenWrt Wiki] fw3 DMZ configuration using VLANs
openwrt.org › docs › guide-userAug 02, 2021 · For DHCP, you need to add a new section to /etc/config/dhcp. It is very similar to the lan section. config dhcp 'dmz' option interface 'dmz' option start '50' option limit '70' option leasetime '12h' Additionally, the public server should be very static, so it helps to add a static DHCP lease. First because it makes the firewall rules easier ...