Help to Drop Download in mikrotik 6.X or 5.x
Posted: Mon Oct 18, 2021 5:18 pm
Hi there
have a nice time
i have big big problem
i am using this rule to drop download 10 MB every 1 Hour
i don't understand how 197000-0 = 10 Mb
anyway
i want drop download after 200 MB every 23:59:59 (every day)
so i changed 1970000-0 to 1970000×20 = 39400000-0
not working
changed 1970000-0 to 19700000-0
not working
please help
how i can Drop Download every 200 MB
best regards
have a nice time
i have big big problem
i am using this rule to drop download 10 MB every 1 Hour
Code: Select all
/ip firewall filter
add action=add-src-to-address-list address-list=Src address-list-timeout=1h \
chain=forward connection-bytes=1970000-0 disabled=no protocol=tcp \
src-address=192.168.0.0/24
add action=add-dst-to-address-list address-list=Dst address-list-timeout=1h \
chain=forward connection-bytes=1970000-0 disabled=no protocol=tcp \
src-address=192.168.0.0/24
add action=drop chain=forward disabled=no dst-address-list=Dst protocol=tcp \
src-address-list=Src
anyway
i want drop download after 200 MB every 23:59:59 (every day)
so i changed 1970000-0 to 1970000×20 = 39400000-0
not working
changed 1970000-0 to 19700000-0
not working
please help
how i can Drop Download every 200 MB
best regards