I'm peruvian, I'm using Mikrotik 3.28 Level 4.
I have two internet lines of 1024 kbps and one local red with approximately 30 users, then I used this configuration
/ip address
ADDRESS NETWORK BROADCAST INTERFACE
0 ;;; RedInterna
192.168.1.254/24 192.168.1.0 192.168.1.255 RedInterna
2 ;;; RedesExternas
172.168.1.2/24 172.168.1.0 172.168.1.255 Internet1
1 172.168.2.2/24 172.168.2.0 172.168.2.255 Internet2
/ip firewall mangle
0 chain=input action=mark-connection new-connection-mark=Internet1_conn passthrough=yes in-interface=Internet1
1 chain=input action=mark-connection new-connection-mark=Internet2_conn passthrough=yes in-interface=Internet2
2 chain=output action=mark-routing new-routing-mark=to_Internet1 passthrough=yes connection-mark=Internet1_conn
3 chain=output action=mark-routing new-routing-mark=to_Internet2 passthrough=yes connection-mark=Internet2_conn
4 chain=prerouting action=accept dst-address=172.168.1.0/24 in-interface=RedInterna
5 chain=prerouting action=accept dst-address=172.168.2.0/24 in-interface=RedInterna
6 chain=prerouting action=mark-connection new-connection-mark=Internet1_conn passthrough=yes dst-address-type=!local in-interface=RedInterna per-connection-classifier=both-addresses:2/0
7 chain=prerouting action=mark-connection new-connection-mark=Internet2_conn passthrough=yes dst-address-type=!local in-interface=RedInterna per-connection-classifier=both-addresses:2/1
8 chain=prerouting action=mark-routing new-routing-mark=to_Internet1 passthrough=yes in-interface=RedInterna connection-mark=Internet1_conn
9 chain=prerouting action=mark-routing new-routing-mark=to_Internet2 passthrough=yes in-interface=RedInterna connection-mark=Internet2_conn
10 chain=output action=mark-routing new-routing-mark=Internet1 passthrough=yes dst-address=192.168.1.0/24 per-connection-classifier=both-addresses:2/0
11 chain=output action=mark-routing new-routing-mark=Internet2 passthrough=yes dst-address=192.168.1.0/24 per-connection-classifier=both-addresses:2/1
/ip firewall nat
0 chain=srcnat action=masquerade out-interface=Internet1
1 chain=srcnat action=masquerade out-interface=Internet2
2 chain=dstnat action=redirect to-ports=3128 protocol=tcp in-interface=RedInterna dst-port=80
/ip route
DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 reachable 172.168.2.1 1 Internet2
1 A S 0.0.0.0/0 reachable 172.168.1.1 1 Internet1
2 A S 0.0.0.0/0 reachable 172.168.1.1 1 Internet1
3 S 0.0.0.0/0 reachable 172.168.2.1 2 Internet2
4 ADC 172.168.1.0/24 172.168.1.2 0 Internet1
5 ADC 172.168.2.0/24 172.168.2.2 0 Internet2
6 ADC 192.168.1.0/24 192.168.1.254 0 RedInterna
/ip proxy
enabled: yes
src-address: 0.0.0.0
port: 3128
parent-proxy: 0.0.0.0
parent-proxy-port: 0
cache-administrator: "webmaster"
max-cache-size: unlimited
cache-on-disk: yes
max-client-connections: 600
max-server-connections: 600
max-fresh-time: 3d
serialize-connections: yes
always-from-cache: no
cache-hit-dscp: 4
cache-drive: primary-master
I hope someone can give me an advice...
Now, I would like to configure Bandwith but all documentation is in english and I still don't understand it very well..
Maybe you can give me examples similar to my configuration or easy to understand documentation, then I could configure it myself..
Please, help me...
Thanks so much...