Technical data

4. Packages
QOS_FILTER_x_PORT Ports and port ranges can be set here, separated by spaces and
combined in any manner. If this variable is empty traffic on all ports will be limited.
Filtering for a port range from 5000 up to 5099 would look like this:
QOS_FILTER_x_PORT=’5000-5099’
Another example: If traffic on ports 20 to 21, 137 to 139 and port 80 should be filtered
to the same class this would look like this:
QOS_FILTER_x_PORT='20-21 137-139 80'
This variable can be empty.
Important:
If filtering for ports QOS_FILTER_x_PORT_TYPE has to be set as well.
Port ranges will be ignored if filtering for ACK, TOSMD, TOSMT, TOSMR or
TOSMC takes place by the use of QOS_FILTER_x_OPTION.
QOS_FILTER_x_PORT_TYPE This variable is only valid and important in conjunction
with QOS_FILTER_x_PORT (it is ignored in other cases).
Ports in client mode are different from those in server mode. Specify here if a port is of
type server or client. Use PCs from your own net as a point of reference to decide what
to use. Possible settings:
QOS_FILTER_x_PORT_TYPE='client'
QOS_FILTER_x_PORT_TYPE='server'
As of version 2.1 a combination of those two arguments is also valid to put traffic from
the own net as well as traffic from the Internet into the same class on this port.
QOS_FILTER_x_PORT_TYPE='client server'
This equals to two similar filters once with QOS_FILTER_x_PORT_TYPE set to client and once
set to server.
QOS_FILTER_x_OPTION This variable activates additional properties for the filter. Only
one of the following arguments can be passed (a combination wouldn’t make sense in
the same filter). It is perfectly right and makes sense sometimes to set a filter for ACK
packets and a second filter for TOSMD packets to move their packets to the same target
class (see QOS_FILTER_x_CLASS).
ACK Acknowledgement packets.
A packet matching this option is sent as an acknowledgement to a data packet. If
i.e. a huge download is running a lot of data packets will come in and for each
of them an acknowledgement has to be sent to confirm it has reached you. If no
acknowledgement packets reach the download source it will wait for them before
sending the next chunk of data.
210