I’d limited the connection limit on ports tcp 1024-65535 but still my port 80 gets limited and I get errors of connection reset
chain=forward action=reject reject-with=tcp-reset tcp-flags=syn protocol=tcp
src-address=192.168.100.0/24 out-interface=bridge-local dst-port=1024-65535
connection-limit=50,32
thanks