Hi guys,
In one of my sites I just had one WAN connection, but now I’ve more than one, I used to use Queue Tree to apply QoS in the LAN interface, but with 2 WANs no it’s not a good idea, I would like to know if anyone know a way to do QoS on the WAN interface, but not limit the bandwidth on the LAN interface.
Hi guys,
Any suggestion? The problem I’ve is using queue tree I can limit the upload bandwidth (and apply QoS) to my upload connection, but I can’t do that with my download traffic. I need to do this on the WAN interface, and not on my LAN interface, cause I’ve multiple WAN connections with different speeds.
Thanks,
Hi Pcunite,
This guide is for failover, but not for QoS of the WAN interface.
Thanks,
This is not something ive tried personally but… presumably you would have to make two sets of mangle rules, 1 set for each WAN interface. If you are load balancing based on source/destination IP address lists you can make mangle rules based on the same IP subnets and then make simple queues for your QOS. Since ROS6 has made simle queues just as fast as queue tree’s you should be able to pull it off that way.
Hello everybody.
I have a question that may help many people.
I´m working with RouterOS 3.xx and I have strong difficulty for implement QOS (double WAN) in version 6.xx. So I’ll describe a small scene and would like to give a example of how would be only one rule in each row for understain the new concept table.
I’ll use an example of a RB450G to facilitate understanding of the concepts of many users.
Interface Ether 1 = WAN-A ( Dedicated 1 IP Link FULL ) - ( Bandwidth 5mb /5mb ) <-Default Route.
Interface Ether 2 = WAN-B ( Link ADSL with 1 Dynamic IP PPPoE ) - ( Bandwidth 30mb / 3mb ) <-Second Link FailOver.
Interface Ether 3, 4 , 5 = (LAN Bridged and NATed).
I have two situations :
1 - All users are in the same group (shre range internal ips bridged) .
2 - All share the same internet link WAN-A with 5 MB FULL upload / download and WAN-B with 30mb(dw) e 3mb(up).
3 - There fail over WAN links between WAN-A and B. If the WAN-A goes down, the router will take navigate with WAN-B.
4 - I have just Queue HTB -Tree for all links but bandwidth speeds are different.
In this situation , anyone can give an example of how to create queue-three HTB in the mangle table for the WAN-A ( 5mb/5mb ) and WAN-B ( 30mb /3mb ), to control the upload and download traffic of these two interfaces and also in the ranks of queue table.
It is important to say. I have 8 HTB priorities example :
1 = DNS , ICMP ,other .
2 = SIP
3,4,5,6,7,8 = other…
I believe that answer of this example can help a lot of people, including after on Wiki.
Thank you all.