Hi All,
New to Mikrotik. Loving it so far. Trying to move away from an archaic PIX.
I have done all the initial setup and created a few address lists and now adding my firewall filter rules.
I am wondering the best way to allow http/https traffic and if my rules are correct.
add action=accept chain=forward dst-port=80,443 protocol=tcp src-address-list=“Our MPLS Network”
or
add action=accept chain=forward dst-port=80,443 in-interface-list=inside protocol=tcp
Thanks in advance
Stephen