Hi,
I need to mark packets of a connection according to the upload connection rate.
In “Advanced / Connection rate” takes into account the upload+download rate.
Is there any way under RouterOS to distinguish by upload or download rate?
Thanks
Hi,
I need to mark packets of a connection according to the upload connection rate.
In “Advanced / Connection rate” takes into account the upload+download rate.
Is there any way under RouterOS to distinguish by upload or download rate?
Thanks
selec in-interface wan for download and lan for upload, both with prerouting chain.
I know this, but if “Advanced / Connection rate” counts download+upload, if I have 30000 for download and 15000 for upload in the currently connection and I want to mark traffic only if upload rate is not higher than 20000, if I set “Advanced/Connection rate” field to 20000 then don’t mark correctly, because is always higher (download + upload).
I know where to mark, but I don’t know when