Hi,
I have a very frustrating problem. I wanted to filter the traffic on port 25 coming from the vpn users. Since I failed in the more complex rule, I reduced it to a very basic one:
/ip firewall filter add action=drop chain=forward disabled=no dst-port=25 protocol=tcp
But still after using it I can telnet to smtp servers on port 25. If i change the port to 80, http will cease, or tcp to icmp, ping will cease. But not smtp. Why? What am i missing?
Thanks,
Andras