Community discussions

MikroTik App
 
nevilleweb
just joined
Topic Author
Posts: 1
Joined: Sun Mar 12, 2023 9:27 am
Location: Slovakia
Contact:

RTSP firewall mangle for port 554 not working

Sun Mar 12, 2023 9:46 am

Hi,
have tried the following firewall mangle, but none of them has any packets counted
/ip firewall mangle
add action=mark-connection chain=prerouting comment=rtsp dst-port=554 new-connection-mark=rtsp passthrough=yes protocol=tcp
add action=mark-connection chain=postrouting dst-port=554 new-connection-mark=rtsp passthrough=yes protocol=tcp
add action=mark-connection chain=output dst-port=554 new-connection-mark=rtsp passthrough=yes protocol=tcp

To check if any traffic to port 554 is generated i used the following
$ ss -tnu | grep 192.168.2.3
tcp   ESTAB      0      0        192.168.2.8:59106     192.168.2.3:554
ss_2023-03-13-09-55-17.jpg
Wanna set higher priority for that conn in queues.
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: syslog and 85 guests