Hi, is it possible that the bandwidth limit set up in a simple queue doesnt limit udp packets?
this is my queue
Flags: X - disabled, I - invalid, D - dynamic
0 name="192.168.0.100" target-addresses=192.168.0.100/32
dst-address=0.0.0.0/0 interface=all parent=none direction=both
priority=1 queue=ethernet-default/ethernet-default limit-at=0/0
max-limit=55000/220000 burst-limit=55000/220000
burst-threshold=40000/192000 burst-time=1s/1s
total-queue=ethernet-default total-burst-time=1s
this queue doesnt work at least I drop all UDP packets except por 53 (!53)
1 X ;;; block all UDP !53
chain=forward action=drop dst-port=!53 protocol=udp
does anybody have any idea why is that? If I disable the firewall rule p2p are not queue but if I drop udp !53 seems to work fine but there must be other way than drop every udp connection.
thank you.