Hello
We is testing the limitation of the bandwidth by IP address with mikrotik 2.9.13, we have a problem with simultaneous connections when we download from the same Web server, we launches two downloading at the same time it is good and that functions, but when we launches a third it is put on standby, an idea on this case ?
regards
NB : we have upgrade th OS from 2.8 to 2.9.13
Have you made any adjustments to the number of connections limits?
no i have not configure any number of connection limit, but we use the masquarde nat to share the connection and i see in this rule there is parameters about conection , is th problem comes from this rule
regards
for single IP add.
ip firewall filter>
chain=forward src-address=192.168.1.10 protocol=tcp
connection-limit=30,32 action=reject
reject-with=icmp-network-unreachable
and this for all IP’s
ip firewall filter>
chain=forward protocol=tcp connection-limit=30,32 action=reject
reject-with=icmp-network-unreachable
is this ok?
Plz, paste here your firewall NAT configuration.
hello
the problem occur when i installaweb serveur in my LAN, iuse this configuration
WEB server 192.168.0.1
Mikrotik 192.168.1.2 public interface
Mikrotik 192.168.0.1 local interface
My PC 192.168.0.2
when i download from 192.168.0.1 after the second download the thirdone is put on stand by
But when i connect the mikrotik to the internet i can download more than 3 files at the same time
regards
Isn’t there an IP address conflict??
Or maybe the webserver you are downloading from has a connection limit per IP? Thats quite common. If you use NAT and masq it will drop more than 2 connections form same IP.
for the same IP, when i download from internet their is not limitation ?
This is a limitation of microsoft ie. I think it can be adjusted in the registry somewhere.