excemted in firewalls

hey guys i have a question let say i have 3 ether ports in my rb and i have my rules settings in firewalls ex. ether1=isp ether2=local ether3=hotspot, now it is possible the ether3=hotspot is excemted in firewall only the ether2=local has rules in firewall?

thanks

Yes. The easiest way is probably to put a rule at the top that accepts all traffic in and out ether3.

ahhhh fewi can you please give some little bit example :slight_smile:

thanks fewi

Above the rules you already have, put

/ip firewall filter
add chain=prerouting in-interface=ether3 action=accept
add chain=forward out-interface=ether3 action=accept

hello fewi in ip/filter theres is no prerouting in chain correct me if i mistaken

/ip firewall filter
add chain=prerouting in-interface=ether3 action=accept
add chain=forward out-interface=ether3 action=accept

thanks fewi

It should be:

/ip firewall filter
add chain=forward in-interface=ether3 action=accept
add chain=forward out-interface=ether3 action=accept

I’m sure this was fewi’s thought, but the keyboard didn’t agree :smiley:

thanks both you guys it work :smiley: