DPI 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
en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_config [2023/09/12 09:41] – ↷ Page moved from en:dpi:dpi_components:nfsen:nfsen_config to en:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_config elena.krasnobryzhen:dpi:dpi_components:utilities:oldutility:nfsen:nfsen_config [2024/09/26 15:29] (current) – external edit 127.0.0.1
Line 1: Line 1:
-====== DPI configuration ======+====== DPI configuration ====== 
 +{{indexmenu_n>3}} 
 +Please set the following parameters in configuration file /etc/dpi/fastdpi.conf. You can find more details in option's description [[en:dpi:dpi_options:opt_statistics:statistics_settings|"Statistics collection and analysis"]]: 
 +<code> 
 +netflow=3 
 +netflow_dev=eth1 
 +netflow_timeout=60 
 +netflow_as_direction=3 
 +netflow_collector=192.168.0.1:9997 
 +netflow_as_collector=192.168.0.1:9998 
 + 
 +#Turn on UDP detection 
 +only_tcp=0 
 +</code> 
 +Here:\\ 
 +192.168.0.1 - is IP address of a computer with nfsen\\  
 +eth1 - is the network interface name to export netflow through. (Typically it is the same interface as the control one. DNA interfaces can not be used.)\\  
 +only_tcp=0 - to switch on UDP protocols detection.