[OpenWrt Wiki] Routed Client
openwrt.org › docs › guide-userJul 23, 2021 · The router access point from now on is called WP (wifi provider) and the router wifi client is called WC (wifi client) The diagram of the network is the following: Internet <---wired---> WP <---wireless---> WC. The WP is creating a lan network, through wireless and lan ports, using the subnet 192.168.10.0/24.
WLAN to LAN bridge, no DHCP - OpenWrt Forum
forum.openwrt.org › t › wlan-to-lan-bridge-no-dhcpJan 10, 2020 · I use firmware version OpenWrt 18.06.5 r7897-9d401013fc / LuCI openwrt-18.06 branch (git-19.309.48729-bc17ef6). My firewall configuration: config defaults option syn_flood '1' option input 'ACCEPT' option output 'ACCEPT' option forward 'REJECT' config zone option name 'lan' option input 'ACCEPT' option output 'ACCEPT' option forward 'ACCEPT' option network 'repeater_bridge' config zone option ...
[OpenWrt Wiki] Connect to client Wi-Fi network
openwrt.org › docs › guide-userAug 15, 2021 · This page will explain how to connect your OpenWrt device to another Wi-Fi network by using its own radio. Due to technical limitations, your OpenWrt device will create its own subnet (in the example below it's 192.168.2.x while the Wi-Fi router's subnet is 192.168.1.x) just as it would when connected to a modem, your OpenWrt device and devices connected to it will be able to reach the ...
[OpenWrt Wiki] Bridged AP
openwrt.org › docs › guide-userApr 25, 2021 · Clients connecting to OpenWRT will get an IP address from the wired host router. OpenWrt bridges the LAN network with the WLAN of the device in Access Point mode. The advantage of bridging is that broadcast traffic from Wireless to LAN and vice versa works without further changes. This document outlines the steps necessary to implement such a ...