hello
there were some topics about connection limit , and the manual explain that also , and i'm using this line in the firewall :
chain=forward in-interface=localnet src-address=192.168.1.0/24
protocol=tcp tcp-flags=syn connection-limit=7,32 action=drop
it suppose to limit each user connections to 8 only , i just wanna know whts the meaning of 8 ? is it 8 connections per sec ?? does it mean that the user can make 80 connections in 10 sec ??
the problem is that i have LINKSTAR satellite modem and it has a limited number of connections , so if the users keep making connections as they want , the DNS ping start timing out , and the internet will stop ..
i put another line in the firewall filter , i thought it will help me but i dont know exactly if its correct :
chain=input in-interface=localnet src-address=192.168.1.0/24 protocol=tcp
tcp-flags=syn connection-limit=15,32 action=drop
so that i limited every input connection , is it right to do so ??
please i need help coz this problem make me rebooting mu MT every 10 min !!!!!!
any help please ??