Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_options:opt_priority:priority_config [2024/09/26 15:29] – внешнее изменение 127.0.0.1 | en:dpi:dpi_options:opt_priority:priority_config [2026/05/18 11:23] (current) – [Configuring Traffic Classification] elena.krasnobryzh | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| * default - means "for all remaining protocols" | * default - means "for all remaining protocols" | ||
| - | ===== To convert into an internal format: | + | <note tip>To ensure that the '' |
| - | < | + | ===== Configuring Traffic Classification |
| - | <note>**[SSG v13+]** in input files of the lst2dscp utility, it is now possible to add comments (#) and empty lines.</ | + | 1. Create a file named **protocols.txt** containing a list of the protocol groups we want to filter out from general traffic, along with their assigned priorities (classes): |
| + | < | ||
| + | dns cs0 | ||
| + | ICMP cs0 | ||
| + | http cs0 | ||
| + | https cs0 | ||
| + | QUIC cs1 | ||
| + | default cs2 | ||
| + | bittorrent cs7 | ||
| + | </code> | ||
| + | where | ||
| + | | ||
| + | | ||
| + | | ||
| + | <note important> | ||
| - | To move the settings | + | 2. Convert it to the DSCP format, which fastDPI understands |
| + | < | ||
| + | cat protocols.txt|lst2dscp / | ||
| + | </ | ||
| + | < | ||
| + | |||
| + | 3. Apply the settings | ||
| + | < | ||
| + | service fastdpi reload | ||
| + | </ | ||
| + | |||
| + | |||
| + | When moving settings to the working | ||
| < | < | ||
| + | <note warning> | ||
| + | |||
| - | <note warning> | ||