Hi.
I have created two subnets, each on a seperate Interface
LAN1: 10.10.1.0/24
LAN2: 10.10.2.0/24
How do I allow communication from LAN1 → LAN2, but drop from LAN2 → LAN1?
I have created Firewall Rules, but can’t seem to figure out what is wrong.
Here is the config:
1 address=10.10.2.1/24 network=10.10.2.0 interface=LAN_2
actual-interface=LAN_2
2 address=10.10.1.1/24 network=10.10.1.0 interface=LAN_1
actual-interface=LAN_1
/ip firewall filter
add chain=forward in-interface=LAN_2 out-interface=LAN_1
add action=drop chain=forward in-interface=LAN_1 out-interface=LAN_2
The ping drops on either side. Can someone help me figure this out?
Thanks in advance.