I want to reduce the number of connections shown inside the server like below in the picture
In the country in which I live, load balance is prohibited for us
The company that supplied the Internet measures the number of connections and then turns off the line because the employees working in the company do not have any experience. I want any way to reduce the number of connections even if it is a fake
I want to reduce the number of connections shown inside the server
In the country in which I live, load balance is prohibited for us
The company that supplied the Internet measures the number of connections and then turns off the line because the employees working in the company do not have any experience. I want any way to reduce the number of connections even if it is a fake
You want to limit number of connections per client?
Run this command from terminal, it will add firewall rule to limit number of connections to 50 per each client IP on subnet 192.168.88.0/24
/ip firewall filter add action=drop chain=forward comment=\ "Limit number of connections to 50 for 192.168.88.0/24" connection-limit=\ 50,32 tcp-flags=""
if you want to change number of limited connections to 40 allowed connections, change parameter connection-limit=\ 50,32 to connection-limit=\ 40,32
Which kind of ISP counts number of connections and based on that limits the service or even denies it?
What would happen if you had one computer which is connected to the internet through this ISP?
When you open Chrome from browsing, in a second you’ll have more than one connection.
So what is the background story of ISP to have such restrictions?
because the 1Mbps is more than 60$
1024Mbps (1Gbps) = 61440$
that’s why the ISP is Prevent the load balance
You can easily hide the Loadbalance, so some times the service provider uses the connection method, which is a stupid method.