Hello and sorry for my bad English
I have a 100MB ATM circuit and I need to limit 30Mb, 30Mb and 25M per subnet, but is more complicated, I need all the traffic to be marked through the mangle rules and make a priority (QOS) for each subnet in the tree queue
For example:
Subnet 1)
Ips: 1.2.0.0/28
Packet mark: Customers1.
Limit: 30Mb
Queue Tree: VoIP (pr1), Web (pr2), P2P (pr3), chat, etc ...
Subnet 2)
Ips: 1.2.4.0/28
Packet mark: Customers2.
Limit: 30Mb
Queue Tree: VoIP (pr1), Web (pr2), P2P (pr3), chat, etc ...
Subnet 3)
Ips: 1.2.6.0/28
Packet mark: Customers3.
Limit: 25Mb
Queue Tree: VoIP (pr1), Web (pr2), P2P (pr3), chat, etc ...
Mangle rules and tree structure would be the same for all subnets.
I tried to clone the trees, creating three equal and mark subnets using "Mark Routing" tool in mangle rules but no work.
How do I mark the packets per subnet and mark too their service (p2p, voip)?
Please I need help, I tried searching on the wiki and manuals, but can not find anything to help me