please i need to help

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

any idea to make this real
99.png

Wrong place for posting.

Before asking community for time to help you, please take some time and check out how forum works
and where to post question.

This helps everybody and finally also serves your demand best…

Sorry I’m new member where can i post this ??

Moved to begginer basic…

Anyway its quite impossible to understand what you want to help with.

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

You can run only one connection with vpn to somewhere outside and let all those hidden connections to flow thru it into Internet from the other side…

This thing weakens the service and I just want a fraud in front of the company

How ??
The vpn will remove GGC and FNA with CDN , I need the cdn because the internet in my country is so slowly i’ts 0.2 Mbps

ISP sees all your traffic. So if you want them to see less connections, the only way is to actually have less connections. You can’t fake it.

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.