Seems like “Dst.Address/Port” is misleading description, it should probably read “Dst.Port”. For me filtering according to dst address and port works if I add two filters, one “Dst.address” with IP address and one “Dst.address/Port” with only port number (e.g.g 443 for https). And it seems that two filters are AND together.
So in your case: one filter line with “Dst.address” set to “51.103.5.186” and another filter line (press the ‘+’ sign o right of filter line) with “Dst.address/Port” set to “443”.
@anav: you’ve missed teh mark completely this time, the question is about winbox.
So in your case: one filter line with “Dst.address” set to “51.103.5.186” and another filter line (press the ‘+’ sign o right of filter line) with “Dst.address/Port” set to “443”.
Thanks, this combination of two filters work normally. I was misled by the expression " Dst.Address/Port".
I thought it was a combination of two filters in one " Dst.Address" and “Dst.Port”. But this is not the case. What did Mikrotik mean by " Dst.Address/Port " remains unclear to me.