ip a
...........
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP qlen 1000
link/ether ?:?:?:?:?:? brd ff:ff:ff:ff:ff:ff
inet ?.?.?.?/24 brd ?.?.?.? scope global eth1
valid_lft forever preferred_lft forever
................
9: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether ?:?:?:?:?:? brd ff:ff:ff:ff:ff:ff
inet 10.100.235.97/22 brd 10.100.235.255 scope global eth0.2
valid_lft forever preferred_lft forever
11: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether ?:?:?:?:?:? brd ff:ff:ff:ff:ff:ff
12: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether ?:?:?:?:?:? brd ff:ff:ff:ff:ff:ff
ip r
default via ?.?.?.254 dev eth1 src ?.?.?.212 metric 10
default via ?.?.?.1 dev eth0.2 src ?.?.?.97 metric 30
10.100.232.0/22 dev eth0.2 scope link metric 30
?.?.112.0/24 dev eth1 scope link metric 10
192.168.1.0/24 dev br-lan scope link src 192.168.1.10
Here is more additional information:
Newbie question:
How to allow clients from WLAN1 to eth1 ?
And allow clients from WLAN0 go to eth0.2 ?
Please copy the output of the following commands and post it here using the "Preformatted text </> " button:
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
With your current config, it is not possible to do what you're asking.
You need to create a new network interface and assign one of the radios to that new network (don't forget to also create a DHCP server and assign the network to a firewall zone). Doing this will mean that the two SSIDs will necessarily be different networks which may complicate connections between devices (not sure if this is an issue for you or not).
You will also need to install mwan3 in order to use the 2 different WANs and route accordingly.