Thanks a lot for you help
1)
Thats a lot of good material to read and implement. I have a question. I will have in future 3 connection from the same ISP they say that i need MLPPP to have the 3 connection to work for me ant router flash with Tomatto firmware on client side to get this to work.
I'm not familiar with MLPPP so I can't really answer there.
2)
My question is :
Can this work? Let say they give me the 3 DSL lines and they don do any MLPPP config on their end. All i do on my end is hook up those 3 lines to MT RB and configure them in PCC ? for load balancing? Is 1st going to work , if yes, witch one is better the one on top or this one on the bottom scenario solution?
Yes, you can configure this to work with PCC, you can literally have an almost unlimited number of gateways routed with PCC, to my knowledge, correct me if I'm wrong fewi.
3)
usmc58xx are all the connection from the same ISP? if yes or no, what if i want to use static ip for my POP stations? Or just better forget about it and use NAT for Local traffic, i heard is not as that bed in general.
What is your opinon usmc58xx?
Thanks for you input.
All of our local connections are behind a NAT.
6 gateways sit on a switch.
Mikrotik Goes to gateway switch.
Mikrotik goes to LAN switch.
LAN switch goes to wireless backhauls/ap/customers.
There are certain protocols you need to mark and route through a static gateway.
SSL is one, SSH is another, Telnet.. possibly, FTP is one.
To do this you mark your mangle rules (before your PCC kicks in on per connection classifiers) and send them to a gateway of your choice.
This is required by most SSL sites due to them making sure they aren't being ip spoofed.
If you wanted all POP (or by port) to go through a certain gateway, you mark the connection/packet in mangle >before< the PCC rules of per connection classifiers.
Something to note: Rule order in mangle means everything.
You may have to delete it all just to put it back in order.
Using a terminal makes this easy, just /ip firewall mangle export
then paste it back in order.
Hope that helps.