I would like to block all traceroutes from the Internet to my network. I used the following rules and they don’t seem to work:
/ip firewall filter print
4 X ;;; Drop traceroutes from Internet
chain=forward action=drop protocol=icmp in-interface=ether4-inet
icmp-options=11:1
5 X ;;; Drop traceroutes from Internet
chain=forward action=drop protocol=icmp in-interface=ether4-inet
icmp-options=3:3
I’m guessing that I have the wrong “icmp-options”? What should they be? Traceroutes are still getting through on the Internet side.