Configuration [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:dpi:dpi_options:opt_capture:capt_conf:start [2020/02/05 17:32] – ↷ Page moved from en:dpi:dpi_options:base_functionality:opt_capture:capt_conf:start to en:dpi:dpi_options:opt_capture:capt_conf:start lexx26en:dpi:dpi_options:opt_capture:capt_conf:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== 3 Configuration ====== 
-{{indexmenu_n>3}} 
  
-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>For BRAS you have to use **profiles named in the Radius-Accept attributes.**</note> 
- 
-===== Default profile ===== 
- 
-Enable the configuration parameter in ///etc/dpi/fastdpi.conf// for the default profile without a named one: 
- 
-<code>cp_server=192.168.0.18/cp</code> 
-Here <nowiki>192.168.0.18</nowiki> - is the name or the address of the information page. 
- 
-<note important>This address may include a (partial) path. This allows using the same server for various kinds of services.</note> 
- 
-After the parameter is added you need to restart the service: 
-<code>service fastdpi restart</code> 
- 
-In this case management is carried out through connecting service 5 without specifying a profile: 
-<code bash>fdpi_ctrl load --service 5 --ip 192.168.0.1 
-fdpi_ctrl load --service 5 --login user01</code> 
- 
-<note important>The white lists from ///var/lib/dpi// directory are used. [[en:dpi:dpi_options:base_functionality:opt_capture:capt_make:start|Preparing white list]]</note> 
- 
-===== Named profile ===== 
- 
-Find out how to configure the named profile [[en:dpi:dpi_options:base_functionality:opt_capture:capt_mgmt:start|in the next section]]. 
-The maximum number of profiles for whitelists is set by the configuration parameter in //etc/dpi/fastdpi.conf// 
- 
-<code bash>max_profiles_white_list=4</code> 
-Here 4 is the default value and 65535 is the upper limit.  
- 
-<note warning>This is a cold parameter and requires a restart of fastdpi.</note>