I have 2 offices. I combined them through a tunnel ipsec.
Mikrotik1 with WAN, LAN interfaces and Router2 with RWAN, RLAN interfaces
On Mikrotik1 I left firewall rule “defconf: drop all from WAN” Drop__input__in-interface WAN (at the bottom)
Tell me what are the firewall rules I should write to have access from remote IPSEC network to my lan (RLAN-> LAN)
I have some access if I write
input__Src.Addr:RWAN
forward__Src.Addr:RLAN
input__Src.Addr:RLAN__In.Interface:WAN
But I’m not shure that it is correct. And it seems this is not enough
You have to allow inner-tunnel and out-tunnel traffic separately. I hope you have no problem with inner-tunnel rules. As to the outer-tunnel you will need to allow 500/UDP and ESP (IP protocol 50) from your peer on the input chain.