We have a PBX in a local network, and I would like to mark and prioritize VoIP packets in local network. All VoIP phones and and VoIP traffic is only in the local network 192.168.88.0/24, and PBX is on IP 192.168.88.99.
I have "use-ip-firewall" option enabled in bridge settings, but it looks like it does not work.
I even tried to add just some firewall log rules to catch traffic from and to PBX, but there is nothing in local network.
I tried the same with mangle and with firewall filter, but problem is the same. For example...
Code: Select all
add action=log chain=forward log=yes log-prefix=Test1 src-address=192.168.88.99
add action=log chain=forward dst-address=192.168.88.99 log=yes log-prefix=Test2
Why?