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

Next revision
Previous revision
en:dpi:dpi_brief:install_point_ssg:instruction_instal:start [2023/08/30 12:03] – created elena.krasnobryzhen:dpi:dpi_brief:install_point_ssg:instruction_instal:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-====== The SSG installation manual using INLINE installation scheme ====== 
-{{indexmenu_n>3}} 
  
-  - Install and run Stingray Service Gateway, please refer to the [[dpi:dpi_components:platform:dpi_install:start|installation requirements]]. 
-  - Set an [[en:dpi:dpi_components:platform:faq:first_install|IP address]]. 
-  - Apply for license installation and fastDPI to Service Desk. 
-  - Once installed both, you should edit the following settings into **''etc/dpi/fastdpi.conf''**:   
-    * Network packet transit configuration: <code bash> 
-in_dev=dna0 
-out_dev=dna1 
-#Scale factor is about 1 for every 1 Gigabit of bandwidth 
-scale_factor=10 
-timeout_check_dev=0 
- 
-#FDPI Control 
-ctrl_port=29000 
-ctrl_dev=lo 
- 
-#Turn on UDP detection 
-only_tcp=0 
- 
-#Turn on UDR 
-udr=1 
-</code> 
-    * Statistics gathering: <code bash> 
-http_parse_reply=1 
- 
-netflow=8 
-netflow_full_collector_type=2 
-netflow_dev=eth3 
-netflow_timeout=20 
-netflow_full_collector=172.18.254.124:1500 
-netflow_rate_limit=30 
-netflow_passive_timeout=40 
-netflow_active_timeout=120 
- 
-#URL upload 
-ipfix_dev=eth3 
-ipfix_tcp_collectors=172.18.254.124:1501 
-ipfix_observation=127 
- 
-#SIP 
-ipfix_meta_tcp_collectors=172.18.254.124:1511 
-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.