i have pppoe service with radius manager and i have 2 ip pools for two services,i want to make facebook load on 1mbps on one of the services by ip pool range,how can i do that please help me i need it very much its urgent case
Im going to havea look into this now as i want to do a similar thing
Let me know how you go
My current understanding
Use packet marks in mangle to mark the packets, and include “protocol=tcp dst-port=80,443”. Then make queues based on the packet marks.
You cannot go based on host name in DNS form (www.Facebook.com), you have to figure out the IPs they use, add them to a firewall address list, and then refer to it in the same mangle rule via dst-address-list.