Hi everybody!
I am new to OpenWRT and am having problems setting up my OpenWRT One the way I want it. Let me explain what I have and what I want to get.
Actually I am having the "everybody dumb configuration" with one WLAN/LAN Router (FritzBox 7590) and one big subnet for everything.
What I want to use the OpenWRT One for is to separate my devices into four subnets with their own WLANs, because the FritzBox can not do that.
One Ethernet port of my OpenWRT One is connected to the FritzBox. That is my WAN port.
The other Ethernet port is connected to my PC, because that does not have WLAN funktionality.
The subnet of the FritzBox is 192.168.2.0/24.
With my OpenWRT One I want to create the following separate Networks:
- 192.168.3.0/26 (my PC and "normal" WLAN)
- 192.168.3.64/26 (Guest WLAN)
- 192.168.3.128/26 (IoT WLAN)
- 192.168.3.192/26 (printers and other single devices)
The FritzBox has a static route for the network 192.168.3.0/24, to ensure communication with its own network.
VLAN is not an option, because some of my IoT devices can not handle IEEE 802.1Q.
What confuses me is OpenWRTs logic of interfaces and networks. As far as I understand it the IP configuration of WLANs comes from the network, which is usually a bridge, and the actual WLANs are asigned to the networks. So how should I create my four subnets without VLAN, if an interface can only be asigned to one bridge?
I am a CCNA, so I am no newbie to networking, but so far I could not make this working the way I need it.