Hello all,
I have two interfaces named like LAN01 and LAN02.
LAN 01 = 192.168.6.0/24
LAN 01 = 192.168.7.0/24
I have created a firewall rule “srcaddress = 192.168.6.0/24 to dstaddress = 192.168.7.0/24 ininterface = LAN01 to outinterface = LAN02”
I see some packet moving on firewall, but computers in different IP ranges not able to reach eahc other.
The firewall rules starts with ESTABLISHED and RELATED.
I can’t figure out what the problem should be
I have rules to protect the two LAN’s from internet, those are works correctly… only this one is not 
Can someone please help me?
efaden
2
Post your export…
Sent from my SCH-I545 using Tapatalk 2
/ip firewall filter
add chain=forward comment=“ESTABLISHED, RELATED MEHET” connection-state=
established
add chain=forward connection-state=related
add chain=forward comment=“LAN - INTERNET” in-interface=LAN01 out-interface=
INTERNET src-address=192.168.6.0/24
add chain=forward comment=“LAN - LAN02” dst-address=192.168.7.0/24
in-interface=LAN01 out-interface=LAN02 src-address=192.168.6.0/24
add chain=forward comment=“LAN02 - INTERNET” in-interface=CLOUD
out-interface=INTERNET src-address=192.168.7.0/24
add action=drop chain=forward comment=“INTERNET - LAN DROP” dst-address=
192.168.6.0/24 in-interface=INTERNET out-interface=LAN01 src-address=
0.0.0.0/0
add action=drop chain=forward comment=“INTERNET - LAN02” dst-address=
192.168.7.0/24 in-interface=INTERNET out-interface=LAN02 src-address=
0.0.0.0/0
It looks like this
efaden
4
How about routes and interfaces… Easier to solve with all the information.
Sent from my SCH-I545 using Tapatalk 2
How could I export them? I’m very newbie in mikrotik :SS