HI, i have tryed this but nothing yet, if anybody can help me a appreciatte that,
How can i limt number of connections for one especific dest ip address or better how can get the dest ip addresses if that dest ip has more than 10 connections from my internal customer and put that dest address in some address list and so drop it…i need dropt traffic to the dest address , not traffic from my customer
I have many connections from one customer to one dest address and so all customers to differrent dest address,hard virus i think
To only allow not more than 5 simultaneous connections from each of the clients, do the
following:
/ip firewall filter add chain=forward protocol=tcp tcp-flags=syn connection-limit=6,32
action=drop
omg =) i think it’s a torch bug: you have many identical (src-ip:src-port-dst-ip:dst-port) pairs. it was described earlier in the forum. afair, will be fixed in v3.8
as te other say .. the filtering working but u will se the connection .. because they are droped in forward chain rhat is in routing proces ..
use connection drop in prerouting chain and all will be fine ..
all clear but all destination addresses are different and ramdomly, i need a script that catch them and drop automatically, one by one would be very hard.
is normal for more connection wen someone downlaod with fashget with about 10 simultanios connection or open a webpage with tons of pics
or u can liminit with connection count limit