IP-Firewall-Connection "Dst.Address/Port" format wrong

I’m trying filter IP-Firewall-Connection with “Dst.Address/Port” 51.103.5.186:443 or 51.103.5.186/443 in filter filed and error occurs (see https://dropmefiles.com/1kO1I and https://dropmefiles.com/3bci3)

What is wrong, what format “Dst.Address/Port”?

/export hide-sensitive file=anynameyouwish

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.

I cant read pictures :stuck_out_tongue_winking_eye: Havent mastered that skill yet.

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.