Hi all , i have a mikrotikRouterOS , and i have two interfaces one=Internal and the second interface is External.. i want to limit one ip on the external interface , ex. i want to limit this ip 10.0.0.2
any idea?
/ip firewall rule forward add src-address=10.0.0.2/32 action=drop
/queue simple add target-address=10.0.0.2/24 limit-at=10240/10240 max-limit=10240/10240
i have a mikrotik 2.7.14.. and i can't find
Or Bandwight shape it?Code: Select all/queue simple add target-address=10.0.0.2/24 limit-at=10240/10240 max-limit=10240/10240
queue simple> add target-address
That is because the traffic shaping works this way. The main idea is to slow down and/or drop packets.hi all , i'v done configuring the mikrotik , now i can limit , evry ip , but when i limit one ip ex.10.0.0.2 ,and this ip downloads anything the PING from mikrotik to 10.0.0.2 is to high, betwenen 2000 - 3000ms.. ?
any idea?
p.s the ping is high only while downloading...