RB2011.
Now I have 1 WLAN and 2 Virtual AP - so 3 networks. All WLANS have their own bridge, different subnets, different DHCP and so on.
WLAN1
192.168.10.0/24
WLAN2
192.168.20.0/24
WLAN3
192.168.30.0/24
Now, our TV decoders require to be connected to the network with same subnet (let's say It'll be 192.168.10.0/24) because of the MultiRoom feature (so you can watch different TV channels on different TV's - decoders must exchange keys).
Is there a way, to put all three WLANs on same bridge (bridge1) but assign different IP ranges to those WLANS?
I'd like DHCP servers assign these ranges to WLANS: (bridge1 IP = 192.168.10.1)
WLAN1 DHCP
192.168.10.2 - 192.168.10.50
WLAN2 DHCP
192.168.10.51 - 192.168.10.100
WLAN3 DHCP
192.168.10.101 - 192.168.10.150
Thanks for any help.
Bart