at the moment I'am struggeling with firewall-rules on ipsec traffic. I already read that there are some issues with filtering IPsec traffic, but I hope there is a way to solve my problem.
I have a RB3011 with has several IPsec tunnels to our customer routers (non mikrotik). Via IPsec policy the customers LAN is tunneled to our LAN which works well. As these tunnels are only for support purposes, we want to secure our LAN and block any access from customer-LAN to our LAN.
Now I tried the following:
our LAN: 192.168.77.0/24
customers LAN: 10.0.0.0/24
I added this filter rule for testing:
Code: Select all
add action=drop chain=forward disabled=no dst-address=192.168.77.0/24 src-address=10.0.0.0/24
Can someone help me out?
Thanks for help.
Andreas