Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| en:dpi:dpi_options:opt_capture:capt_conf [2020/02/05 17:32] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_capture:capt_conf to en:dpi:dpi_options:opt_capture:capt_conf lexx26 | en:dpi:dpi_options:opt_capture:capt_conf [2024/09/26 15:29] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Configuration ====== | ====== Configuration ====== | ||
| + | {{indexmenu_n> | ||
| + | The option can be enabled in two ways: | ||
| + | - Default profile: global configuration on the device, connected as a service without specifying a profile. | ||
| + | - Named profile: connected as a service with the name of the profile. | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | ===== Default profile ===== | ||
| + | |||
| + | Enable the configuration parameter in ''/ | ||
| + | |||
| + | <code bash> | ||
| + | Here 192.168.0.18 — is the name or the address of the information page((additional parameters can be added (according to HTTP rules) only after ? or &, they must be specified in the URL for whitelisting and here you should think for DPI, otherwise DPI will assign /?)). | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | After the parameter is added you need to restart the service: | ||
| + | <code bash> | ||
| + | |||
| + | In this case management is carried out through connecting service 5 without specifying a profile: | ||
| + | <code bash> | ||
| + | fdpi_ctrl load --service 5 --login user01</ | ||
| + | |||
| + | <note important> | ||
| + | |||
| + | ===== Named profile ===== | ||
| + | |||
| + | Find out how to configure the named profile [[en: | ||
| + | |||
| + | =====Additional settings===== | ||
| + | The maximum number of profiles for whitelists is set by the configuration parameter in '' | ||
| + | |||
| + | - for allow lists (service 5)<code bash> | ||
| + | |||
| + | - for allow lists (service 16)<code bash> | ||
| + | |||
| + | <note warning> | ||