Hi @Metgatz , Few points to remember when working with QoS on PAN FW. - QoS is applied in egress interface. Which means if you apply QoS profile on WAN interface you will shape only upload. If you want to shape the download traffic (most likely) you need to apply QoS profile on the LAN interface (the egress interface towards the clients). Usually you should apply the same QoS profile on both interfaces. - QoS profile is defining bandwidth reservations for each class. Traffic classification (say which traffic what class to be assigned) is configured with QoS policy (under the policy tab in GUI). The rule is matching the direction in which traffic is initiated, but the class is applied for the entire session - which return traffic will have the same class. - Class 4 is default class, meaning that if there is traffic passing over interface on which QoS is enabled, but it is not classified, FW will consider it as class4 (something like native vlan). - Single QoS profile can have up to eight classes. Different networks with same class are sharing the allocated bandwidth. If you need to allocated more than eight separated queues you can but with not very easy.... --- Under QoS interface > Clear Text Traffic tab you can configure "mathing rules" and apply different QoS profile for different traffic. Total number of rules depens on your device. Remember one "rule" apply different profile, while single profile have eight classes. --- The problem is that these "matching rules" only allows you to match traffic based on source and destination interface and source subnet. So basically for each source interface/sub-interface you can different profile with eight classes. --- The bigger problem is with the source subnet. If you apply NAT on this FW, the source in this "matching rule" must be the IP after the NAT. If all networks are comming from same source interface, you can apply different source hide NAT and separate them this way. But. if you remember, to shape the download you need QoS profile on inside interface, but there since this is return traffic you cannot apply different profiles based on source subnet.
... View more