Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_brief:install_point_ssg:instruction_instal [2023/08/30 12:03] – elena.krasnobryzh | en:dpi:dpi_brief:install_point_ssg:instruction_instal [2025/05/23 14:02] (current) – ↷ Page moved from en:dpi:dpi_brief:network_preparation:install_point_ssg:instruction_instal to en:dpi:dpi_brief:install_point_ssg:instruction_instal elena.krasnobryzh | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== |
| + | {{indexmenu_n> | ||
| + | |||
| + | - Prepare the server according to the [[en: | ||
| + | - Install and configure the [[en: | ||
| + | - Set an [[en: | ||
| + | - Apply for license installation and fastDPI to [[en: | ||
| + | - After installing them, the following settings must be made in **'' | ||
| + | * Set up transit: <code bash> | ||
| + | in_dev=01: | ||
| + | out_dev=01: | ||
| + | #Scale factor is about 1 for every 1 Gigabit of bandwidth | ||
| + | scale_factor=10 | ||
| + | timeout_check_dev=0 | ||
| + | |||
| + | #FastDPI Control | ||
| + | ctrl_port=29000 | ||
| + | ctrl_dev=lo | ||
| + | |||
| + | #Turn on UDR | ||
| + | udr=1 | ||
| + | </ | ||
| + | * Statistics gathering: <code bash> | ||
| + | # | ||
| + | netflow=8 | ||
| + | netflow_full_collector_type=2 | ||
| + | netflow_dev=eth3 | ||
| + | netflow_timeout=20 | ||
| + | netflow_full_collector=172.18.254.124: | ||
| + | netflow_rate_limit=30 | ||
| + | netflow_passive_timeout=40 | ||
| + | netflow_active_timeout=120 | ||
| + | |||
| + | # | ||
| + | ipfix_dev=eth3 | ||
| + | ipfix_tcp_collectors=172.18.254.124: | ||
| + | |||
| + | #SIP | ||
| + | ipfix_meta_tcp_collectors=172.18.254.124: | ||
| + | rlimit_fsize=32000000000</ | ||
| + | - Further settings are made depending on which components are to be used. The settings are described in the [[en: | ||