(RB1100AH)
I've multiple ip ranges (other subnets) assigned to one interface over one 100Mbit pipe. I did put everything into one bridge and added some firewall rules.
But now I've noticed: when I send from the one IP-range to the other IP-range data, this traffic doesn't get routed by the MikroTik but by my provider's router, which limits the traffic to 100Mbit.
As an example configuration:
When I send from 123.123.123.10 to 234.234.234.20 the traffic will go like this:ether1 (gbit): device-1 with ip 123.123.123.10 / 26
ether2 (gbit): device-2 with ip 234.234.234.20 / 26
ether13 (100mbit): uplink with all thoses IP's assigned
I think this is not the proper way to do it, it should be like this:ether1 --> MIKROTIK --> ether13 --> ROUTER PROVIDER --> ether13 --> MIKROTIK --> ether2
Thank you for your assistance,ether 1 --> MIKROTIK --> ether2