Halo,
have two network on same mikrotik
Device: Mikrotik hAP lite
bridge1: wlan to brdige
wlan: internet (mobile hotspot)
eth3: lan
eth4: lan
brdige2: proxy to switch
eth1: internet (proxy)
eth2: lan
i want one way trafic from bridge1 to brdige 2, because i can use RDP and SMB
What i do configure firewall??
thanx for time.
CZFan
2
Create a firewall filter rule:
chain forward, source address bridge2 subnet, destination address bridge1 subnet, connection state new and action drop
rule order is important, but I would think it will be safe to place the above rule at very top
halo,
use youre config, but still not working for me.
/ip firewall filter
add action=drop chain=forward connection-state=new dst-address=
192.168.10.0/24 src-address=10.129.34.0/24
[]
slovák
[]
Hi! You may be able to configure some bridge-filter rules too:
https://wiki.mikrotik.com/wiki/Manual:Interface/Bridge#Bridge_Firewall
And also, if you’re configuring bridges, and you want to filter something, you may need to disable fastpath.
Halo,
sorry for incomplete information, but me idea is on attachment.
My own idea is with two bridges, with trafic oneway.
Do you know a better solution?
I’m a newcomer, I’ll have a better way.
well thank you
