One Wifi Multi Lans

Guys

How to configure router so I can access multiple lans from one wifi
Example

Eth 1 —> Wan
Eth 2 ----> LAN 1 —> Switch 1----> Devices
Eth 3 ----> LAN 2 —> Switch 2 ----> Devices
Wifi

Wifi is bridged with eth2
When I’m connected to Wifi I’m able to reach all devices on eth2 ( LAN1 ) but I cannot access LAN 2
Does anyone knows how to fix this ?

This should be fairly straightforward. Is it just LAN1 that wifi can’t see? Can the wifi clients see LAN2? What firewall rules do you have?

The only rule I have on the firewall is NAT rule masquerade set on WAN
Clients cannot see LAN 2 but they can see LAN 1
Lan 1 is bridged with Wifi bit LAN 2 is not



Anyone ???

Post your export

Sent from my SCH-I545 using Tapatalk

Pleas see details below:

nov/15/2015 18:07:19 by RouterOS 6.32.3

software id =

/interface ethernet
set [ find default-name=ether2 ] name=LAN-1
set [ find default-name=ether3 ] name=LAN-2
set [ find default-name=ether1 ] name=WAN
/ip address
add address=192.168.1.1/24 interface=WAN network=192.168.1.0
add address=192.168.10.1/24 interface=LAN-1 network=192.168.10.0
add address=192.168.11.1/24 interface=LAN-2 network=192.168.11.0
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip firewall filter
add action=drop chain=input comment=“BLOCKA ALL” disabled=yes in-interface=
WAN log=yes log-prefix=BLOCK1
add action=drop chain=output disabled=yes log=yes log-prefix=BLOCK2
out-interface=WAN
/ip firewall nat
add action=masquerade chain=srcnat log=yes log-prefix=NAT out-interface=WAN
/ip route
add distance=1 gateway=192.168.0.1