Base SSG configuration for INLINE scheme [Документация 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_brief:install_point_ssg:instruction_instal [2023/08/28 14:37] – ↷ Page moved from en:dpi:dpi_brief:install_point_scat:instruction_instal to en:dpi:dpi_brief:install_point_ssg:instruction_instal elena.krasnobryzhen: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:
-====== The SSG installation manual using INLINE installation scheme ======+====== Base SSG configuration for INLINE scheme ======
 {{indexmenu_n>3}} {{indexmenu_n>3}}
  
-  - Install and run Stingray Service Gateway, please refer to the [[dpi:dpi_components:platform:dpi_install:start|installation requirements]]. +  - Prepare the server according to the [[en:dpi:dpi_brief:dpi_requirements|installation requirements]]. 
-  - Set an [[en:dpi:dpi_components:platform:faq:first_install|IP address]]. +  - Install and configure the [[en:veos:first_install:ipsetincenos|VEOS OS]] 
-  - Apply for license installation and fastDPI to Service Desk. +  - Set an [[en:veos:first_install:ipsetincenos|IP address]]. 
-  - Once installed bothyou should edit the following settings into **''etc/dpi/fastdpi.conf''**:   +  - Apply for license installation and fastDPI to [[en:dpi:techsupport_info|Service Desk]]
-    * Network packet transit configuration: <code bash> +  - After installing them, the following settings must be made in **''etc/dpi/fastdpi.conf''**:   
-in_dev=dna0 +    * Set up transit: <code bash> 
-out_dev=dna1+in_dev=01:00.0 
 +out_dev=01:00.1
 #Scale factor is about 1 for every 1 Gigabit of bandwidth #Scale factor is about 1 for every 1 Gigabit of bandwidth
 scale_factor=10 scale_factor=10
 timeout_check_dev=0 timeout_check_dev=0
  
-#FDPI Control+#FastDPI Control
 ctrl_port=29000 ctrl_port=29000
 ctrl_dev=lo ctrl_dev=lo
- 
-#Turn on UDP detection 
-only_tcp=0 
  
 #Turn on UDR #Turn on UDR
Line 24: Line 22:
 </code> </code>
     * Statistics gathering: <code bash>     * Statistics gathering: <code bash>
-http_parse_reply=1 +#FullNetflow/IPFIX
 netflow=8 netflow=8
 netflow_full_collector_type=2 netflow_full_collector_type=2
Line 35: Line 32:
 netflow_active_timeout=120 netflow_active_timeout=120
  
-#URL upload+#ClickStream/IPFIX
 ipfix_dev=eth3 ipfix_dev=eth3
 ipfix_tcp_collectors=172.18.254.124:1501 ipfix_tcp_collectors=172.18.254.124:1501
-ipfix_observation=127 
  
 #SIP #SIP
 ipfix_meta_tcp_collectors=172.18.254.124:1511 ipfix_meta_tcp_collectors=172.18.254.124:1511
 rlimit_fsize=32000000000</code> rlimit_fsize=32000000000</code>
-  - Further settings are made depending on components you plan to use and are listed in [[en:dpi:dpi_components:start|Section 3]] in accordance with component's description.+  - Further settings are made depending on which components are to be used. The settings are described in the [[en:dpi:dpi_components|]] section.